Getting Started with OpenClaw
Your AI assistant is powered by OpenClaw โ an open-source, self-hosted AI agent framework.
Official Docs docs.openclaw.ai
Telegram Setup Channel configuration
Personality SOUL.md template
Agent Templates AGENTS.md workspace config
After Deployment
- 1 Open Telegram โ search for your bot by username and send any message. It will respond immediately.
- 2 Start chatting โ your bot has access to the AI model you selected during setup. Ask it anything!
- 3 Add to groups โ add your bot to Telegram groups. It will respond when @mentioned.
- 4 Enable skills โ toggle Gmail, Calendar, GitHub integrations from the Dashboard.
Common Questions
Can I change the AI model after deployment?
Yes. SSH into your server and edit
~/.openclaw/openclaw.json. Update the agents.defaults.model.primary field, then restart: sudo systemctl restart openclawHow do I update OpenClaw?
SSH into your server and run:
sudo npm install -g openclaw && sudo systemctl restart openclawHow do I access the OpenClaw dashboard?
Open
http://YOUR_SERVER_IP:18789 in your browser.
You'll need the gateway token from your deployment.Who can message my bot?
By default, your bot accepts messages from anyone in DMs. In groups, it only responds when
@mentioned. You can restrict access by SSH-ing into your server and changing
dmPolicy to "allowlist" in ~/.openclaw/openclaw.json.Need Help?
We're here for you: