Pengaturan Awal
Masuk ke server Anda melalui SSH:
ssh root@<SERVER_IP>
Jalankan proses orientasi dan instal daemon:
openclaw onboard --install-daemon
Akses Jarak Jauh yang Aman
Dari komputer lokal Anda, buat terowongan SSH ke server:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Kemudian buka browser Anda dan kunjungi: http://localhost:18789
Berlari openclaw dashboard pada server untuk mendapatkan URL dan token yang benar.
Berkas dan Direktori Penting
- Direktori konfigurasi:
/root/.openclaw/ - Berkas konfigurasi utama:
/root/.openclaw/openclaw.json - Direktori ruang kerja:
/root/.openclaw/workspace/
Perintah yang Paling Berguna
Status & Kesehatan:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Antarmuka Pengguna:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Catatan:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Gerbang/Simpul:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Konfigurasi:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Plugin:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Memori & Sesi:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Keamanan:
openclaw security audit # Run local config & security checks