Table of contents
Connect OpenClaw to Telegram (Recommended)
Create a Telegram bot, configure OpenClaw, and verify replies.
Beginner8 min readUpdated 2026-01-30
- Telegram
- Channel
Connect OpenClaw to Telegram (Recommended)
What you’ll achieve
- Create a Telegram bot and get the Bot Token
- Enable Telegram channel in OpenClaw
- Restart gateway and verify responses
- Fix common issues: no replies, blocked network, pairing failures
Step 0: Ensure gateway is running
openclaw gateway status || trueopenclaw gateway --detachStep 1: Create a bot (BotFather)
- Search @BotFather →
/newbot→ get the TOKEN
Step 2: Configure
openclaw config set channels.telegram.botToken "YOUR_TELEGRAM_BOT_TOKEN"openclaw config set channels.telegram.enabled trueStep 3: Restart gateway
openclaw gateway restartStep 4: Test in Telegram
- Find your bot →
/start→ send a message
Step 5: Approve pairing (if required)
openclaw pairing approve telegram <PAIRING_CODE>Proxy tip (restricted networks)
export https_proxy=http://127.0.0.1:7890export http_proxy=http://127.0.0.1:7890openclaw gateway restartNext steps
- Troubleshooting:
/docs/troubleshooting - Advanced allowlists & security:
/docs/advanced-config
Frequently asked questions
Quick clarifications for common blockers while following this tutorial.
Can I deploy OpenClaw without Docker?Installation
Yes. Docker is recommended for reproducibility, but local native setup is supported for first-time learning.
Why does WhatsApp stop responding after QR login?Troubleshooting
Most often this is a session invalidation issue. Re-authenticate with a spare account and verify heartbeat logs before production usage.
How should I store provider keys safely?Security
Keep secrets in environment variables, restrict shell history, and avoid embedding keys in YAML committed to git.
Related tutorials
Intermediate8 minUpdated 2026-01-30
Connect OpenClaw to Feishu / Lark
- Feishu
- Lark
- Channel
Intermediate9 minUpdated 2026-01-30
Connect OpenClaw to WhatsApp (Use a Spare Account)
- Channel
- QR
Intermediate18 minUpdated 2026-01-30
OpenClaw Docker / VPS Deployment (Recommended)
- VPS
- Docker
- Ubuntu
- Deployment
Was this helpful?