Erstkonfiguration
Per SSH auf Ihren Server verbinden:
ssh root@<SERVER_IP>
Onboarding ausführen und den Daemon installieren:
openclaw onboard --install-daemon
Sicherer Fernzugriff
Erstellen Sie auf Ihrem lokalen Rechner einen SSH-Tunnel zum Server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Öffnen Sie dann Ihren Browser und navigieren Sie zu: http://localhost:18789
Führe openclaw dashboard auf dem Server, um den korrekten URL und Token zu erhalten.
Wichtige Dateien und Verzeichnisse
- Konfigurationsverzeichnis:
/root/.openclaw/ - Haupt-Konfigurationsdatei:
/root/.openclaw/openclaw.json - Arbeitsbereichsverzeichnis:
/root/.openclaw/workspace/
Wichtigste Befehle
Status & Zustand:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Benutzeroberflächen
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Protokolle:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Gateway / Node:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Konfiguration:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Plugins:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Speicher & Sitzungen:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Sicherheit:
openclaw security audit # Run local config & security checks