Plans
OpenClaw instances are available on thestandard (2 vCPU, 4 GB RAM) and budget (2 vCPU, 2 GB RAM) plans. See plans and billing for details; current per-hour pricing is shown in the Create Instance dialog.
Create an instance
- Go to Dashboard → Hosted Agents and click Create Instance
- Enter a Name, choose OpenClaw as the instance type, and pick a plan
- Click Create — setup is fully automated and takes a few minutes
Open the dashboard
Once the instance isrunning, click dashboard in the Connect column (or Open Dashboard in the actions menu). The OpenClaw dashboard opens in a new tab, served securely through DeepInfra — no ports to expose or tunnels to set up.
Right after a start, the instance can take up to ~3 minutes to finish booting. If you see a loading page, it refreshes automatically once the dashboard is up.
Models
Your instance comes pre-configured with a DeepInfra model, so it works out of the box. You can switch to any model from our catalog in OpenClaw’s settings — for exampledeepseek-ai/DeepSeek-V4-Flash. The agent’s model calls are billed as regular inference usage against your account.
SSH access
Power users can connect directly:Updating and backups
When a newer OpenClaw version is available, an Update action appears — it upgrades in place, with no restart. Backups run automatically every 24 hours; see Backups.FAQ
Why is the dashboard not loading right after I start the instance? The VM boots in stages; the dashboard is the last thing to come up (up to ~3 minutes). The loading page retries automatically. My agent stopped responding on its channels — what happened? Check the instance state at Dashboard → Hosted Agents. If it’sstopped or paused for fair use, start it again. Note that the instance gets a new public IP on restart — dashboard and channel connections are unaffected, but any SSH shortcuts you saved need the new IP.
Can I customize the instance over SSH?
Yes — install packages, add skills, edit OpenClaw’s own configuration. Just leave /home/openclaw/config.env alone and don’t re-enable self-update; version upgrades go through the Update action.