Skip to Content
CLIOpen the console

Open the web console

Open this machine’s browser console:

cmdop open

Cmdop starts the local relay when needed. On a headless host, the command prints the available console address instead of trying to launch a browser.

To open the console in another browser, print a one-time authenticated link:

cmdop open --link

Treat this link like a credential. It is single-use, expires after a short time, and only works from another device when the relay has a reachable public address. The command tells you when the generated link is local-only.

Use cmdop server when you need to configure or operate the relay itself.

What opens

On a desktop computer, cmdop open opens the browser machine workspace for the relay this machine can reach. On a headless host, it prints the address instead of trying to launch a browser. That keeps the command safe in SSH sessions, scripts, and server consoles.

cmdop open is not a remote terminal command. To attach to another joined machine from the terminal, use cmdop connect. To ask another machine’s agent for work, use cmdop fleet.

Last updated on