Počáteční nastavení
SSH na váš server:
ssh root@<SERVER_IP>
Spusťte onboarding a nainstalujte démona:
openclaw onboard --install-daemon
Zabezpečený vzdálený přístup
Z místního počítače vytvořte tunel SSH na server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Poté otevřete prohlížeč a přejděte na: http://localhost:18789
Běh openclaw dashboard na serveru, abyste získali správnou adresu URL a token.
Důležité soubory a adresáře
- Konfigurační adresář:
/root/.openclaw/ - Hlavní konfigurační soubor:
/root/.openclaw/openclaw.json - Adresář pracovního prostoru:
/root/.openclaw/workspace/
Nejužitečnější příkazy
Stav a zdraví:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Uživatelská rozhraní:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
protokoly:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Brána / uzel:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Konfigurace:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Pluginy:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Paměť a relace:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Zabezpečení:
openclaw security audit # Run local config & security checks