Initiële installatie
SSH naar je server:
ssh root@<SERVER_IP>
Voer onboarding uit en installeer de daemon:
openclaw onboard --install-daemon
Veilige toegang op afstand
Maak vanaf uw lokale machine een SSH-tunnel naar de server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Open vervolgens uw browser en ga naar: http://localhost:18789
Loop openclaw dashboard op de server om de juiste URL en token te verkrijgen.
Belangrijke bestanden en mappen
- Configuratiemap:
/root/.openclaw/ - Hoofdconfiguratiebestand:
/root/.openclaw/openclaw.json - Werkruimtemap:
/root/.openclaw/workspace/
Meest bruikbare commando's
Status & Gezondheid:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Gebruikersinterfaces:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Logboeken:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Gateway / knooppunt:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Configuratie:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Plug-ins:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Geheugen & sessies:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Beveiliging:
openclaw security audit # Run local config & security checks