OpenClaw · Self-Hosted AI Assistant

OpenClaw, Installed and Actually Secure.

Message your own AI assistant from WhatsApp, Telegram, or Slack — running on your server, holding your data, answering only to you. I set the whole thing up and lock it down properly.

25+
Messaging channels
MIT
Open source license
$0
Software licensing fees
100%
Yours when I'm done

What Is OpenClaw?

OpenClaw is an open-source personal AI assistant that runs on your own devices, maintained by the non-profit OpenClaw Foundation and released under the MIT license. If you have seen it referred to as Moltbot or Clawdbot, those are its former names.

The architecture is simple and it is the reason people like it. You run one gateway process, and that gateway is the single source of truth for sessions, routing, and every channel connection. Message it from WhatsApp on your phone, then continue the same work from Slack at your desk. It handles tool use, cron jobs, webhooks, and image, audio, and document input, and there is a plugin marketplace on top of the 25-plus channels that ship with it.

It is provider-agnostic — Anthropic, OpenAI, Google Gemini, xAI Grok, OpenRouter, GitHub Copilot, MiniMax, and other compatible endpoints — so you are not married to anyone's pricing.

Installing it takes one command. Running it as something a business depends on, without leaving an assistant that holds your credentials exposed to the internet, takes rather more than that.

The Mistake That Worries Me Most

OpenClaw's dashboard binds to localhost by default, and that default exists for a reason. It is a control panel for an assistant that holds your API keys, your message history, and often access to your email and files.

Every so often someone follows a tutorial, cannot reach the dashboard from their laptop, and "fixes" it by binding it to a public address or opening the port in their firewall. That is a very bad afternoon waiting to happen.

The correct answer is a private network layer such as Tailscale or an SSH tunnel, plus sender allowlists so only approved contacts can talk to the agent, mention requirements in group chats, and a hardened host underneath the whole thing. That is not an upsell — it is included in every OpenClaw deployment I do.

How I Harden Servers →

What I Set Up for You

A deployment you can actually depend on, not a demo that dies at the first reboot.

Server & Runtime

A properly sized VPS with a supported Node.js runtime, or deployment onto infrastructure you already own.

Gateway Locked Down

Dashboard kept off the public internet, private-network access, sender allowlists, and group mention rules.

Your Channels Connected

WhatsApp, Telegram, Slack, Discord, Signal, iMessage, or Teams - configured and tested end to end.

USER.md Written for You

The context file that stops every session starting cold, written around your actual business.

Plugins & Tools

The integrations you need from the marketplace, plus custom tools when nothing off the shelf fits.

Scheduled Jobs & Webhooks

Cron-driven routines and inbound webhooks so the assistant does work without being asked.

Hardened Host

SSH lockdown, firewall, fail2ban, and app isolation on the machine underneath. The agent holds secrets.

Always On

Runs as a managed system service that survives reboots and restarts itself when something goes wrong.

The file everyone gets wrong

Your USER.md Decides How Good It Is

USER.md is the context file that teaches your assistant who you are — your business, your projects, your preferences, how you want it to respond. Without it, every conversation starts from zero and you spend your life re-explaining yourself.

It is also the file people most reliably ruin. Too little and the assistant is generic. Too much and the important instructions drown in trivia. What goes in it, what stays out of it, and how it is structured is the difference between an assistant that feels like it knows you and one that feels like a search box.

I write yours as part of every setup. I have also published a complete guide to it, including a real production example used to run five businesses.

Read: The OpenClaw USER.md Guide →

What People Use It For

An assistant you can text is a different thing from one you have to log into.

Assistant in Your Pocket

Message it from WhatsApp or Telegram the way you would message a colleague. No app to open, no tab to find.

Team Assistant in Slack

One assistant your whole team can reach in the channel where the work already happens.

Business Operations

Look up orders, draft replies, update records, and chase the things nobody has time to chase.

Email & Document Handling

Read, summarize, and act on what lands in your inbox and your files.

Scheduled Routines

Daily summaries, reminders, monitoring, and reports delivered on a timetable via cron.

Multi-Business Command

Run several companies from one assistant with separate workspaces and isolated sessions.

Investment

OpenClaw Setup Packages

Fixed price. The software is free — you are paying for it to work, and to be safe.

Standard Setup
$750

Installed, secured, and connected

  • Server provisioned & hardened
  • Gateway installed as a system service
  • AI provider configured
  • One messaging channel connected
  • Private dashboard access, never public
  • Sender allowlist configured
  • USER.md written for you
  • 30 days of support
Get Started
Most Popular
Pro Setup
$1,500

Multi-channel with real automation

  • Everything in Standard
  • Multiple channels connected
  • Plugins & custom tools
  • Scheduled jobs & webhooks
  • Workspace and session strategy
  • Model routing tuned for cost
  • 60 days of support
Get Started
Fully Managed
$2,500 + $149/mo

I build it and I keep it alive

  • Everything in Pro
  • Integration with your systems & CRM
  • Ongoing monitoring & alerting
  • Updates and version upgrades
  • Prompt & workspace retuning
  • Encrypted offsite backups
  • Cancel the monthly anytime
Get Started

Server and AI provider usage are billed by those providers, not by me.

OpenClaw or Hermes Agent?

OpenClaw is the better gateway. Hermes is the stronger autonomous agent. I have run both in production and moved a live agent from one to the other, so ask me before you commit to either.

OpenClaw FAQ

The questions I get asked before every deployment.

What is OpenClaw?+

OpenClaw is an open-source, self-hosted personal AI assistant maintained by the OpenClaw Foundation, a non-profit, and released under the MIT license. You run a single gateway process on your own machine or server, and it becomes the bridge between your messaging apps and an always-available AI assistant. It was previously known as Moltbot and before that Clawdbot, so older tutorials you find may use those names.

What is the OpenClaw Gateway?+

The gateway is the core process, and it is the single source of truth for sessions, routing, and channel connections. One gateway instance serves every channel you have configured at the same time, so WhatsApp, Telegram, and Slack all talk to the same assistant rather than you running three separate bots. It also exposes a local dashboard and handles tool use, cron jobs, webhooks, and file, image, and audio handling.

Which messaging apps does OpenClaw support?+

More than 25 channels ship with it, including WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Google Chat, Microsoft Teams, Matrix, SMS through Twilio, IRC, LINE, Feishu, and Mattermost, with additional official plugins such as Nostr, Twitch, and Zalo installable on demand. There is also a plugin marketplace, so the list keeps growing. In practice most clients pick one or two channels and I connect those properly rather than switching on everything.

What kind of server do I need to run OpenClaw?+

A modest cloud VPS is fine for most deployments. The main hard requirement is a current Node.js runtime - version 24.15 or newer is recommended, with Node 22.22.3+ and 25.9+ also supported. Storage grows with your session history, so give it a little headroom. If you would rather not manage a server at all, I can host it for you, or deploy onto a cloud account in your own name so you keep ownership of the infrastructure.

Which AI providers work with OpenClaw?+

OpenClaw is not tied to one vendor. It works with Anthropic, OpenAI, Google Gemini, xAI Grok, OpenRouter, GitHub Copilot, and MiniMax, along with other compatible endpoints. That flexibility matters for cost as much as quality - routing routine work to a cheap fast model and reserving an expensive one for hard tasks is usually the difference between a sensible monthly bill and an alarming one.

Is it safe to put OpenClaw on a public server?+

Only if you set it up correctly, and this is the mistake I see most often. The dashboard binds to localhost by default for a very good reason - it is an interface to an assistant holding your credentials and message history. It should never be published straight to the open internet. The right approach is remote access over a private network layer such as Tailscale or an SSH tunnel, combined with sender allowlists so only approved contacts can message the agent, mention requirements in group chats, and a properly hardened host underneath. Every deployment I do includes that lockdown by default.

What is the USER.md file and does it matter?+

USER.md is the context file that tells your assistant who you are, what you are working on, and how you want it to behave, so every session does not start cold. It is the single highest-leverage file in the whole workspace, and it is also the one people fill with the wrong things. A good USER.md is specific, current, and short enough to stay useful; a bad one is a wall of detail that dilutes everything. I write yours as part of setup, and I have published a full guide with a real production example.

How much does it cost to run each month?+

Your two costs are the server and the model usage. A small VPS is usually somewhere between free and roughly $30 a month depending on provider, and model usage is billed by whichever AI provider you connect. For a personal assistant handling a normal day of messages, model cost is typically modest; heavy automation costs more. I tune model routing during setup specifically to keep that number sane.

Can OpenClaw run on Windows or macOS instead of a server?+

Yes. OpenClaw runs on macOS, Linux, and Windows, and there are companion apps plus voice support on macOS, iOS, and Android. Running it on your laptop is a perfectly good way to try it. The catch is that a laptop that sleeps, reboots, or travels is not an always-on assistant, which is why most people who get serious about it move the gateway to a server.

What is the difference between OpenClaw and Hermes Agent?+

OpenClaw is a gateway first - its strength is connecting a very large number of messaging channels and plugins to an AI assistant. Hermes Agent, from Nous Research, is focused on the agent itself: self-improving skills, memory providers, subagents, and scheduled autonomy. Both are MIT licensed and self-hosted. I have run both in production and migrated a live agent between them, so I will give you a straight recommendation based on what you actually want it to do.

Do I own everything when the work is done?+

Yes. OpenClaw is MIT licensed, it runs on your hardware, and the configuration, USER.md, workspace files, and documentation are all yours. No license fee to me, no per-seat pricing, no lock-in. Ongoing maintenance is an optional monthly plan you can cancel whenever you want.

Let's Get You Set Up

Tell me which apps you want to message it from and what you want it to handle. I'll tell you exactly what it takes and what it costs to run.

Get a Free Quote →

Free consultation. Your project stays confidential.