Skip to Content
CLIRun a relay

Run a Cmdop relay

Start this machine’s relay and web console in the foreground:

cmdop server

For a background process, use:

cmdop server --detach cmdop server status

Manage the running relay with status, restart, and stop:

cmdop server status cmdop server restart cmdop server stop

Show the fleet enrollment password that operators use with cmdop enroll:

cmdop server enroll-password

Run cmdop server create for guided relay configuration. Use cmdop server create --help before non-interactive deployment because the required settings depend on whether the relay is local, publicly reachable, or served on your own domain.

cmdop server hosts a relay. cmdop remotes manages the list of relays that this CLI connects to; these are intentionally separate command trees.