Run a Cmdop relay
Start this machine’s relay and web console in the foreground:
cmdop serverFor a background process, use:
cmdop server --detach
cmdop server statusManage the running relay with status, restart, and stop:
cmdop server status
cmdop server restart
cmdop server stopShow the fleet enrollment password that operators use with cmdop enroll:
cmdop server enroll-passwordRun 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.