Configuración inicial
Conéctate por SSH a tu servidor:
ssh root@<SERVER_IP>
Ejecuta el proceso de incorporación e instala el daemon:
openclaw onboard --install-daemon
Acceso remoto seguro
Desde tu máquina local, crea un túnel SSH al servidor:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Luego abre el navegador y accede a: http://localhost:18789
Ejecuta openclaw dashboard en el servidor para obtener la URL URL y el token correctos.
Archivos y directorios importantes
- Directorio de configuración:
/root/.openclaw/ - Archivo de configuración principal:
/root/.openclaw/openclaw.json - Directorio de trabajo:
/root/.openclaw/workspace/
Comandos más útiles
Estado y diagnóstico:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Interfaces de usuario:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Registros:
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
Configuración:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Complementos:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Memoria y sesiones:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Seguridad:
openclaw security audit # Run local config & security checks