#Set-up OpenClaw Local

1 messages · Page 1 of 1 (latest)

flat lake
#

I want to set up OpenCLaw on my local machine. I need step by step method and one step at a time

slow ospreyBOT
wicked voidBOT
#

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

thin ironBOT
flat lake
#

I'm on WIndows but We can do Windows+WSL2 if you explain what that is

thin ironBOT
#

WSL2 is basically a lightweight Linux environment that runs inside Windows. You still use your Windows PC normally, but OpenClaw runs inside Ubuntu/Linux, which is the more stable path.

So yes, I recommend Windows + WSL2.

Step 1: open PowerShell as Administrator and run:

wsl --install -d Ubuntu-24.04

If Windows asks you to reboot, do that.

Then tell me what happened:

  • did it install successfully?
  • did an Ubuntu window open and ask you to create a username/password?

Docs: https://docs.openclaw.ai/platforms/windows and https://learn.microsoft.com/windows/wsl/install

flat lake
#

Yes done, next?

thin ironBOT
#

Nice. 👍

Step 2: open the Ubuntu terminal, then run this:

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

It may ask for the password you created for Ubuntu.

When that finishes, tell me done and I’ll give you the next step.

flat lake
#

Setup mode │ ● QuickStart (Configure details later via openclaw configure.) │ ○ Manual

thin ironBOT
#

Pick QuickStart.

That’s the right choice for a first install. It gets OpenClaw running first, and you can change details later with openclaw configure.

After you select QuickStart, tell me what the next screen/question says and I’ll guide you through it.