This page exists to bridge the gap between "I ran the install" and "I know everything is working."
Use it after you finish the Installation Guide. Do not skip ahead to building workflows until every item below is green.
Before touching OpenClaw itself, confirm your machine is ready:
node -v)pnpm is available (pnpm -v)If any of these fail, fix them first. OpenClaw setup will not fix broken baselines.
Confirm the install itself completed cleanly:
openclaw --version or opening the app shows a valid version numberYour workspace is where OpenClaw stores everything local:
Where to find your workspace:
~/.openclaw/openclaw.json or equivalent~/.openclaw/If the workspace does not exist, re-run the setup flow from the Installation Guide.
Gateway is the process that makes OpenClaw actually operate. Without it, nothing works:
How to check:
openclaw gateway status or check the terminal outputIf Gateway will not start, the most common causes are:
Pick one channel and connect it. Do not connect multiple channels yet:
Good first channel choices:
Do not try to connect WeChat, Lark, or other complex channels on your first setup.
This is the only test that matters. If this works, everything else is secondary:
If this loop works, your setup is good. If it does not:
Run a health check if your version supports it:
openclaw doctor or equivalent health check command runsIf the health check reports warnings but the message loop works, the warnings can wait. Fix critical issues only.
Your setup is complete. Move to the next step in this exact order:
Do not jump to use cases or skills until you have a healthy channel and at least one heartbeat running.
Go back to the Installation Guide and review the "Common failure points" section.
The most frequent issues are:
For additional resources, see the OpenClaw Resources page.