Configurazione iniziale
SSH nel tuo server:
ssh root@<SERVER_IP>
Esegui l'onboarding e installa il demone:
openclaw onboard --install-daemon
Accesso remoto sicuro
Dal tuo computer locale, crea un tunnel SSH al server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Quindi apri il browser e vai su: http://localhost:18789
Correre openclaw dashboard sul server per ottenere l'URL e il token corretti.
File e directory importanti
- Directory di configurazione:
/root/.openclaw/ - File di configurazione principale:
/root/.openclaw/openclaw.json - Directory dell'area di lavoro:
/root/.openclaw/workspace/
Comandi più utili
Stato e salute:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Interfacce utente:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Registri:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Gateway/Nodo:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Configurazione:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Plugin:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Memoria e sessioni:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Sicurezza:
openclaw security audit # Run local config & security checks