Beginner guide

Best n8n hosting for beginners

You picked n8n. Now you need somewhere to run it. Here are the five options that actually make sense in 2026, ranked from "easiest, costs more" to "cheapest, costs your weekends". No fake numbers. No "it depends".

Published 2026-05-10 · ~7 min read · Independent, no paid placements (disclosure)

TL;DR

  • Total beginner, just want it to work: n8n Cloud. ~$20/month. Skip the rest of this page.
  • Want to learn a tiny bit of Docker: Hetzner CX22 (~$4-6/month) + n8n in Docker. Cheapest real option.
  • Already on Railway or Render: Use the n8n template. Easy start, watch the bill.
  • You hate command lines: Hostinger's n8n VPS template. Click-to-install, no Docker knowledge needed.
  • Do not host on a laptop or a Raspberry Pi at home. Workflows need the machine on 24/7. You will lose more in failed runs than you save.

If you are still deciding between n8n and the alternatives, read our n8n vs Zapier and n8n vs Make comparisons first. This guide assumes n8n is the pick.

The ranking

# Option Real monthly cost* Setup time Best for
1n8n Cloud~$205 minBeginners who want zero ops
2Hostinger n8n VPS~$8-1215 minBeginners who want to own the box
3Railway / Render~$5-30 (usage)10 minAlready using these platforms
4Hetzner + Docker~$5-730-60 minCheapest real option, mild Docker comfort
5Your own VPS (DigitalOcean, Vultr, OVH)~$6-1530-60 minYou already have a provider you trust

*Cash only. Add your time at whatever rate you value it.

1. n8n Cloud — easiest, fairly priced

Sign up, pick a plan, get a workspace at yourname.app.n8n.cloud. No server, no upgrades, no broken nodes after a Docker pull. Starter plan is around $20/month with 2,500 executions and 5 active workflows. Pro lifts both ceilings.

Pick it if: you have never run a server, you want to focus on building workflows, or your time is worth more than $20/month (it is).

Skip it if: you already self-host other services and adding one more is free, or you need more than 50,000 executions/month — at that point self-hosting starts winning on the bill (see our cost breakdown).

2. Hostinger n8n VPS — closest thing to one-click self-host

Hostinger sells a VPS plan with a pre-built n8n template. You click "deploy", they install Docker and n8n, you log in. Around $8-12/month for the smallest plan that handles n8n comfortably.

Pick it if: you want to own the box, you do not want to learn Docker today, and a hostname like workflows.yourdomain.com sounds nice to have.

Skip it if: you already use Hetzner, OVH, or another provider — Hostinger's edge is the template, not the price.

3. Railway / Render — fastest path from "I have a credit card" to "running"

Both have official-ish n8n templates. Click deploy, set a password, you are running n8n in under 10 minutes. They charge usage-based: roughly $5/month at idle, climbing to $15-30/month under real load. Bills can creep.

Pick it if: you already use Railway or Render for other apps, or you want to spin n8n up to test for a week before committing.

Skip it if: you plan to run n8n 24/7 long-term — a flat-fee VPS is usually cheaper after month two.

4. Hetzner + Docker — the cheap-and-cheerful self-host pick

A Hetzner CX22 (2 vCPU, 4 GB RAM) is around €4-5/month. Install Docker, run the standard n8n compose file, point a Cloudflare Tunnel or Caddy at it for HTTPS, done. This is the option engineers and n8n YouTubers default to.

Pick it if: you have used a terminal before, you do not mind Googling once or twice, and you want the lowest real cash bill.

Skip it if: the words "Docker compose" are stressing you out. Go to option 1 or 2 instead.

5. Your own VPS — for people who already have a provider

DigitalOcean, Vultr, OVH, Linode — pick whichever one you already trust. n8n runs fine on any 2 GB+ Linux VPS. Setup is identical to the Hetzner option above.

Pick it if: you already have credits or a billing relationship somewhere.

Skip it if: you do not. Hetzner is cheaper.

Things beginners try that go badly

  • Hosting on a laptop. Laptops sleep. Webhooks fail. You lose runs and do not notice.
  • Free tiers. Most "free" container hosts spin down after inactivity. n8n needs to be on 24/7 or schedules silently miss.
  • Raspberry Pi at home. Fun project, bad production. Power blips, your ISP rotates IPs, your webhooks die.
  • Skipping HTTPS. n8n needs HTTPS for OAuth-based integrations to work. Use Cloudflare Tunnel (free) or Caddy (free) — do not skip this step.
  • Forgetting backups. Self-hosted n8n stores your workflows in a SQLite or Postgres database. Back it up. Cloud providers' "snapshots" are usually enough; just turn them on.

How to actually pick in 60 seconds

  • Time worth more than money? n8n Cloud.
  • Want to own it but never used Docker? Hostinger.
  • Already on Railway or Render? Use what you have.
  • Comfortable with a terminal and want it cheap? Hetzner.
  • Already have a VPS provider you like? Stay there.

Next reads

FAQ

What is the easiest way to host n8n as a beginner?
n8n Cloud. Sign up, click, done. No server, no Docker, no upgrades. About $20/month for the Starter plan. Pick this if you have never run a server and you do not want to learn today.
What is the cheapest way to host n8n?
A $4-6/month VPS at Hetzner or a small Hostinger plan, plus your own time. Real cost lands around $5-10/month in cash and a few hours/month babysitting it. Cheaper than n8n Cloud only if your time is also cheap.
Should I self-host n8n on my laptop?
No. Workflows that fire on schedules or webhooks need the box to be online 24/7. Laptops sleep. Use a VPS or n8n Cloud.
Is Railway or Render good for n8n?
Yes for trying it out. Both deploy n8n in minutes from a template. They get expensive once you run real workflows — usage-based pricing on these platforms beats a flat VPS at higher volumes.
Read the full n8n review → See the cost breakdown → Compare n8n vs Zapier →