ssh clawbox@YOUR_BOX_IP) unless noted.
A — Reset the password (10 seconds, no data loss)
For “the box works but won’t accept my password” (browser and/or SSH):sudo), then the new password twice. Both SSH and the browser login use the new password immediately — no restart needed. Use a simple ASCII password (letters/digits/simple symbols) to avoid keyboard-encoding mismatches between the terminal and the browser.
B — Restart the services (30 seconds, no data loss)
For a box that’s reachable over SSH but the web page or assistant is unresponsive:http://YOUR_BOX_IP. If it recurs, capture logs before the next restart:
C — Safe reinstall (10–15 minutes, no data loss)
The universal fix for a half-finished update, stale build, or mysteriously broken web app. Rebuilds the entire software stack from the official release, keeping all your data:install.sh finish completely (it prints numbered steps, [1/23] … [23/23]), then reboot. The box is back in ~2 minutes.
Why this works when a normal update didn’t:
install.sh refreshes everything — the app build, the OpenClaw core (pinned version), the systemd service files, and system packages. Partial updates (a bare git pull, an interrupted updater) can leave those out of sync.D — Factory reset (wipes everything)
From the UI (preferred)
Open Settings → System → Factory reset (also offered at the end of the setup wizard). The device wipes itself and reboots into the ClawBox-Setup hotspot.Over SSH (when you can’t log in to the UI)
After the reset
Join the setup hotspot
Wait ~2 minutes, then connect your phone or laptop to the ClawBox-Setup Wi-Fi network.
Run through setup
Wi-Fi → new password → AI provider → Telegram — the same flow as First Boot.
Which option do I need?
| Symptom | Start with |
|---|---|
| Password not accepted | A (after the login ladder) |
| Page won’t load / assistant silent | B, then C |
| Update failed or box half-updated | C |
| Updates never appear (modified box) | C (the hard-sync clears local changes) |
| Selling the box / start truly fresh / nothing else worked | D |

