Configuration initiale
Connectez-vous à votre serveur via SSH :
ssh root@<SERVER_IP>
Lancez l'onboarding et installez le daemon :
openclaw onboard --install-daemon
Accès distant sécurisé
Depuis votre machine locale, créez un tunnel SSH vers le serveur :
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Puis ouvrez votre navigateur et accédez à : http://localhost:18789
Exécutez openclaw dashboard sur le serveur pour obtenir le bon URL et le token.
Fichiers et répertoires importants
- Répertoire de configuration :
/root/.openclaw/ - Fichier de configuration principal :
/root/.openclaw/openclaw.json - Répertoire de travail :
/root/.openclaw/workspace/
Commandes les plus utiles
État et santé :
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Interfaces utilisateur :
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Journaux :
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Passerelle / Nœud :
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Configuration :
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
Mémoire et sessions :
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Sécurité :
openclaw security audit # Run local config & security checks