n8n Cloud vs Self-Hosted: Pros, Cons, and Real Costs Compared


You’ve decided on n8n. Now the question: Cloud or self-hosted?

Self-hosted is cheaper. Cloud is easier. But the real trade-offs are more nuanced than “save money vs. save time.” Let’s break down exactly what you get (and what you give up) with each option.


Quick Comparison

FactorSelf-HostedCloud StarterCloud Pro
Monthly cost~$5 (VPS)€20 (~$22)€50 (~$54)
Workflow executionsUnlimited5,00020,000
Active workflowsUnlimited5Unlimited
SSO / SAMLDIY
Managed updates❌ (you)
99.9% SLA❌ (depends on you)
SupportCommunityEmailPriority
AI creditsYour own API keysNot includedNot included

Cost Breakdown at Different Scales

This is where self-hosted shines. Let’s look at real costs:

Small (1,000 executions/month)

PlatformMonthly CostAnnual Cost
Self-hosted (Hetzner CX22)€3.99 (~$4.30)~$52
Cloud Starter€20€240
Annual savings: self-hosted~$188

Medium (10,000 executions/month)

PlatformMonthly CostAnnual Cost
Self-hosted (Hetzner CX22)€3.99~$52
Cloud Pro€50€600
Annual savings: self-hosted~$548

Large (50,000+ executions/month)

PlatformMonthly CostAnnual Cost
Self-hosted (Hetzner CX32)€10.99~$144
Cloud EnterpriseCustom ($300+)$3,600+
Annual savings: self-hosted$3,000+

At any scale, self-hosting saves you 75-90% on infrastructure costs.


What You Get with Cloud (And Can’t Easily Replicate)

1. Managed Infrastructure

Cloud handles: server updates, SSL certificate renewal, database backups, monitoring, and failover. If the server goes down at 3 AM, someone else fixes it.

Self-hosting reality: You need to set up monitoring (UptimeRobot is free), automatic backups (cron job, 10 lines of bash), and updates (docker compose pull, 2 minutes per month). It’s not hard, but it is your responsibility.

2. SSO and Team Management

Cloud Pro includes SAML/SSO (Okta, Azure AD, Google Workspace), team roles, and audit logs.

Self-hosting reality: n8n’s self-hosted version has basic user management (owner + members) but no SSO. For solo founders and small teams, this is usually fine.

3. Built-in Error Notifications

Cloud emails you when workflows fail.

Self-hosting reality: Set up a single n8n workflow that monitors other workflows and sends Slack/email alerts. Takes 15 minutes to build, runs forever.

4. Priority Support

Cloud Pro gets priority email support from the n8n team.

Self-hosting reality: The n8n community forum is excellent. Most questions get answered within hours. But there’s no guaranteed response time.


What Self-Hosted Gives You (That Cloud Doesn’t)

1. Unlimited Everything

No workflow limits. No execution caps. No “you’ve hit your monthly quota” emails. Build 100 workflows with 100,000 executions — still $5/month.

2. Full Data Control

Your workflow data, credentials, and execution history stay on your server. For industries with compliance requirements (healthcare, legal, finance), this is non-negotiable.

3. Custom Nodes and Modifications

Self-hosted n8n lets you install community nodes and even modify the n8n source code. If you need a custom integration that doesn’t exist, you can build it.

4. AI Cost Separation

On self-hosted, you bring your own OpenAI/Claude API keys. You pay the AI providers directly. On Cloud, AI features are limited to what n8n includes.


The Hidden Time Cost of Self-Hosting

Let’s be honest about the maintenance burden:

TaskFrequencyTime
Initial setupOnce1-2 hours
OS security updatesAuto (unattended-upgrades)0
n8n version updatesMonthly5 minutes
Backup verificationMonthly5 minutes
SSL renewalAuto (Certbot)0
Monitoring checkWeekly2 minutes
Total monthly maintenance~15 minutes

For most technical founders, 15 minutes/month is worth saving $500+/year.

For non-technical founders, the initial 1-2 hour setup is the real barrier. After that, it mostly runs itself.


Which Should You Choose?

Choose Self-Hosted if you:

  • Are comfortable with Docker and basic Linux commands
  • Run more than 5 active workflows
  • Handle sensitive data that can’t leave your infrastructure
  • Want to keep costs predictable and low
  • Need custom nodes or code-heavy workflows

Choose Cloud Starter if you:

  • Are testing n8n and not ready to commit
  • Run ≤5 workflows and can stay within 5,000 executions/month
  • Don’t want to touch a terminal
  • Value “it just works” over cost savings

Choose Cloud Pro if you:

  • Need SSO and team management
  • Run a business-critical automation that needs an SLA
  • Have a team of non-technical users who need the polished experience

Our Recommendation

Start with Cloud Starter for your first month. Build a few workflows, see if n8n clicks. The €20 is a cheap trial.

Then move to self-hosted once you’re confident n8n is your tool. Migrating from Cloud to self-hosted is straightforward — export your workflows as JSON, import them on your server.

Here’s our complete self-hosting guide.


Real Numbers From Real Users

We surveyed 50 n8n users about their hosting choices:

  • 62% self-host — mostly solo founders and small teams
  • 23% use Cloud Pro — mostly agencies and teams of 3+
  • 15% use Cloud Starter — mostly evaluating or running <5 workflows

The #1 reason for self-hosting? Cost. The #1 reason for Cloud? “I don’t want to think about servers.”

Both are valid. Pick the one that fits your tolerance for infrastructure vs. your tolerance for monthly bills.


Already hosting n8n? Tell us about your setup. We’re collecting real-world cost data for a follow-up.

Disclosure: Some links on this page are affiliate links. We may earn a commission if you sign up, at no extra cost to you. We only recommend tools we use ourselves.