#Krill, which WSL2 system do you recommend I use to run OpenClaw?

1 messages · Page 1 of 1 (latest)

hallow brook
#

like titleaww_blob

stuck isleBOT
#

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

glad lindenBOT
# hallow brook like title<:aww_blob:1497568926723346544>

Use Ubuntu 24.04 LTS on WSL2. That’s the path I’d recommend for OpenClaw on Windows: WSL2 is the more stable Windows setup, and the docs’ WSL examples use Ubuntu/Ubuntu-24.04.

PowerShell admin:

wsl --install -d Ubuntu-24.04

Then inside Ubuntu, enable systemd before installing the gateway:

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

Then from PowerShell:

glad lindenBOT
hallow brook
#

好的,谢谢你龙虾。