Initiële Instellingen
Maak verbinding met je server via SSH:
ssh root@<SERVER_IP>
Voer de onboarding uit en installeer de daemon:
openclaw onboard --install-daemon
Veilige toegang op afstand
Maak vanaf je lokale machine een SSH-tunnel naar de server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Open daarna je browser en ga naar: http://localhost:18789
Uitvoeren openclaw dashboard op de server om de juiste URL en token te achterhalen.
Belangrijke bestanden en mappen
- Configuratiemap:
/root/.openclaw/ - Hoofdconfiguratiebestand:
/root/.openclaw/openclaw.json - Werkruimte directory:
/root/.openclaw/workspace/
Handige 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 / Node:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Configuratie:
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
Geheugen & Sessies:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Beveiliging:
openclaw security audit # Run local config & security checks