How to Host Paperclip on the Cloud (3 Ways in 2026)
Want to run Paperclip 24/7 without leaving your laptop on? There are three ways to host Paperclip in the cloud — self-hosting on a VPS, using a PaaS like Zeabur or Railway, or going fully managed with PaperclipCloud. This guide walks through all three so you can pick what fits.
The Three Options
| Method | Setup Time | Monthly Cost | DevOps Required | Best For |
|---|---|---|---|---|
| Self-hosted VPS | 2-8 hours | $5-20/mo + your time | High | Devops-savvy users who want full control |
| PaaS (Zeabur, Railway) | 15-30 min | $10-30/mo | Medium | Developers comfortable with Docker |
| PaperclipCloud | < 1 minute | $14.70/mo | None | Anyone who wants to skip the infrastructure |
TL;DR: If you don't want to deal with servers, Docker, SSL, databases, and monitoring — skip to PaperclipCloud. It takes under a minute.
Option 1: Self-Hosted VPS
This is what most guides teach you. You rent a VPS from a provider like Hostinger, DigitalOcean, or Hetzner, then install Paperclip manually.
What You Need
- A VPS with at least 2 vCPU, 4GB RAM (recommended: 8GB)
- Ubuntu 22.04 or later
- A domain name
- Basic Linux command-line skills
Step-by-Step
-
Rent a VPS — Hostinger, DigitalOcean, or Hetzner. Budget $5-20/month.
-
SSH into your server
ssh root@your-server-ip -
Install Docker and Docker Compose
curl -fsSL https://get.docker.com | sh -
Set up PostgreSQL
docker run -d --name paperclip-db \ -e POSTGRES_PASSWORD=your-password \ -e POSTGRES_DB=paperclip \ -p 5432:5432 postgres:16 -
Clone and configure Paperclip
git clone https://github.com/paperclipai/paperclip.git cd paperclip cp .env.example .env # Edit .env with your database URL, API keys, etc. -
Configure SSL with Let's Encrypt
apt install certbot certbot certonly --standalone -d your-domain.com -
Start Paperclip
docker compose up -d -
Set up monitoring and backups
- Install Prometheus + Grafana for monitoring
- Set up automated PostgreSQL backups
- Configure log rotation
Pros
- Full control over your infrastructure
- No vendor lock-in
- Cheapest raw server cost ($5-20/mo)
Cons
- 8+ hours of setup if you've never done this before
- You're responsible for security updates, SSL renewals, backups
- If something breaks at 2am, that's your problem
- Can only access from one machine (unless you set up more)
- No team access without additional configuration
- Agents stop if the server crashes and you're not monitoring
Option 2: PaaS (Zeabur or Railway)
Platforms like Zeabur and Railway simplify deployment by handling the server for you. You still configure things, but you don't manage the underlying infrastructure.
Deploying on Zeabur
Zeabur has a Paperclip template that sets up Paperclip with a PostgreSQL database.
- Go to the Zeabur template page
- Click "Deploy"
- Configure environment variables (API keys, database URL)
- Wait for deployment (~5 minutes)
Cost: ~$10-30/month depending on usage.
Deploying on Railway
Railway also has a Paperclip template.
- Go to the Railway template
- Click "Deploy Now"
- Set environment variables
- Railway provisions the server and database
Cost: ~$10-30/month depending on usage.
Pros
- Faster than self-hosting (15-30 min vs hours)
- Automatic SSL and domain management
- Built-in database provisioning
- Easier scaling
Cons
- You still need to configure environment variables and API keys
- Debugging requires understanding their platform
- Costs can spike with usage (pay-per-resource)
- No Paperclip-specific support — you're on your own
- Still need to handle backups, monitoring, and updates yourself
- Limited customization compared to self-hosting
Option 3: PaperclipCloud (Fully Managed)
PaperclipCloud is purpose-built for Paperclip. You subscribe, and everything is done for you — servers, database, SSL, backups, monitoring, updates.
How It Works
- Pick a plan — starting at $14.70/month
- Complete payment — takes about 30 seconds
- Check your email — instance URL within 24 hours
- Add your API keys — your AI team starts working immediately
That's it. No servers to configure. No Docker. No SSL certificates. No database setup.
What's Included
- Dedicated server and PostgreSQL database
- SSL certificate and custom domain
- Automatic backups (weekly on Starter, daily on Scale)
- 24/7 monitoring and uptime guarantee
- Automatic Paperclip updates
- Access from any device — phone, laptop, tablet
- Multi-company support (on Entrepreneur plan and up)
Pros
- Under 1 minute to get started
- Zero DevOps knowledge required
- Agents run 24/7 — never stop when your laptop sleeps
- Enterprise security — encrypted, firewalled, isolated
- Paperclip-specific support team
- Access from any device
Cons
- Less control than self-hosting (you can't SSH into the server)
- Monthly subscription vs one-time VPS rental
Cost Comparison
Let's compare the real cost of each option, including your time.
Self-Hosted VPS
| Item | Cost |
|---|---|
| VPS (Hostinger/DigitalOcean) | $10-20/mo |
| Domain | $1/mo |
| Your time (setup) | 8+ hours (one-time) |
| Your time (maintenance) | 2-4 hours/month |
| Total | $11-21/mo + 2-4 hours/month of your time |
PaaS (Zeabur/Railway)
| Item | Cost |
|---|---|
| Platform hosting | $10-30/mo |
| Database add-on | $5-15/mo |
| Your time (setup) | 30 min (one-time) |
| Your time (maintenance) | 1-2 hours/month |
| Total | $15-45/mo + 1-2 hours/month of your time |
PaperclipCloud
| Item | Cost |
|---|---|
| Subscription | $14.70-104.30/mo |
| Your time (setup) | < 1 minute |
| Your time (maintenance) | 0 |
| Total | $14.70-104.30/mo |
If your time is worth $50/hour, self-hosting costs an extra $100-200/month in time alone. PaperclipCloud pays for itself.
Which Should You Choose?
Choose self-hosted VPS if:
- You're a DevOps engineer who enjoys server management
- You need root access to the server
- You're running non-standard configurations
- You want to minimize monthly costs and don't mind the time investment
Choose PaaS (Zeabur/Railway) if:
- You're a developer comfortable with Docker and environment variables
- You want faster setup than self-hosting but more control than managed
- You're experimenting and don't want to commit yet
Choose PaperclipCloud if:
- You want to focus on building your AI company, not managing infrastructure
- You need 24/7 uptime without monitoring it yourself
- You want to access Paperclip from multiple devices
- You value your time at more than $0/hour
Ready to Get Started?
If you've decided PaperclipCloud is the right fit, you can have your instance running in under a minute:
Get Started with PaperclipCloud →
Or if you want to see it in action first: