Cloud hosting with simple virtual servers (droplets) and an in-browser console.
DigitalOcean is a cloud infrastructure provider. It rents out virtual private servers, called droplets, along with managed databases and storage, so anyone can run software on a machine that lives in a data center instead of on their own computer.
It's known for simple, transparent pricing, with plans starting at a few dollars a month, and for tooling built to be approachable, including an in-browser console that lets you manage a server without installing anything locally. That makes it a common starting point for hosting a website, an app, or an AI agent that needs to run continuously.
Ian used DigitalOcean live in Episode 003 to give an OpenClaw AI agent a real home instead of a laptop that has to stay open. He spun up a droplet (DigitalOcean's term for a virtual private server), a roughly 18-dollar-a-month box with 2GB of memory, and ran the whole setup, install, configuration, and hardening, straight from DigitalOcean's in-browser console. No local terminal or SSH client required to follow along.
Before the agent went live, Ian locked the droplet down with fail2ban and a firewall so it wasn't sitting open on the internet. That's the real lesson: a cheap server is easy to get, but a few minutes of hardening is what makes it safe to leave running. We keep DigitalOcean in the stack because it's the fastest way to move an agent off a laptop and onto a real server, at a price that's easy to predict.
DigitalOcean is server infrastructure, and setting one up (choosing a droplet, configuring a firewall, hardening it against attacks) is a technical job. If you're not comfortable at a command line, this isn't something you sit down and click through on your own. Where it fits for you is one step removed: it's what a developer, or an AI agent working under your direction, uses to give your project a real, always-on home. Worth understanding, even if you never touch it yourself.
Droplets from a few dollars a month; about 18 dollars a month for the 2GB server used on the live.
Ian Kilpatrick used it in Episode 003 for hosting the live OpenClaw agent on a 2GB VPS droplet; Ian Kilpatrick used it in Session 007 for recommended as the ~$18/month cloud home for an OpenClaw agent (his one-two punch).
DigitalOcean is server infrastructure, and setting one up (choosing a droplet, configuring a firewall, hardening it against attacks) is a technical job. If you're not comfortable at a command line, this isn't something you sit down and click through on your own. Where it fits for you is one step removed: it's what a developer, or an AI agent working under your direction, uses to give your project a real, always-on home. Worth understanding, even if you never touch it yourself.
| Category | Hosting & infrastructure |
|---|---|
| Pricing | Droplets from a few dollars a month; about 18 dollars a month for the 2GB server used on the live. |
| Free tier | No |
| Used live in | Episode 003 and Session 007 |
| Operator(s) | Ian Kilpatrick |
| Website | www.digitalocean.com |
On AI4NTP, every tool is shown live by a real operator. These are the people who demoed DigitalOcean on stage.
Explore other tools we've demoed live at AI4NTP:
See tools like DigitalOcean set up live, step by step, on AI4NTP, or get hands-on help putting it to work.