Task Intelligence · Vector-Rendered · AI Agents

TivRen.

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 — ssh
$ 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
Price-locked Your VPS price is locked in forever. No "introductory pricing."
Root SSH It's your machine. We set it up, you own it.
Markdown Agent memory stored as plain files. No proprietary formats, ever.

What you actually get

01

Your own server. Not a slice of ours.

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.

Your VPS
CPU1 vCore (KVM)
RAM2 GB dedicated
OSUbuntu 24.04 LTS
LocationUS datacenter
PricingLocked in forever
02

Full root access, from day one.

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
03

Memory in plain Markdown. Export anytime.

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/

Pricing

Three plans. Each includes one dedicated VPS and the managed setup. The difference is how many AI tokens you get each month.

Base

$6/mo
  • Dedicated KVM VPS
  • 1M DeepSeek V3 tokens/mo
  • Root SSH access
  • OpenClaw pre-installed
  • Markdown memory export
Get started

Pro

$16/mo
  • Dedicated KVM VPS
  • 10M DeepSeek V3.2 tokens/mo
  • Root SSH access
  • OpenClaw pre-installed
  • Markdown memory export
Get started

All plans billed monthly. No contracts. The VPS is provisioned within a few hours of signup.

Common questions

What is OpenClaw?

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 →

What if I want to cancel?

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.

Can I self-host OpenClaw instead?

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.

What AI model does OpenClaw use?

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.

Start at platform.tivren.com

Base plan is $6/mo. Cancel anytime. Your server, your data.

Go to platform →