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 "managed, costs more" to "lower cash cost, requires your weekends". No fake numbers. No "it depends".
TL;DR
- Total beginner, just want it to work: n8n Cloud. Check the current regional quote and execution allowance.
- Want to learn Docker: compare a current VPS quote with the full operating cost of n8n in Docker.
- 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
Swipe to see all columns
| # | Option | Cost basis* | Setup work | Best for |
|---|---|---|---|---|
| 1 | n8n Cloud | Current plan quote + execution allowance | Account configuration | Beginners who want managed operations |
| 2 | Hostinger n8n VPS | Current VPS quote + operations | Template plus production hardening | Beginners who want to own the box |
| 3 | Railway / Render | Current usage quote + storage | Template plus persistence checks | Already using these platforms |
| 4 | Hetzner + Docker | Current VPS quote + operations | Docker, TLS, backup, monitoring | Teams comfortable operating a VPS |
| 5 | Your own VPS (DigitalOcean, Vultr, OVH) | Current provider quote + operations | Deployment and production hardening | You already have a provider you trust |
*Prices vary by region, billing period, resources, storage, and support. Include backups, monitoring, operator labour, and recovery requirements.
1. n8n Cloud — easiest, fairly priced
Sign up, pick a plan, get a workspace at yourname.app.n8n.cloud. No server, no upgrades,
and no production upgrade work. Check the current regional quote and plan limits before deciding. When
verified on 2026-09-20, the official Starter plan listed 2,500 workflow executions and unlimited steps.
Pick it if: you have never run a server or want the vendor to own the hosting and upgrade work.
Skip it if: runtime ownership is a requirement and your team can operate the database, backups, monitoring, upgrades, and recovery. Compare a representative workload in the 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. Verify the current plan quote, resources, backup design, and support terms directly; the template does not remove the operator's production responsibilities.
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 — lower-friction path from "I have a credit card" to "running"
Both offer deployment paths that can shorten initial setup. Verify the current template, persistence, resource meter, outbound traffic, and database design before production. Usage-based bills vary with the workload and selected services.
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 have not modeled a representative 24/7 workload or validated persistent storage and recovery.
4. Hetzner + Docker — the cheap-and-cheerful self-host pick
A VPS plus Docker gives the team runtime ownership, but provider prices and instance specifications change. Check the current regional quote, install n8n using official guidance, configure TLS, and treat the database, backups, monitoring, upgrades, and recovery as part of the deployment.
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.
- Treating a provider snapshot as a complete backup. A recoverable self-hosted n8n backup includes the
.n8nuser folder, the SQLite file or external Postgres database, the credential encryption key, and any external binary storage or custom-node directories the deployment uses. Keep a tested restore path; a provider snapshot can be one layer, not an assumed substitute.
Security updates and rollback readiness
n8n's 16 September 2026 security update says n8n Cloud was patched automatically and tells self-hosted operators below the applicable fixed release to upgrade. The fixed releases named in that announcement are 1.123.80 for v1, 2.39.6 for the stable v2 branch, and 2.40.1 for the beta v2 branch. Those are branch-specific security fixes, not a claim that any one of them is the current release for every deployment.
For self-hosting, record the branch and version you run, review release notes, take a complete backup, and verify that the backup can restore the database, configuration, credentials encryption key, and any external storage the instance depends on. Test the update against a representative environment before production and keep a documented rollback path. See n8n's official backup and restore and update guidance. Verified 2026-09-20.
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. It removes server, Docker, and upgrade work. Check the current quote for your region and billing period; when verified on 2026-09-20, the official Starter plan was priced in euros and metered by workflow executions.
- How should I compare the cost of hosting n8n?
- Compare current provider quotes and include the database, backups, monitoring, support, availability target, and operator labour. A low-cost VPS can reduce the cash bill only when your team can operate it safely.
- 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?
- They can be convenient for evaluation, but current templates, prices, persistent storage, and usage meters must be checked directly. Compare a representative workload and recovery plan with n8n Cloud and a VPS before treating either option as cheaper.