Skip to content

Instantly share code, notes, and snippets.

@fdocr
Last active February 8, 2026 03:23
Show Gist options
  • Select an option

  • Save fdocr/5d136ac3a5b6ca1506fa95060215f159 to your computer and use it in GitHub Desktop.

Select an option

Save fdocr/5d136ac3a5b6ca1506fa95060215f159 to your computer and use it in GitHub Desktop.
troubleshooting openclaw digitalocean

๐Ÿ›  Troubleshooting & Commands

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

๐Ÿ”ง Management Commands:

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment