TutorialsMar 9, 20266 min read
How to Connect Telegram to Your OpenClaw Instance
C
ClawServe Team
Engineering
Why Telegram?
Telegram is the most popular way to interact with OpenClaw. It lets you message your AI assistant from anywhere — your phone, tablet, or desktop — with full message history and media support.
Prerequisites
- A ClawServe account with a running instance
- A Telegram account
Step 1: Create a Telegram Bot
- Open Telegram and search for @BotFather
- Send the command
/newbot - Choose a display name (e.g., "My AI Assistant")
- Choose a username (must end in "bot", e.g., "my_ai_assistant_bot")
- BotFather will give you a bot token — copy it
Step 2: Connect in ClawServe
- Go to your ClawServe Dashboard
- Navigate to Channels > Telegram
- Paste your bot token
- Click Connect
That's it! Your bot is now linked to your OpenClaw instance.
Step 3: Start Chatting
Open Telegram, find your bot by its username, and send a message. Your OpenClaw will respond using the same AI model configured in your dashboard.
Tips for Power Users
- Group Chats — Add your bot to a Telegram group. It will respond when mentioned or when a trigger phrase is used.
- Media — Send images, documents, or voice messages. OpenClaw can process them using its vision and file skills.
- Commands — Use
/statusto check your instance health,/usageto see token stats. - Privacy — All messages are encrypted in transit. Your conversation data stays in your isolated container.
Troubleshooting
- Bot not responding? Check that your instance is running in the Dashboard.
- Slow responses? This usually means the LLM is processing a complex request. Check the Usage tab for details.
- Token invalid? Regenerate the token via @BotFather with
/revokeand reconnect.