Configurazione Iniziale
Connettiti al server via SSH:
ssh root@<SERVER_IP>
Esegui l'onboarding e installa il daemon:
openclaw onboard --install-daemon
Accesso remoto sicuro
Dalla tua macchina locale, crea un tunnel SSH verso il server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Poi apri il browser e vai a: http://localhost:18789
Esegui openclaw dashboard sul server per ottenere il URL e il token corretti.
File e directory principali
- Directory di configurazione:
/root/.openclaw/ - File di configurazione principale:
/root/.openclaw/openclaw.json - Directory dell'area di lavoro:
/root/.openclaw/workspace/
Comandi principali
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