Documentation
¶
Overview ¶
Command rmote is the terminal client for the Rmote Daemon (rmoted).
It connects to a locally-running rmoted over its loopback HTTP + WebSocket API and bridges an interactive terminal to a daemon-hosted PTY session — the same surface the Rmote iOS app uses, drivable from any shell.
subcommands: rmote attach to the active (or most recent) session rmote health show daemon version, port, detected agents rmote sessions list live sessions rmote doctor diagnose connectivity and authentication rmote new [command...] [-cwd D] create a session (default: $SHELL) and attach rmote attach <session-id> attach to an existing session authentication: reads the daemon's loopback secret from ~/.rmote/agent/secret (via internal/auth), so rmote must run on the same host as rmoted. Remote daemons need their own per-host secret handling (not in this MVP). environment: RMOTED_HOST default "127.0.0.1" RMOTED_PORT default rmoted's configured port
Click to show internal directories.
Click to hide internal directories.