Indledende opsætning
SSH til din server:
ssh root@<SERVER_IP>
Kør onboarding og installer dæmonen:
openclaw onboard --install-daemon
Sikker fjernadgang
Fra din lokale maskine skal du oprette en SSH-tunnel til serveren:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Åbn derefter din browser og gå til: http://localhost:18789
Løbe openclaw dashboard på serveren for at få den korrekte URL og token.
Vigtige filer og mapper
- Konfigurationsmappe:
/root/.openclaw/ - Hovedkonfigurationsfil:
/root/.openclaw/openclaw.json - Arbejdsområdemappe:
/root/.openclaw/workspace/
Mest nyttige kommandoer
Status og helbred:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Brugergrænseflader:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Logfiler:
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
Hukommelse og sessioner:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Sikkerhed:
openclaw security audit # Run local config & security checks