Počáteční nastavení
Připojte se na server přes SSH:
ssh root@<SERVER_IP>
Spusťte onboarding a nainstalujte daemon:
openclaw onboard --install-daemon
Zabezpečený vzdálený přístup
Na svém lokálním počítači vytvořte SSH tunel na server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Poté otevřete prohlížeč a přejděte na: http://localhost:18789
Spustit openclaw dashboard na serveru a zjistěte správný URL a token.
Důležité soubory a adresáře
- Adresář konfigurace:
/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
Doplňky:
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