CLI
status
List the tunnels running on this host and their live state.
tunnelctl status enumerates the tunnel daemons running on the current host by scanning
their lock files and querying each one over its IPC socket.
tunnelctl statusIt prints a table with, per tunnel: the slug, current state, mode (foreground/detached),
target host:port, public URL, PID, uptime, and a note column for transient conditions.
Daemon states
| State | Meaning |
|---|---|
Starting | The daemon is establishing the control channel. |
Connected | The control channel is up; the tunnel is serving traffic. |
Reconnecting | The control channel dropped and the daemon is re-establishing it. |
ShuttingDown | A graceful stop is in progress. |
Fatal | The daemon hit an unrecoverable error — check logs. |
Host-local view
status only shows tunnels running on this machine. To see every tunnel you own
across hosts (as recorded by the server), use tunnels list.