Free tier: Orgo’s free tier auto-stops computers after 15 minutes of inactivity. Great for setting up and testing OpenClaw. For always-on usage, upgrade to a paid plan to disable auto-stop.
Setup via the Orgo dashboard
Create a computer
Go to orgo.ai/workspaces and create a new computer with at least 8 GB RAM and 4 CPU cores.
Open the terminal
Click on your computer to open the desktop viewer. Click the Terminal icon in the taskbar (or right-click the desktop and select “Open Terminal”).
Setup via the SDK
http://127.0.0.1:18789/.
Installing skills
OpenClaw supports community skills from ClawHub:Running tasks
From the terminal or the OpenClaw web dashboard:Persistence
| Plan | Behavior |
|---|---|
| Free | Auto-stops after 15 min idle. Good for testing. |
| Developer+ | Configure or disable auto-stop. Run OpenClaw 24/7. |
Tips
- Use 8 GB RAM or higher — OpenClaw + Node.js + skills can be memory-intensive
- Run the gateway with
nohupso it survives terminal disconnects - Config lives in
~/.openclaw/and persists across computer restarts