Ersteinrichtung
SSH-Verbindung zu Ihrem Server herstellen:
ssh root@<SERVER_IP>
Führen Sie das Onboarding durch und installieren Sie den Daemon:
openclaw onboard --install-daemon
Sicherer Fernzugriff
Erstellen Sie von Ihrem lokalen Rechner aus einen SSH-Tunnel zum Server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Öffnen Sie dann Ihren Browser und rufen Sie folgende Seite auf: http://localhost:18789
Laufen openclaw dashboard auf dem Server, um die richtige URL und das richtige Token zu erhalten.
Wichtige Dateien und Verzeichnisse
- Konfigurationsverzeichnis:
/root/.openclaw/ - Hauptkonfigurationsdatei:
/root/.openclaw/openclaw.json - Arbeitsverzeichnis:
/root/.openclaw/workspace/
Die nützlichsten Befehle
Status & Gesundheit:
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 / Knoten:
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