初期設定
サーバーに 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