← Back to Blog
Header image for blog post: How to deploy Moltbot (Clawdbot) on Northflank, securely
Will Stewart
Published 26th January 2026

How to deploy Moltbot (Clawdbot) on Northflank, securely

📌 Sandboxes and microVMs are becoming the default runtime for AI agents

If an agent can generate code, run commands, install packages, or call internal tools, you need a real isolation boundary, not just a container, and definitely not “just run it locally.” MicroVM-style sandboxes give you a stronger security model while still being fast enough to spin up per task, per user, or per workflow.

In practice, “agents in prod” often ends up meaning “untrusted code in prod,” and sandboxes are what keeps that from turning into an incident. Every vibe-coded PR or auto-generated branch you merge without reviewing every line is basically a CVE lottery ticket. In the following guide we'll learn how to deploy a new agent called Moltbot (Clawdbot) and self-service deploy onto a Northflank sandbox in seconds.

If you want to run Moltbot (Clawdbot) safely in a real environment, Northflank provides the pieces you need to deploy it with isolation, storage and a remote runtime. Follow this guide to deploy Moltbot (Clawdbot), and reach out if you’re looking to run other agent workloads or untrusted code on Northflank, either on our cloud or inside your own VPC.

What is Moltbot (Clawdbot)?

Moltbot (Clawdbot) is an open source AI automation and chat bot system that lets you run an assistant capable of actually doing things. It can manage inboxes, send emails, run workflows, and respond through chat apps like Telegram, Discord, and Slack. Clawdbot is commonly used for personal AI assistants, team automation bots, and chat driven workflows with persistent memory.

With Northflank, you can deploy Moltbot (Clawdbot) in minutes using the Moltbot (Clawdbot) stack template. This prebuilt setup handles container builds, persistent storage, networking, and onboarding automatically, so you can focus on configuring your assistant instead of managing servers.

What the template deploys

The Moltbot (Clawdbot) stack template provisions everything needed for a production ready Moltbot (Clawdbot) deployment on Northflank.

It includes:

  • Moltbot (Clawdbot) Gateway and Control UI exposed over HTTP
  • A wrapper web service with a password protected setup wizard
  • A persistent Northflank volume for configuration, credentials, conversations, and workspace data
  • Secure environment variables for setup and gateway access

This setup follows production best practices while keeping the deployment simple and easy to maintain.

How to get started with deploying Moltbot (Clawdbot)

Getting Moltbot (Clawdbot) running on Northflank takes only a few steps and requires no server side terminal access.

Step 1: Deploy the stack template

  1. Click Deploy Clawdbot to open the template.
  2. Create an account on Northflank if you don’t already have one.
  3. Click Deploy Clawdbot now.
  4. Set the required environment variable SETUP_PASSWORD.
  5. Click Deploy stack to build and run the Clawdbot template.

image-65.png

Step 2: View deployed resources

Wait for the deployment to complete, then click View resources.

image-66.png

Step 3: Open the Clawdbot service

Select the Clawdbot service to access the public URL.

image-67.png

Step 4: Complete setup and open the Control UI

  1. Open the public Clawdbot URL and complete setup at /setup.
  2. Open the Control UI at /clawdbot.

Setup flow

  1. Visit https://<your-northflank-domain>/setup and enter your SETUP_PASSWORD.
  2. Choose a model/auth provider and paste your key.
  3. (Optional) Add Telegram/Discord/Slack tokens.
  4. Click Run setup.
  5. Open the Control UI at https://<your-northflank-domain>/clawdbot

Key features

This stack template gives you a complete, self hosted Clawdbot environment:

  • Run an AI assistant that interacts through Telegram, Discord, Slack, and other chat platforms
  • Complete onboarding entirely in the browser with no server side terminal access
  • Persist configuration, credentials, conversations, and workspace data across redeploys
  • Secure sensitive values using environment variables and private volumes
  • Scale the Clawdbot service as usage grows

It is suitable for personal assistants, internal team bots, and production chat based automation.

How it works

Under the hood, the deployment follows a clear and secure architecture:

  • Wrapper service runs on the Northflank public HTTP port and serves setup while reverse proxying all traffic
  • Setup wizard runs clawdbot onboard non interactively inside the container
  • Persistent volume stores Clawdbot state at data dot clawdbot and workspace at data workspace
  • Clawdbot gateway runs internally and handles chat traffic and the Control UI
  • Load balancer routes incoming HTTP and WebSocket traffic to keep the service responsive

All internal communication happens over private networking, with only the HTTP interface exposed publicly.

Conclusion

Deploying Clawdbot on Northflank is one of the fastest ways to run a fully self hosted AI assistant that actually does things.

With this stack template, you get a ready to run Clawdbot environment with persistent storage, secure onboarding, and automated deployment. You can connect your chat apps, configure your assistant, and start automating real work immediately without managing servers, terminals, or complex infrastructure.

Share this article with your network
X