AI / 自動化 2026年6月1日

一行 openclaw onboard:Windows WSL2 で 10 分セットアップ

VpsGona エンジニアリングチーム 2026年6月1日 ~12分
OpenClaw onboard Windows 2026

Windows で openclaw onboard を約 10 分で完了。公式:Windows。関連:OpenClaw デプロイOllamaブートストラップヘッドレス

開示:VpsGona は任意の Mac レンタルを提供。

onboard の理由

WSL2 で openclaw onboard --install-daemon → systemd。設定は ~/.openclaw/

WSL2 vs ネイティブ

PathCommandServiceUse
WSL2 (recommended)openclaw onboard --install-daemonsystemd user serviceFull wizard + Linux tools
Native Windowsopenclaw onboardScheduled Task / StartupQuick CLI test
Native skip-healthopenclaw onboard --non-interactive --skip-healthopenclaw gateway runWhen health blocks first run

前提

  • WSL2、Node 22+、API キー

8 ステップ

  1. wsl --install
  2. Ubuntu 更新
  3. Node 22+
  4. curl -fsSL https://openclaw.ai/install.sh | bash
  5. openclaw onboard --install-daemon
  6. ウィザード完了
  7. ブラウザで Dashboard
  8. openclaw gateway status

ウィザード

プロバイダ、ゲートウェイ、チャネル(スキップ可)、Skills。

トラブル

Dashboard 不可

netsh portproxy で PORT 転送。

ヘルス失敗

--skip-healthgateway run

Ollamaデプロイ

FAQ

What does openclaw onboard do?

It runs an interactive wizard that writes config under ~/.openclaw/, starts the gateway, and prints a dashboard URL.

Should I use --install-daemon?

Yes inside WSL2 for a systemd background service. Native Windows uses Scheduled Task fallbacks per official docs.

How long does setup take?

About 10 minutes after WSL2 and Node are ready; first wsl --install needs a reboot.

Can I skip Telegram/Slack in the wizard?

Yes—skip channels and run openclaw configure later.

Dashboard URL fails in Windows browser?

Use netsh portproxy to forward the WSL port to Windows localhost.

OpenClaw を起動

WSL2 で onboard を実行。