Configuración inicial
SSH en tu servidor:
ssh root@<SERVER_IP>
Ejecute la incorporación e instale el demonio:
openclaw onboard --install-daemon
Acceso remoto seguro
Desde su máquina local, cree un túnel SSH al servidor:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Luego abra su navegador y vaya a: http://localhost:18789
Correr openclaw dashboard en el servidor para obtener la 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 del espacio de trabajo:
/root/.openclaw/workspace/
Comandos más útiles
Estado y salud:
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
Puerta de enlace/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