OpenClaw & ClawDBot Troubleshooting
Fix common issues with OpenClaw (formerly ClawDBot)
đ§ Official Command Ladder (Run First)
openclaw status
openclaw gateway status
openclaw logs --follow
openclaw doctor
openclaw channels status --probe
Healthy baseline: Runtime=running, RPC probe=ok, Channel probe=connected/ready.
đ Official High-Signal Failure Signatures
WhatsApp: Connected but no DM replies -> pairing list + approve; group silent -> check requireMention.
Telegram: /start flow unusable -> pairing/DM policy; group silent -> disable privacy mode or mention bot.
Discord: Bot online but no guild replies -> verify Message Content Intent + guild allowlist.
Slack: Socket connected but no responses -> verify xapp/xoxb tokens and scopes; ignored channel -> groupPolicy/channels allowlist.
đĢ Installation Issues
Installation Command Not Working
Error when running `curl -fsSL https://clawd.bot/install.sh | bash`
# Solution:
1. Ensure Node.js 22+ is installed
2. node --version # Check version
3. Use sudo if admin permissions needed
Command Not Found After Install
Running openclaw --version shows command not found
# Solution:
source ~/.bashrc # Refresh shell
# Or restart terminal
đ Connection Issues
Bot Not Responding
No replies on Telegram, WhatsApp, or Discord
# Check:
1. openclaw status # Check service status
2. openclaw logs # View error logs
3. Check if API key is expired
Gateway Connection Failed
# Solution:
openclaw gateway restart
# Or reinstall:
openclaw uninstall && openclaw install
đ§ MCP Configuration
Cannot Find MCP Config File
User asks: where is the client MCP config file?
# Config file locations:
macOS: ~/.openclaw/mcp-servers.json
Linux: ~/.openclaw/mcp-servers.json
Windows: %USERPROFILE%\.openclaw\mcp-servers.json
MCP Server Connection Failed
# Troubleshoot:
1. Check if npm package is installed
2. Verify server URL is accessible
3. Check API keys are correctly configured
đŦ Still Need Help?
Join our community for more support:
- âĸ r/openclaw - Reddit community
- âĸ GitHub - Issue reports