初期設定
サーバーに SSH で接続します。
ssh root@<SERVER_IP>
オンボーディングを実行し、デーモンをインストールします。
openclaw onboard --install-daemon
安全なリモートアクセス
ローカル マシンからサーバーへの SSH トンネルを作成します。
ssh -L 18789:localhost:18789 root@<SERVER_IP>
次に、ブラウザを開いて次の場所に移動します。 http://localhost:18789
走る openclaw dashboard サーバー上で正しい URL とトークンを取得します。
重要なファイルとディレクトリ
- 設定ディレクトリ:
/root/.openclaw/ - 主な設定ファイル:
/root/.openclaw/openclaw.json - ワークスペースディレクトリ:
/root/.openclaw/workspace/
最も便利なコマンド
ステータスと健康状態:
openclaw status # Show channel health and recent session recipients
openclaw health # Fetch gateway health
openclaw doctor # Health checks + quick fixes
ユーザーインターフェース:
openclaw dashboard # Open browser-based control UI (token required)
openclaw tui # Open terminal UI connected to Gateway
ログ:
openclaw logs --follow # Tail gateway logs
openclaw logs --level debug # Debug-level logs
ゲートウェイ/ノード:
openclaw gateway restart # Restart gateway
openclaw nodes list # List paired node hosts
構成:
openclaw configure # Interactive setup wizard
openclaw config edit # Edit config manually
プラグイン:
openclaw plugins list # List installed plugins
openclaw plugins update --all # Update all plugins
メモリとセッション:
openclaw memory summary # Summarize memory usage
openclaw sessions list # List stored conversation sessions
安全:
openclaw security audit # Run local config & security checks