#Openclaw onboarding trouble

1 messages · Page 1 of 1 (latest)

junior portal
#

I set up openclaw on my omnibook Hp laptop, when I got to the onboarding I messed up and clicked no when it asked if I knew how powerful it was. Now my setup seems more complicated, how can I hard reset it and do the onboarding again on windows?

dusty tuskBOT
#

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

tough briarBOT
#

You didn’t permanently “mess up” anything — onboarding is just a wizard, and you can rerun it.

Option A (easiest): rerun onboarding and choose Reset

In the same environment where you installed OpenClaw (WSL2 Ubuntu terminal or PowerShell):

openclaw onboard

If it detects an existing setup, the wizard should offer a Reset option.

Docs: https://docs.openclaw.ai/help/faq#how-do-i-completely-reset-openclaw-but-keep-it-installed


Option B (hard reset): wipe local state, then onboard again

This keeps the CLI installed, but clears your local OpenClaw config/state.

#
  1. (Optional) See what would be removed:
openclaw reset --dry-run
  1. Full reset (no prompts):
openclaw reset --scope full --yes --non-interactive
  1. Run onboarding again:
openclaw onboard --install-daemon

#

Windows note

OpenClaw on Windows is recommended via WSL2 (Ubuntu). If you’re running inside WSL2, the --install-daemon path is the “normal” way to keep it running in the background.

Docs: https://docs.openclaw.ai/platforms/windows


If any of those commands error (like “unknown command”), paste:

openclaw --version

…and tell me whether you’re running it in PowerShell or WSL2.

junior portal
#

I am running it in the cmd . I had to download git and node.js in order for that to work.

tough briarBOT
#

If you can run openclaw from cmd.exe, you can do the reset + onboarding from there too (same commands).

1) Sanity check (in cmd)

openclaw --version

2) See what a reset would delete (optional)

openclaw reset --dry-run

3) Do the full “factory reset”

openclaw reset --scope full --yes --non-interactive
#

4) Run onboarding again

openclaw onboard

That should put you back into the wizard flow.


Windows note (important)

OpenClaw is recommended on Windows via WSL2 (Ubuntu), because background services/daemons and tooling are way smoother there. If you stay on native Windows, you may have to keep a terminal open / manage running it yourself.

Docs: https://docs.openclaw.ai/platforms/windows


If you paste the output of:

#
openclaw --version
openclaw status

I can tell you whether you’re on a version where reset/onboard behave as expected and what install mode you’re in.

junior portal
#

just got it "open claw onboard" worked like charm thank you sir