> V1.1.0 > Commands > Plakar server
Version v1.1.0

Beta Version

You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.

server

PLAKAR-SERVER(1)General Commands ManualPLAKAR-SERVER(1)

plakar-serverStart a Plakar server

plakar server[-allow-delete] [-listen [host]:port]

The plakar server command starts a Plakar server instance at the provided address, allowing remote interaction with a Kloset store over a network.

The options are as follows:

Enable delete operations. By default, delete operations are disabled to prevent accidental data loss.
[host]:port
The host and port where to listen to, separated by a colon. The host name is optional, and defaults to all available addresses. If -listen is not provided, the server defaults to listen on localhost at port 9876.

Start a plakar server on the local store:

$ plakar server

Start a plakar server on a remote store:

$ plakar at sftp://example.org server

Start a server on a specific address and port:

$ plakar server -listen 127.0.0.1:12345

The plakar-server utility exits 0 on success, and >0 if an error occurs.

plakar(1)

When a host name is provided, plakar server uses only one of the IP addresses it resolves to, preferably IPv4 .

July 3, 2025Plakar

Found a bug or mistake in the documentation? Create an issue on GitHub