If you run OpenClaw on Windows with Docker Desktop + WSL2 and hit stuck installers, token URLs that never become reachable, containers marked running while the CLI cannot probe, or mismatched CLI vs container versions after upgrades, this page is a symptom-first checklist you can paste into tickets. It complements our Windows/macOS/Linux install guide, Compose pairing (1006/1008), GHCR images & Control UI, Gateway doctor triage, plus SSH local forward to a remote Gateway and native macOS paths. Official gateway notes: OpenClaw Gateway Troubleshooting.
docker compose up, yielding double gateways or port contention on documented loopback ports (verify with openclaw gateway status).openclaw --version disagrees with the container CLI; doctor warnings are misread as model failures.This is not a conceptual tour; it is actionable triage for Windows + Docker. macOS, Linux systemd, and Tailscale runbooks share the same verification ladder but different host responsibilities.
If you already use the no-reply / model error runbook, treat this article as prerequisite checks before touching models or channels.
| Symptom cluster | First checks (<5 min) | Next move |
|---|---|---|
| Wizard frozen / URL never appears | Docker Desktop state; WSL enabled; free disk >20 GB (example threshold—tune to your baseline) | Bring Gateway up via documented compose, read docker logs; avoid script + manual double starts |
| Container running, host CLI cannot connect | Port conflicts; accidental binds visible only inside the container network | Run openclaw gateway status / openclaw status; compare TOKEN and namespaces with the Compose pairing article |
| Regression right after upgrade | Host CLI vs image tag alignment; stale volumes with conflicting config | Align versions, run openclaw doctor; follow docs for forced gateway reinstall with backup checkpoints |
Community lore (not a vendor guarantee): some users interrupt stuck wizards and switch to docker compose up -d. If you touched pending JSON or undocumented silent flags, roll back to current official docs—do not rely on undocumented switches in production.
wsl --version, OpenClaw CLI --version, image digest—paste into the ticket.openclaw status → openclaw gateway status → openclaw doctor → openclaw channels status --probe (exact commands per your install channel docs).Between steps three and four, print a redacted subset of container env vars and docker port mappings before tuning prompts—many “no reply” incidents are transport not ready, not temperature.
With SSH forwarding to a remote Gateway, the laptop only needs TCP to the forwarded port plus a single TOKEN source—never publish gateway ports without auth on the public Internet.
wsl --status docker version openclaw --version openclaw gateway status openclaw doctor
doctor or file explicit waivers before merging pipeline changes that depend on Gateway.Sleep policies, patch Tuesdays, and Docker Desktop upgrades chop availability into unpredictable slices. Shared “works on my machine” gateways make homogenous images, stable listeners, and audit logs harder—not cheaper.
Compared with that shortcut, when you need predictable Apple Silicon hosts, stable regional egress, and documented SSH or tailnet topologies for 7×24 gateways while keeping Windows Docker as a dev sandbox, MACCOME cloud Mac minis are usually the safer production plane: six-region dedicated nodes, flexible leases, exclusive disk and process space—consistent with our other OpenClaw + remote Mac runbooks, not a separate sales pitch.
Handoffs need image tags, compose snippet revisions, proxy policy, and sample command outputs. If a colleague cannot reproduce the steps on another Windows machine, the runbook is incomplete.
Against the native macOS runbook, remember: same ladder, different host duties—do not mix launch semantics.
Final five minutes: Docker single truth ready? Gateway single-track? Doctor clear? Only then open model and channel triage docs.
FAQ
Token URL printed but browser cannot open it—is Gateway dead?
Wait for the engine and container to become ready, then retry; check proxies and port conflicts. For stable dedicated hosts review rental rates and support center pages.
May docker compose and the official wizard run together forever?
Only during triage—converge to one truth source to avoid double gateways and token drift; update the Compose pairing and doctor articles in the same change ticket.