Hosto

Sign In

n8n Cloud vs Self-Hosted: What It Actually Costs in 2026

By Tushar Khatri

Dark server room with rack cabinets, orange and teal network cables, and glowing status LEDs

If you're weighing n8n Cloud vs self-hosted, the honest answer is that neither option is universally cheaper. It depends almost entirely on how many workflow executions you run per month, and how much your own time is worth. We run a hosting company, so we obviously have a stake in this conversation. But we also talk to people every week who would be better off on n8n Cloud, and we tell them so. This post lays out the actual numbers as of mid-2026, the costs nobody puts on a pricing page, and a simple way to compute your own break-even point.

The short answer

  • Light, casual automation (a few hundred executions a month, nothing sensitive): n8n Cloud's Starter plan is the simplest path and probably the right one.
  • Heavy or growing automation (scrapers, pollers, AI agents, anything that fires constantly): a flat-rate self-hosted or dedicated setup wins on cost, often dramatically, because self-hosted n8n has no execution caps.
  • DIY on a bare VPS is the cheapest sticker price but the most expensive in time. Whether that trade is worth it depends on whether you enjoy server maintenance or resent it.

Now the details.

What n8n Cloud costs in 2026

n8n Cloud is the official managed offering. As of mid-2026, it's priced in euros globally and hosted in Frankfurt:

PlanAnnual billingMonthly billingExecution cap
Starter€20/mo€24/mo2,500 executions/month
Pro€50/mo€60/mo10,000 executions/month

Two things matter here beyond the headline price.

First, the execution cap is the real price. An "execution" is one run of one workflow. A workflow that polls an API every five minutes burns through roughly 8,600 executions a month on its own, more than triple the Starter cap, and most of the way through Pro. If you're building AI agents, scrapers, or anything event-driven at volume, 2,500 executions can disappear in days.

Second, the pricing is EUR-only and the data lives in Frankfurt. For European teams, that's a feature. If you're billing in dollars or rupees, you're also absorbing currency conversion, and if your compliance requirements say data must stay in a specific country, Frankfurt may or may not work for you.

None of this makes n8n Cloud bad. It's a genuinely good product with zero maintenance burden, and for light use, €20/month to never think about servers is a fair deal. The question is what happens when your usage grows. And automation usage almost always grows, because the whole point is that adding one more workflow is nearly free effort.

What self-hosting costs: the DIY route

n8n itself is fair-code licensed and free to self-host, with unlimited workflows and unlimited executions. That's the headline that draws people in. The infrastructure is cheap too:

DIY optionPrice (mid-2026)What you get
Hetzner VPS~€4–5/moSmall cloud server, EU or US regions
DigitalOcean basic droplet$6/mo1 vCPU entry-level droplet

So on paper, self-hosting costs a fiver a month with no execution limits. Compared to €50/month for 10,000 capped executions on n8n Cloud Pro, that looks like a rout.

It isn't quite, because the sticker price omits the biggest line item: you.

The hidden costs of DIY self-hosting

We've set up and torn down more n8n instances than we can count, and the pattern is consistent. The install is the easy part: a Docker Compose file and an afternoon. The costs show up later, and they compound:

Your time, on a recurring schedule

Updates, security patches, SSL certificate renewals, backup verification, disk space monitoring. Each task is small. Together they're a standing appointment with your server, forever. If your time is worth anything at all, a couple of hours a month of maintenance can quietly cost more than any managed plan on this page.

Failed upgrades

n8n ships updates frequently, and occasionally an upgrade includes database migrations or breaking changes. On a managed platform, someone else tests and rolls these out. On your own VPS, a bad upgrade at 11 PM is your problem, and if you didn't verify your backups recently, it can become a much bigger problem.

Lost webhooks during downtime

This is the one people underestimate. Many n8n workflows are webhook-triggered: a payment comes in, a form is submitted, a CRM record changes. If your server is down when the webhook fires, that event may simply be gone. Some services retry; many don't. A cron job that runs late is an annoyance. A missed Stripe webhook is a business problem. Downtime on a DIY box doesn't just pause your automations. It can silently drop data.

Security exposure

An n8n instance holds credentials to everything it touches: your email, your database, your payment provider. Running it on the public internet means you own the hardening: firewall rules, fail2ban, keeping the OS patched. Skippable, until it isn't.

None of this is a reason not to DIY. If you're comfortable with servers and enjoy the control, it's the cheapest option by far and a perfectly good one. We wrote a full guide on how to self-host n8n if that's your path. But go in with clear eyes: the $6/month price assumes your labor is free.

The middle path: managed n8n hosting

Between "n8n runs it for you with execution caps" and "you run everything yourself" sits a third category that's grown a lot: managed n8n hosts. You get flat-rate pricing and unlimited executions like DIY, but someone else handles the server. Here's the landscape as of mid-2026:

ProviderPrice (mid-2026)ModelNotes
Railway~$5+/mo, usage-basedDIY setupYou deploy and configure it yourself; cost scales with usage
Hostinger n8n VPS$5.99/mo promo → $9.99/mo renewalSemi-managedYou still handle n8n updates yourself; note the renewal hike
Sliplane€9/moManagedContainer-based
Hosto Starter$12/mo ($9/mo annual)Fully managed, dedicated VM1 vCPU, 2 GB RAM, 40 GB NVMe; unlimited executions
Elestio$11/moManagedShared infrastructure options

A few honest observations about this table, including where we sit in it.

Watch for promo-then-hike pricing. Hostinger's $5.99 headline becomes $9.99 at renewal, and you're still on the hook for n8n updates yourself. That's not a scam. It's just a pattern worth pricing in when you compare.

Dedicated vs shared matters for automation workloads. Most managed hosts at this price point run your n8n in a container on shared infrastructure. That's fine for light use. Our approach at Hosto is a dedicated KVM VM per customer: Starter at $12/mo (or $9/mo billed annually) gets you 1 vCPU, 2 GB RAM, and 40 GB NVMe that's yours alone, with unlimited workflows and executions, free SSL, a custom domain, daily backups, and automatic updates. Growth ($24/mo, or $18 annually) and Scale ($39/mo, or $29 annually) step up to 4 GB and 8 GB of RAM for heavier AI and scraping workloads. Renewal price is the same as the sign-up price, and India pricing starts at ₹499/mo billed annually. We think dedicated resources are the right call for automation specifically, because a noisy neighbor delaying your webhook processing defeats the purpose, but we'll also say plainly that if you're running five simple workflows, Sliplane at €9 is a fine choice, and we compare the whole field in our roundup of n8n Cloud alternatives.

Computing your own break-even

Here's the exercise we'd suggest before choosing anything. It takes five minutes.

Step 1: Estimate your monthly executions. For each workflow, multiply trigger frequency by 730 hours a month. A workflow polling every 5 minutes ≈ 8,600 executions. Every 15 minutes ≈ 2,900. Webhook-triggered workflows are harder to predict. Use your actual event volume.

Step 2: Map that against the caps.

  • Under ~2,000 executions/month with headroom: n8n Cloud Starter at €20/mo works, and it's the least effort.
  • Between 2,500 and 10,000: you're in Pro territory at €50/mo, and this is exactly the zone where a flat-rate plan at $9–24/mo starts looking obviously better.
  • Over 10,000: n8n Cloud stops being a cost-effective option. Flat-rate self-hosted or managed hosting is the only pricing model that doesn't punish you for automating more.

Step 3: Price your own time honestly. If DIY maintenance takes even two hours a month and you bill (or earn) $30/hour, that's $60/month of invisible cost on top of the $6 VPS, more than any managed plan in the table above.

Step 4: Factor in the trajectory, not the snapshot. The uncomfortable truth about per-execution pricing is that it taxes success. Every automation you add makes n8n Cloud more expensive and makes flat-rate hosting a better deal. If you're just experimenting, that doesn't matter yet. If automation is becoming core to how you operate, it matters a lot.

Our honest recommendation

  • Choose n8n Cloud if you run a handful of light workflows, want the official product with zero operational thought, and EUR pricing with Frankfurt hosting suits you.
  • Choose DIY on a VPS if you're comfortable with Docker and server maintenance, your time budget allows it, and you want maximum control at minimum cash cost.
  • Choose a managed flat-rate host (Sliplane, Elestio, Hosto, or another from the alternatives list) if your execution volume has outgrown Cloud's caps (or will soon), you want your data on infrastructure you choose, and you'd rather pay $9–29/month than run servers yourself.

There's no wrong answer here, only a wrong fit. Do the break-even math with your own numbers, and it usually becomes obvious.

FAQ

Is self-hosted n8n really free?

The software is: n8n is fair-code licensed, and self-hosting includes unlimited workflows and executions at no license cost. What you pay for is infrastructure (roughly €4–6/month for a small VPS) and your own time for updates, backups, SSL, and monitoring. "Free" describes the license, not the total cost of ownership.

At what point does n8n Cloud become more expensive than self-hosting?

Broadly, once you approach the Starter cap of 2,500 executions/month. A single workflow polling every 5 minutes exceeds that cap by itself. At Pro-tier usage (€50/mo for 10,000 executions), flat-rate managed hosting in the $9–29/month range with unlimited executions is cheaper in nearly every configuration.

Is managed n8n hosting different from n8n Cloud?

Yes. n8n Cloud is the official service, with per-tier execution caps and EUR pricing hosted in Frankfurt. Managed n8n hosts (Sliplane, Elestio, Hosto, and others) run the self-hosted version of n8n on your behalf, so you get the unlimited executions of self-hosting without doing the server work yourself. The trade-off is that you're trusting a third party's operations rather than n8n's own team.

What are the biggest hidden costs of self-hosting n8n myself?

Recurring maintenance time, the occasional failed upgrade (n8n updates frequently, and migrations can break), and lost webhooks during downtime: if your server is offline when an event fires, that data may be gone for good. Security hardening is also on you, which matters because an n8n instance holds credentials to every service it connects to.

Host it without the ops.

WordPress, WooCommerce, static sites, and dedicated n8n VMs. Same price at renewal, live in minutes.