OpenClaw
that doesn't go quiet.

An always-on OpenClaw worker in its own container on your own EU virtual machine — pinned at 2026.6.34, restarted when it falls over, health-checked every 30 seconds, and already wired to your Paperclip control plane when you first log in.

you.litwindow.ai

Rack your office — $29/moread the service record

PINNED 2026.6.34RESTARTS ITSELFYOUR OWN KEYSEU-HOSTED VM

The figures in this panel are illustrative sample data, not litwindow's measured performance or any customer's real usage.

OPENCLAW GATEWAY PAPERCLIP
02:41:09 openclaw: task #88 picked up: move auth to sessions02:43:52 openclaw: edit src/auth/session.ts (+61 −18)02:51:30 openclaw: tests green — opened PR #21902:51:44 paperclip: spend logged $0.94 · month $18.60 / $50.0002:52:14 healthz: heartbeat ok (0.4s)
WORKER UPTIME19D 06H
MEMORY LIMIT3.0 GB
GATEWAY:18789 · CONTAINER ONLY

DEMONSTRATION READOUT — YOUR WORKER, YOUR NUMBERS

What OpenClaw is

OpenClaw is an open-source autonomous coding agent. You give it a job in plain language and it works on its own — reading files, running commands, editing code, opening pull requests — for as long as the job takes. It is the kind of agent you start and walk away from, which is exactly why the machine it runs on matters.

OpenClaw is an independent open-source project. litwindow did not write it and does not sell it. What litwindow sells is where it lives: a pinned image, a restart policy, a health check, custody of your keys, and a control plane that can already see it. The image every office runs is openclaw/openclaw:2026.6.34, the same tag on every machine we operate.

Agents don't crash loudly. They just stop.

The complaint we heard most often while researching OpenClaw was not bad output. It was agents dying quietly: a container that exited hours ago looks exactly like a container with nothing to do, and you find out when the work doesn't arrive. A heartbeat is the whole answer to that, and a heartbeat needs somewhere to beat.

On a laptop or a hand-rolled VPS

  • On a laptop or hand-rolled VPS: Closing the lid ends the run mid-task
  • On a laptop or hand-rolled VPS: A dead container looks identical to an idle one
  • On a laptop or hand-rolled VPS: The gateway is one wrong flag from the public internet
  • On a laptop or hand-rolled VPS: State lives wherever you mounted it — mount it wrong and it is gone
  • On a laptop or hand-rolled VPS: Upgrades arrive on the next restart, unannounced

In your litwindow rack

  • On litwindow: Runs 24/7 in its own container on your dedicated VM
  • On litwindow: Restarts on failure; /healthz is probed every 30 seconds
  • On litwindow: Gateway binds the container network only, never the host
  • On litwindow: State sits in a durable volume, inside the nightly encrypted backup
  • On litwindow: One pinned tag per image bake, rolled out deliberately

Pre-wired before you log in

The container, the gateway token, the volume, the health check and the Paperclip connection are built during your first boot. What is left for you is the part only you can do: prove you are the owner, and say what should pay for the thinking.

  1. Your office bootsCheck out, pick the subdomain you keep, and the VM provisions in about five minutes. OpenClaw comes up with the rest of the stack. You install nothing.
  2. Claim the owner linkThe dashboard shows a one-time claim link, valid for seven days. Open it, create the owner account, and the link is removed from our systems the moment you use it.
  3. Pick a brainPaste an Anthropic, OpenAI or OpenRouter API key, or connect a GitHub Copilot subscription by approving the device code the dashboard shows you. Keys are written to your VM; we keep a fingerprint.
  4. Approve the worker joinOpenClaw joins your Paperclip company so tasks can be assigned to it. During the founding period this is a guided step: you approve one authorization link and the rest runs automatically. We are folding it into a single dashboard button; it is not one click yet.
  5. Watch it workLive logs stream from your VM straight to your browser. Assign the first task in Paperclip, close the laptop, and read the log at breakfast.

Unit specification

The numbers below are the ones in the compose file on your machine. You can read them over SSH and check us.

Version
openclaw/openclaw:2026.6.34, pinned in our golden image and identical on every office. Upgrades ship as a new image, never as an unpinned pull.
Isolation
Its own container on your own VM — no shared containers, no neighbors. The gateway binds the container network on port 18789 and is never published to the host or the internet. It refuses to bind without auth, so first boot mints a gateway token that never leaves your machine.
Brains
Your own Anthropic, OpenAI or OpenRouter API key, or a GitHub Copilot subscription connected through GitHub's device flow. Subscriptions are metered for interactive use, so heavy always-on work may throttle, and they run on your account and your risk. No Claude Pro or Max subscription auth — see the service record.
Resilience
restart: unless-stopped, a /healthz check every 30 seconds, a 3 GB memory limit and a 2 GB Node heap ceiling, so one runaway job cannot take the rest of the office down with it.
Custody
Keys are written to your VM and never stored by us; our database holds a truncated SHA-256 fingerprint so the dashboard can show which keys are configured. Live logs stream from your machine to your browser without transiting our servers.
State
Everything the worker remembers — config, sessions, a connected subscription — lives in a durable volume at /home/node/.openclaw. It survives container restarts and image upgrades, and it is in the nightly encrypted backup.
Scale
One always-on worker on Solo; three on Team, added as openclaw-2 and openclaw-3 with the same shape and their own volumes, on the same VM.
Exit
One click produces a tarball with your database dump, agent workspaces and the compose files — pinned tag included — so the same worker comes back up wherever you run it next.

Service record

Can I power OpenClaw with my Claude Pro or Max subscription?

No, and we will not add it. Anthropic's terms restrict subscription auth to their own apps, so driving a Pro or Max login from a third-party harness breaks those terms and puts your account at risk. litwindow supports Anthropic API keys instead, which carry no such restriction. If you would rather spend a subscription than metered tokens, OpenClaw also runs on a GitHub Copilot subscription, which is sanctioned for agent use.

Is the OpenClaw gateway exposed to the internet?

No. It binds the container network on port 18789 and is never published to the host or to a public port. The gateway refuses to bind inside a container without auth, so your VM mints a gateway token at first boot. That token stays on your machine; litwindow never receives it.

What happens if OpenClaw crashes at 3am?

Docker restarts it. The container runs with restart: unless-stopped and a health check that probes /healthz every 30 seconds. Its state lives in a durable volume, so it comes back with its config, its sessions and any connected subscription intact rather than as a fresh install. The heartbeat is on your dashboard, so a worker that stays down is visible rather than silent.

Which version of OpenClaw do I get?

Docker image openclaw/openclaw:2026.6.34, the same tag on every litwindow office. OpenClaw's git releases run ahead of its published images, and we track the published image. Upgrades happen when we bake a new golden image and roll it out, not as an unpinned pull that changes underneath you on a restart.

Where do I actually use the worker day to day?

In Paperclip's own interface on your office subdomain: that is where you write tasks, assign them to OpenClaw, and read what it did. The litwindow dashboard is for the machine underneath — health, live logs, keys, SSH, plan, backups and export.

How many OpenClaw workers can I run?

One on Solo at $29 a month, three on Team at $79 a month. The extra two run as their own containers with their own volumes on the same VM, in the same shape as the first. No second machine, and no second bill from us.

The rest of the rack

Every office ships with all of these mounted and wired to each other. You do not pick one.

Give it a machine that stays awake.

One pinned worker, wired and running on your own VM, before you finish your coffee.

Rack your office — $29/mo