OpenClaw Manual OpenClaw
Troubleshooting

OpenClaw Troubleshooting

Having issues? Find quick diagnosis and solutions for common problems here

Quick Diagnosis

Use these commands to quickly diagnose issues

openclaw status --all

Best one-click diagnostic report with all status information

openclaw gateway status

Check daemon and RPC connectivity status

openclaw doctor

Repair common configuration issues automatically

It's recommended to run openclaw status --all first to get a complete diagnostic report, then locate the issue based on the output.

Startup & Installation Issues

Solve OpenClaw startup failures, missing dependencies and more

Debugging & Logs

Learn how to view logs, generate debug reports, and get help

View Logs

View detailed runtime information and errors through logs

View logs in real-time

$ openclaw logs --follow

Start in foreground to see full output

$ openclaw gateway

Generate Debug Report

Generate a complete debug report to help troubleshoot issues or seek assistance

$ openclaw status --all
The debug report contains system status, configuration information, and is the most useful information when seeking help.

Get Help

If the above methods cannot solve your problem, you can get help through these channels

Problem Solved?

If your problem is resolved, you can continue exploring other OpenClaw features.

Related Documentation