İlk Kurulum
Sunucunuza SSH:
ssh root@<SERVER_IP>
Eklemeyi çalıştırın ve arka plan programını yükleyin:
openclaw onboard --install-daemon
Güvenli Uzaktan Erişim
Yerel makinenizden sunucuya bir SSH tüneli oluşturun:
ssh -L 18789:localhost:18789 root@<SERVER_IP>
Ardından tarayıcınızı açın ve şuraya gidin: http://localhost:18789
Koşmak openclaw dashboard Doğru URL'yi ve belirteci almak için sunucuda.
Önemli Dosyalar ve Dizinler
- Yapılandırma dizini:
/root/.openclaw/ - Ana yapılandırma dosyası:
/root/.openclaw/openclaw.json - Çalışma alanı dizini:
/root/.openclaw/workspace/
En Yararlı Komutlar
Durum ve Sağlık:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
Kullanıcı Arayüzleri:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
Günlükler:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
Ağ Geçidi / Node:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
Yapılandırma:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
Eklentiler:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
Bellek ve Oturumlar:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
Güvenlik:
openclaw security audit # Run local config & security checks