Počáteční nastavení
Připojte se k serveru přes SSH:
ssh root@<SERVER_IP>
Spusťte proces onboardingu a nainstalujte démona:
openclaw onboard --install-daemon
Bezpečný vzdálený přístup
Na svém počítači vytvořte SSH tunel k serveru:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Poté otevřete prohlížeč a přejděte na adresu: http://localhost:18789
Spustit openclaw dashboard na serveru, abyste získali správnou URL adresu 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
Bezpečnost:
openclaw security audit # Run local config & security checks