Run OpenClaw (Moltbot) like a real teammate — from your own VPS.
OpenClaw (formerly Moltbot) is an open-source personal AI agent that can operate 24/7: send messages, run tasks, schedule jobs, and connect to tools. This manual is the shortest path from “I’m curious” to “it’s running” — in about 15 minutes.
Schedule a message that arrives while you sleep.
moltbot gateway start moltbot logs --follow # connect Telegram # schedule a cron reminder # get a message back in chat ✅
Want a guided path? Start here: Quickstart.
Popular right now
Short, practical pages you can bookmark.
A simple mental model
A smart assistant you open in a tab and ask questions.
- You go to it
- Mostly text-in / text-out
- Limited automation without glue code
A smart employee running on your computer or VPS, connected to chat and tools.
- You message it via Telegram/Discord/etc.
- It can schedule work and follow through
- It can integrate with systems (logs, web, calendar, email…)
How it works (realistic example)
This manual focuses on getting you to this point quickly and safely.
What you can build (starter set)
Daily briefings
Wake up to a short summary: what matters, what’s next, what to ignore.
Start with a cron reminder →System monitoring
Basic health checks + notifications to Telegram when something breaks.
Learn to tail logs →Chat-driven operations
Trigger actions from your phone: status checks, summaries, automation.
Connect Telegram →Cost (software is free)
Moltbot is open-source. You typically pay for hosting (a small VPS) and optionally model/API usage. If you want the simplest setup, start with a $5–$20 VPS.
Ready to get started?
Deploy on a VPS so it can run 24/7. We keep it simple and opinionated.
Run on your own machine first, then move to a VPS once you like it.
FAQ
What should I do first?
Get one channel working (Telegram), then ship one scheduled reminder. That proves your setup end‑to‑end.
Do you charge for setup?
No. Tutorials are free.
Why VPS?
Because “always-on” automation needs an always-on machine.