Task Command Check Service Status systemctl status openclaw View Live Logs journalctl -u openclaw -f Edit Environment nano /opt/openclaw.env Start TUI /opt/openclaw-tui.sh
Restart service: systemctl restart openclaw Check status: systemctl status openclaw View logs: journalctl -u openclaw -f
Or use helper scripts:
- /opt/restart-openclaw.sh (restart with status check)
- /opt/status-openclaw.sh (show status and token)
- /opt/update-openclaw.sh (update to latest version)
- /opt/openclaw-cli.sh (run CLI commands)