Disclosure
This page may contain affiliate links to hosting providers. If you purchase through them, we may earn a commission at no additional cost to you.
In one sentence
Moltbot (formerly Clawdbot) is a “personal agent” you can run that connects to chat apps, uses tools (files, web, automations), and helps you execute work—not just answer questions.
Who this is for
- Builders who want a private assistant running on their own server.
- People who want automation (reminders, checks, content workflows) without giving a third-party full control of accounts.
The 3 rules that keep you safe
- Keep the control UI local-only (bind to 127.0.0.1) and access it via an SSH tunnel.
- Lock down who can message the bot (DM allowlist; avoid group chats until you are confident).
- Minimise tool blast radius: allowlist safe commands (e.g., git), gate everything else.
Self‑hosting checklist (VPS)
- Use a reputable VPS, keep it updated, and enable firewall.
- SSH keys only; disable password login; disable root login.
- Run the agent with least privilege; keep state directory permissions tight.
- Do not expose the dashboard port publicly.
- Use platform terms‑compliant integrations only.
Want help setting it up?
If you want a fast, safe setup on a VPS (including hardening, backups, and a basic workflow), contact the site owner.
Note on affiliation
This is an independent page. It is not operated by Moltbot/Clawdbot maintainers.
Suggested next read: Best WordPress Hosting (AU) (if you’re also building sites).