Task Intelligence · Vector-Rendered · AI Agents
Dedicated hosting for your
OpenClaw agent.
We spin up a dedicated KVM VPS, install OpenClaw, hand you the root SSH password, and stay out of your way. Your memory lives as plain Markdown files. Your AI tokens are included.
Base plan is $6/mo. Cancel anytime. No contracts.
$ clawhost status
server 68.209.x.x (dedicated KVM)
plan Plus · $10/mo
agent OpenClaw · active (running)
memory ~/memory/ (Markdown files)
tokens 2,147,203 of 3,000,000 used
$ ssh [email protected]
root@clawhost:~# ls memory/
conversations/ knowledge/ tasks/
root@clawhost:~# cat memory/knowledge/notes.md
# Project notes
- Follow up on Q2 review
- Check API rate limits
█
Most AI hosting puts many users on a single machine. Every TivRen subscriber gets a dedicated KVM VPS — 2 GB RAM, isolated storage, real hardware allocation. Nobody else runs on your box.
Your VPS price is locked in from day one. No "introductory pricing" that spikes after six months. What you pay today is what you pay in three years.
When your VPS is ready, you get the root SSH credentials. Install anything. Edit OpenClaw's config. Set up a cron job. Add your own services. We don't lock the server down after provisioning — it's yours.
OpenClaw runs as a systemd service so it restarts on reboot automatically, but beyond that the machine is an ordinary Ubuntu VPS that you happen to have someone else set up for you.
# OpenClaw runs as systemd
$ systemctl status openclaw
● openclaw.service
Active: active (running)
# Standard Ubuntu — install anything
$ apt install htop tmux
$ ufw status
Status: active
OpenClaw stores everything your agent knows as Markdown files in ~/memory/. You can read them over SSH, edit them directly, back them up with rsync, or copy them to a new server if you leave ClawHost.
No database exports, no "data portability requests," no waiting. It's just files on your server.
~/memory/
├── conversations/
│ └── 2026-04-30.md
├── knowledge/
│ ├── notes.md
│ └── projects.md
└── tasks/
└── active.md
# Back up everything
$ rsync -av root@vps:~/memory/ ./backup/
Three plans. Each includes one dedicated VPS and the managed setup. The difference is how many AI tokens you get each month.
All plans billed monthly. No contracts. The VPS is provisioned within a few hours of signup.
OpenClaw is an open-source AI agent — MIT licensed, so you can read the code, fork it, or run it yourself. ClawHost is managed hosting: we handle the server, you use the agent. openclaw.ai →
Cancel from the dashboard and the subscription stops at the end of the billing period. Your VPS keeps running until then. Before it gets deprovisioned, back up your ~/memory/ folder — those Markdown files are yours.
Yes — it's MIT licensed. ClawHost is for people who'd rather not manage a server. If you're comfortable with Linux VPS administration, you don't need us.
DeepSeek V3 by default — fast, cheap, and capable. Pro plan gets V3.2. If DeepSeek is unavailable, OpenClaw falls back to OpenAI gpt-4o-mini automatically.
Base plan is $6/mo. Cancel anytime. Your server, your data.