The /ssh command opens an interactive SSH session to a deployed OpenClaw instance. It launches your system’s default terminal application with the SSH connection pre-configured.
/ssh - Select a deployment to connect┌────────────────────────────────────────────┐│ > production-claude 203.0.113.45 ││ staging-test 198.51.100.23 │└────────────────────────────────────────────┘Terminal: iTerm2 (will open in a new window)Arrow keys to select | Enter to connect | Esc to go back
Only successfully deployed instances with a server IP appear in the list.
SSH Session OpenedA new iTerm2 window/tab has been opened.Your SSH session is running in iTerm2.When you're done, type 'exit' or close the tab.Press Enter or Esc to return to ClawControl
root@production-claude:~## You now have full root access to your serverroot@production-claude:~# openclaw statusOpenClaw Status: Service: Active (running) Uptime: 2 days, 5 hours PID: 1234root@production-claude:~# journalctl -u openclaw -f# View live logsroot@production-claude:~# exitlogoutConnection to 203.0.113.45 closed.
root@server:~# systemctl status openclaw● openclaw.service - OpenClaw Agent Loaded: loaded (/etc/systemd/system/openclaw.service; enabled) Active: active (running) since Fri 2026-02-28 10:45:00 UTC Main PID: 1234 (node)
/ssh - SSH into deployment┌────────────────────────────────────────────┐│ No deployed instances found! ││ Deploy an instance first with /deploy │└────────────────────────────────────────────┘Press any key to return to home