Troubleshooting and Safety
Use a safer checklist when configs, pairing, or channels do not behave as expected.
First Rule: Keep The Problem Small
When OpenClaw fails, reduce the system to the smallest reproducible path:
- local Gateway,
- local Control UI,
- one model,
- one channel,
- no extra skills.
This is the fastest troubleshooting pattern for any openclaw tutorial workflow.
Good First Checks
openclaw gateway statusopenclaw dashboardopenclaw devices list- recent config changes in
~/.openclaw/openclaw.json
Safety Notes Worth Remembering
Official docs warn that third-party skills should be treated as untrusted code.
Official pairing docs also make clear that allowlists and pairing stores are security boundaries. Do not casually copy them between machines.
When To Add Complexity
Only add more channels, remote access, or extra skills after the local dashboard path is stable. That sounds conservative, but it saves the most time.
OpenClaw Tutorial Docs