/setup web wizard.
How to get started
- Click Deploy Moltbot to open the template.
- Create an account on Northflank if you don’t already have one.
- Click Deploy Moltbot now.
- Set the required environment variable:
SETUP_PASSWORD. - Click Deploy stack to build and run the Moltbot template.
- Wait for the deployment to complete, then click View resources.
- Open the Moltbot service.
- Open the public Moltbot URL and complete setup at
/setup. - Open the Control UI at
/moltbot.
What you get
- Hosted Moltbot Gateway + Control UI
- Web setup wizard at
/setup(no terminal commands) - Persistent storage via Northflank Volume (
/data) so config/credentials/workspace survive redeploys
Setup flow
- Visit
https://<your-northflank-domain>/setupand enter yourSETUP_PASSWORD. - Choose a model/auth provider and paste your key.
- (Optional) Add Telegram/Discord/Slack tokens.
- Click Run setup.
- Open the Control UI at
https://<your-northflank-domain>/moltbot
Getting chat tokens
Telegram bot token
- Message
@BotFatherin Telegram - Run
/newbot - Copy the token (looks like
123456789:AA...) - Paste it into
/setup
Discord bot token
- Go to https://discord.com/developers/applications
- New Application → choose a name
- Bot → Add Bot
- Enable MESSAGE CONTENT INTENT under Bot → Privileged Gateway Intents (required or the bot will crash on startup)
- Copy the Bot Token and paste into
/setup - Invite the bot to your server (OAuth2 URL Generator; scopes:
bot,applications.commands)