tunnelctl
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 status

It 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

StateMeaning
StartingThe daemon is establishing the control channel.
ConnectedThe control channel is up; the tunnel is serving traffic.
ReconnectingThe control channel dropped and the daemon is re-establishing it.
ShuttingDownA graceful stop is in progress.
FatalThe 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.

On this page