#Setup Help

1 messages · Page 1 of 1 (latest)

modern iron
#

HI, ive been trying to set up OpenClaw for Days now and keep failing anyone here who can help me ? starting from 0 on Windows 11

light runeBOT
granite summitBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

idle oakBOT
#

Yeah, we can get you unstuck.

On Windows 11, I’d strongly recommend WSL2 + Ubuntu for OpenClaw. Native Windows works, but WSL2 is the more stable path in the docs.

From zero, do this:

1. In PowerShell as Administrator

wsl --install -d Ubuntu-24.04

Then reboot if Windows asks.

2. In Ubuntu (WSL), enable systemd

sudo tee /etc/wsl.conf >/dev/null <<'EOF'
[boot]
#
systemd=true
EOF

3. Back in PowerShell

wsl --shutdown

4. Re-open Ubuntu, then install OpenClaw

curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon

5. Verify