Skip to main content

1. Get a Bot Token

Create a bot via @BotFather and copy the token.
Disable privacy mode if you want the bot to see all group messages: BotFather → /setprivacy → Disable.

2. Run BotMux

go install github.com/skrashevich/botmux@latest
botmux -token "YOUR_TOKEN"

3. Open the Dashboard

Navigate to http://localhost:8080. Log in with admin / admin (you’ll be asked to change the password).

4. Add the Bot to a Chat

Add your bot to a Telegram group or channel and make it an administrator. The chat will appear in the BotMux sidebar automatically.

Next Steps