#Set up my bot and got to the last step but won’t respond
1 messages · Page 1 of 1 (latest)
The bot is connected and ready (see the ✅ checkmarks), but not responding. This is a common setup issue — here are the quick checks:
-
Is the bot in the right channel? It shows "Connected to 3 channels" — make sure you're messaging in one of those.
-
Check permissions — does the bot have:
Read Messages✅Send Messages✅Read Message History✅
-
Mention the bot — in some configs, you need to @mention the bot to get its attention.
-
Model configured? If you're using a cloud model, ensure
~/.clawdbot/config.json5has valid API keys. For local models (Ollama), verify it's running and the model name matches. -
Try a simple test message — something like
@YourBotName hito see if it replies.
Still stuck? Drop more details in this thread (version, config snippet, what you've tried) and the community can dig in. 🦐
How can. I start my clawd bot in my aws terminal what’s the command
@burnt kayak
@burnt kayak ?
Run this in your terminal:
clawdbot gateway start
Or if you installed via npm/pnpm:
pnpm clawdbot gateway start
To check if it's running:
clawdbot gateway status
Need more details? The docs cover this: https://docs.moltbot.ai/gateway/start 🦐
None of these did anything @burnt kayak