You log into n8n cloud, see your bill creep up another notch, and start wondering if an $8 VPS would do the same job. Then you go googling. Within ten minutes you’re ten tabs into Reddit threads, comparing Hostinger specs to Hetzner specs, trying to figure out whether your workflows would even run on a single shared CPU. By minute fifteen you’ve forgotten what the original question was.
This calculator is for the moment right before you go down the rabbit hole.
n8n cloud is a good fit when you’re starting out. It’s also a smart pick if you want zero maintenance, instant scaling, and someone else watching the lights for you. But there’s a point where your usage outgrows the cloud plan you’re on, and the next tier up doesn’t make sense for what you use. The n8n Cost Calculator runs the numbers on both sides so you can see, in about ten seconds, where the line falls for your setup.
n8n Cloud vs self-hosted: side-by-side
| Factor | n8n Cloud (Starter $20/mo) | Self-Hosted Hostinger VPS (~$8/mo) |
|---|---|---|
| Executions per month | 2,500 included | Unlimited |
| Active workflows | 5 | Unlimited |
| Setup time | 5 minutes | 1 to 2 hours, once |
| Updates | Automatic | Manual, about 5 minutes per month |
| Backups | Built-in | DIY or VPS snapshots |
| Data location | n8n’s servers | Your VPS, your control |
| Best for | Beginners, low volume | Heavy users, privacy needs, anyone past Starter limits |
Prices as of writing. n8n changes its plans every so often, so the calculator pulls in current pricing when you run it.
What the calculator looks at
Three inputs:
- Your current n8n cloud plan (or the one you’re eyeing)
- How many workflow executions you run per month
- Your comfort level with managing a VPS
It compares the cloud cost against a self-hosted setup on a small Hostinger VPS, accounts for the front-end setup time, and shows you the tipping point. If self-hosting saves you money, the result links straight to the VPS plan I’m running n8n on right now, so you’re not stuck shopping for one.
If cloud is the better call for your usage, the calculator says so plainly. No pressure to switch.

When self-hosting saves you real money
Rough break-even points for someone running real workflows:
- Starter plan, under 2,500 executions per month: Cloud wins on simplicity. Don’t bother switching.
- Starter plan, hitting the 5-workflow ceiling: Self-host saves about $12 per month plus removes the workflow cap.
- Pro plan ($50/mo): Self-host saves about $42 per month. Break-even on a 2-hour setup is roughly your first 30 days.
- More than 10,000 executions per month: Self-host wins on every dimension, including speed.
Numbers move when n8n changes pricing, but the calculator updates with them.
When self-hosting wins (and when it doesn’t)
Self-host when:
- You’re running more than a few hundred executions a month
- You want unlimited workflows without watching the meter
- You’re okay spending an hour or two on setup once, plus the occasional update
- You like having full control of your data and credentials
Stay on cloud when:
- You’re testing the waters and not sure n8n is going to stick
- Your workflows are simple and infrequent
- You’d rather pay a few dollars more than think about server stuff
- You’re using n8n inside a team where someone else handles infrastructure
Neither answer is wrong. The wrong move is paying for a cloud tier when the math says self-host, or self-hosting when you don’t have the time to keep it running.
What surprised me on the self-hosted side
A few things to know going in:
- Updates aren’t optional. n8n ships fast. Plan to update at least monthly (even weekly) so you don’t fall behind on new node features or security patches.
- Backups matter more than you think. Workflows are easy to export, but the credentials and execution history live in your database. Set up automated backups before you load anything important. (I made a backup workflow – coming soon)
- Memory is the bottleneck, not CPU. A 1GB VPS will technically run n8n, but the moment you start chaining AI nodes or processing larger payloads, you’ll feel it. 2-4GB is the sweet spot for most personal setups.
The calculator bakes those tradeoffs into its recommendation, so you’re not just comparing dollar amounts. It compares dollar amounts to your actual workflow load.

Frequently asked questions
How much does it cost to self-host n8n?
A small VPS runs about $8 a month. Add a domain name (around $12 a year) if you want a friendly URL instead of an IP address. Total real cost: roughly $9 a month for a personal setup. No execution caps, no workflow limits.
Is self-hosting n8n hard?
If you’ve ever used a terminal, it’s about a 90-minute one-time task using Docker. Hostinger has a one-click n8n install option in their VPS panel, which drops the setup to roughly 10 minutes. After the install, monthly updates take about 5 minutes.
What VPS specs do I need to run n8n?
For a personal setup, look for 2 vCPU and 4GB RAM at minimum. 1GB works for light use only but will crawl the moment you add AI nodes or large payloads. The Hostinger KVM 2 plan is the sweet spot for most readers.
Can I move my workflows from n8n cloud to self-hosted?
Yes. Export your workflows as JSON from cloud, import them into your self-hosted instance, then recreate your credentials (those don’t export for security reasons). Plan an hour for the migration if you have a handful of workflows.
Is self-hosted n8n secure?
If you put it behind HTTPS, set strong basic auth or n8n’s built-in user management, and keep it updated, yes. Self-hosting gives you more security control than cloud, because your data never leaves your VPS. Skip the security basics and you’re worse off than cloud, so don’t skip them.
Try it before your next billing cycle
If your n8n cloud renewal is coming up, run your numbers through the calculator first. Worst case, it confirms you’re on the right plan and you go back to building. Best case, you save thirty or forty bucks a month for the price of an afternoon of setup.
No signup, no email gate. Just put in your usage and see what it says.
More n8n workflow blueprints and templates are lining up in the queue. Subscribe if you haven’t yet, and in the meantime, go run your numbers and let me know what the calculator told you.
