Configuration initiale
Connectez-vous en SSH à votre serveur :
ssh root@<SERVER_IP>
Exécutez l'intégration et installez le démon :
openclaw onboard --install-daemon
Accès à distance sécurisé
Depuis votre machine locale, créez un tunnel SSH vers le serveur :
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Ensuite ouvrez votre navigateur et allez sur : http://localhost:18789
Courir openclaw dashboard sur le serveur pour obtenir l'URL et le jeton corrects.
Fichiers et répertoires importants
- Répertoire de configuration :
/root/.openclaw/ - Fichier de configuration principal :
/root/.openclaw/openclaw.json - Répertoire de l'espace de travail :
/root/.openclaw/workspace/
Commandes les plus utiles
Statut 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