
⚠️ Disclosure: This page contains affiliate links. If you buy through them, we may earn a commission at no extra cost to you. Pricing was verified in September 2026 and can change, so always check the provider’s current price before purchasing.
If you want to self-host n8n in 2026, the hosting decision comes down to a simple trade-off: do you want the easiest setup, the cheapest raw server, or the most flexible developer experience?
After comparing the current n8n hosting options, pricing models, hardware, Docker support, backups, and long-term costs, the three providers stand out for very different reasons.
💡 HereFlowAI Verdict: Hostinger is the best n8n hosting choice for most beginners and small businesses. Hetzner gives technical users more raw VPS value, while Railway is easier for developers who prefer platform-based deployment over managing a traditional server.
Hostinger now offers a dedicated n8n VPS deployment with one-click installation, Docker management, automatic weekly backups, NVMe storage, and plans starting from $6.49/month on its international pricing page.
Table of Contents
Quick Verdict — Which n8n Hosting Should You Choose?
If you do not want to read the entire comparison, here is the decision.
✅ Choose Hostinger if:
- You are new to self-hosting
- You want one-click n8n deployment
- You want predictable VPS resources
- You want Docker management without doing everything through SSH
- You want automatic weekly backups included
- You plan to run AI agents or several active workflows
- You prefer paying a fixed hosting bill rather than usage-based pricing
Best plan for most n8n users: Hostinger KVM 2.
It currently includes 2 vCPU cores, 8GB RAM, 100GB NVMe storage, and 8TB bandwidth. Hostinger lists it at $8.99/month on its international n8n page, with renewal currently shown at $14.99/month.
✅ Choose Hetzner if:
- You are comfortable with Linux
- You know Docker and SSH
- You want maximum hardware for your money
- You do not need a beginner-friendly n8n control layer
- You are happy configuring backups, Docker, SSL, and updates yourself
Hetzner remains extremely competitive, but many comparisons online are already outdated. Its cloud pricing changed on June 15, 2026, including increases across several cloud server families.
✅ Choose Railway if:
- You hate managing servers
- You prefer deploying containers through a platform
- You want fast testing and deployment
- Your n8n usage is relatively light or variable
- You understand usage-based billing
Railway has an official n8n deployment guide, supports one-click templates, persistent volumes, custom domains, and PostgreSQL deployments.
The catch is cost predictability.
Railway’s $5 Hobby plan is a minimum monthly commitment, not an unlimited $5 server. If your actual resource usage exceeds the included $5 credit, your final bill increases with usage.
What Does n8n Hosting Actually Need?
n8n is not a normal WordPress website.
Your hosting requirements depend heavily on what your workflows do.
A simple automation that receives a webhook and sends data to Google Sheets may consume very little.
An AI automation that calls APIs, processes files, runs JavaScript, connects to databases, and handles simultaneous executions is a different workload entirely.
n8n officially supports self-hosting and Docker, and self-hosting gives you greater control over your infrastructure and data than using the managed cloud product.
For most real-world installations, you should think about five things.
RAM
Memory becomes particularly important when workflows handle:
- AI operations
- large JSON payloads
- files
- multiple simultaneous executions
- several active workflows
- databases running on the same server
Buying the absolute smallest server just because n8n launches successfully on it can be a false economy.
CPU
CPU demand is often low while workflows sit idle and then spikes during executions.
This is one reason a VPS with at least two vCPU cores becomes attractive once n8n moves beyond basic experimentation.
Persistent storage
Your workflows, credentials, execution data, and configuration need persistent storage.
Railway explicitly warns that an n8n deployment without a persistent volume can lose stored data during deployment. Its official n8n guide recommends attaching storage to /home/node/.n8n.
Backups
Once n8n becomes part of your business, backups stop being optional.
Losing a production instance can mean losing:
- workflows
- credentials
- execution history
- business automations
- hours of configuration work
Docker support
For self-hosting, Docker makes installation, upgrades, isolation, and deployment much easier.
This is where Hostinger has become significantly more interesting for n8n buyers.
Hostinger n8n Hosting — Best Overall for Most Users
Hostinger is no longer just selling a generic Linux VPS and expecting you to figure everything out.
It now has a dedicated n8n VPS application that can be deployed in one click.
Hostinger’s n8n VPS environment currently includes:
- One-click n8n deployment
- Docker Manager
- Container log access
- One-click updates
- AMD EPYC processors
- NVMe SSD storage
- 1 Gbps networking
- Automatic weekly backups
- Public API
- Multiple global data-center locations
That combination is the main reason Hostinger wins this comparison for beginners.
It sits somewhere between raw VPS hosting and managed n8n hosting.
You still get your own VPS resources and control, but much of the annoying setup work is reduced.
Hostinger KVM 1 for n8n
KVM 1 currently provides:
- 1 vCPU
- 4GB RAM
- 50GB NVMe storage
- 4TB bandwidth
Current advertised international price:
$6.49/month
Current advertised renewal:
$11.99/month
KVM 1 is enough to make sense for:
- learning n8n
- personal automations
- light client workflows
- simple API workflows
- webhook automations
- small internal business systems
But it would not be my first choice for someone planning to build a serious AI automation stack.
The bottleneck is not the 4GB of RAM.
It is the single vCPU.
Hostinger KVM 2 for n8n
KVM 2 is the sweet spot.
You currently get:
- 2 vCPU
- 8GB RAM
- 100GB NVMe
- 8TB bandwidth
Advertised price:
$8.99/month
Renewal:
$14.99/month
For less than $3/month more at the introductory rate, you double the CPU, double the RAM, double the storage, and double the bandwidth compared with KVM 1.
That is why I would choose KVM 2 over KVM 1 for anyone who expects their n8n installation to become important.
The extra headroom becomes useful for:
- AI agents
- OpenAI or Claude workflows
- multiple client workflows
- scheduled automations
- scraping pipelines
- lead-generation systems
- PostgreSQL
- high execution frequency
- queue-based setups
Hostinger also specifically promotes KVM 2 for medium-sized applications such as n8n.
💡 HereFlowAI Tip: If you are building n8n only to experiment, start smaller. If n8n will automate something that makes or saves your business money, KVM 2 is the safer starting point.
The Hostinger Renewal Price Matters
This is the part affiliate comparisons often skip.
Hostinger’s low advertised price is introductory pricing.
KVM 1 currently goes from:
$6.49 → $11.99/month at renewal
KVM 2:
$8.99 → $14.99/month
KVM 4:
$12.99 → $28.99/month
You should therefore choose Hostinger based on the long-term value, not simply the first advertised number.
The good news is that the VPS renewal jump is much easier to justify than buying expensive managed automation infrastructure if you are actually using the resources.
What I Like About Hostinger for n8n
The strongest advantage is not raw hardware.
It is friction.
A technical user can configure n8n almost anywhere.
A beginner cannot.
Hostinger reduces several common barriers:
- deploying Docker
- locating container logs
- updating containers
- managing the VPS
- creating backups
- installing n8n
Hostinger also offers an n8n queue-mode template for users who need a more scalable architecture.
That makes it a better bridge between beginner hosting and more advanced n8n infrastructure.
What I Don’t Like About Hostinger
Three things.
1. You pay upfront
Hostinger states that its VPS packages are paid in advance and that the displayed monthly rate represents the package total divided by the number of months.
Do not interpret “$8.99/month” as meaning you will necessarily pay just $8.99 today.
2. Renewals are higher
We already covered this, but it should be part of your buying decision from day one.
3. It is still a VPS
One-click deployment does not magically turn self-hosted n8n into n8n Cloud.
You remain responsible for your application and infrastructure decisions.
If you want zero infrastructure responsibility, managed n8n Cloud may still be worth paying more for.
Hetzner n8n Hosting — Best Raw VPS Value
If your only question is:
“How much server can I get for my money?”
Hetzner is difficult to beat.
But there is a major difference between Hetzner and Hostinger.
Hetzner assumes you know what you are doing.
You are getting infrastructure.
Not a beginner-focused n8n experience.
Hetzner CX23 Price in 2026
The CX23 is one of the most interesting low-cost choices for n8n.
Following Hetzner’s June 2026 price adjustment, the CX23 in Germany and Finland is currently listed at:
€5.49/month excluding VAT and IPv4
The equivalent dollar price listed by Hetzner is $6.49/month.
A Primary IPv4 currently costs another:
€0.50/month excluding VAT
IPv6 remains free.
So comparing a bare Hetzner server price against a more packaged hosting product without checking extras can be misleading.
Why Hetzner Is Attractive for n8n
Hetzner gives technical users exactly what many of them want:
- low-cost compute
- Linux
- full server access
- Docker compatibility
- flexible cloud infrastructure
- hourly billing with monthly price caps
- easy server resizing
- networking tools
- snapshots and backup options
If you already know how to:
- configure Ubuntu
- secure SSH
- set up Docker Compose
- configure a reverse proxy
- manage SSL
- configure firewalls
- update containers
- maintain backups
then the additional convenience Hostinger provides may be less valuable to you.
For those buyers, Hetzner is arguably the better deal.
Why I Would Not Recommend Hetzner to Every Beginner
A cheap VPS is only cheap if you can manage it.
Imagine saving $2/month on infrastructure and then spending Saturday night trying to figure out:
- why your webhook URL stopped working
- why your SSL certificate failed
- why Docker did not restart
- why your volume is full
- whether your backups actually work
For a developer, that may take 10 minutes.
For a complete beginner, it can consume hours.
That time cost matters.
This is exactly why “cheapest n8n hosting” and “best n8n hosting” are not always the same question.
Railway n8n Hosting — Best for Fast Developer Deployment
Railway attacks the problem from the opposite direction.
Instead of renting a traditional VPS with a fixed amount of RAM and CPU, you deploy your application onto Railway’s platform and pay according to the resources it consumes.
Railway has an official guide specifically for self-hosting n8n.
It supports:
- one-click n8n templates
- official Docker images
- persistent volumes
- public domains
- webhook configuration
- PostgreSQL
- environment variables
- monitoring and logs
For developers who want to deploy n8n without becoming a server administrator, Railway is extremely appealing.
Railway n8n Pricing — The $5 Problem
Railway Hobby costs:
$5/month
But this requires explanation.
That $5 is a minimum commitment and includes $5 of usage.
If your application uses $3 worth of resources, you still pay $5.
If it uses $5, you pay $5.
If it uses $8, you pay $8.
If it uses $15, you pay $15.
Railway documents this billing model explicitly.
This makes Railway fundamentally different from Hostinger or Hetzner.
Railway Resource Pricing
Railway currently lists:
- RAM: $10 per GB/month
- CPU: $20 per vCPU/month
- Volume storage: $0.15 per GB/month
- Network egress: $0.05 per GB
Compute is metered by the minute.
That does not mean a service capable of using 4GB RAM automatically costs $40.
Railway charges based on actual resource consumption rather than simply the maximum resources available.
But it does mean your monthly cost is less predictable than a fixed VPS.
A Simple Railway n8n Cost Example
Imagine your running n8n instance averages roughly:
- 0.5GB RAM
- 0.1 vCPU
The approximate compute component would be:
0.5GB RAM × $10 = $5
0.1 vCPU × $20 = $2
That already represents roughly $7/month in compute usage, before storage and network traffic.
This is only an illustration because your real consumption can be lower or substantially higher.
A serious n8n deployment may also use PostgreSQL, adding another running service.
The key point is simple:
Railway’s $5 plan should not be interpreted as a flat $5 n8n VPS.
Where Railway Can Actually Save Money
Usage-based pricing is not automatically bad.
For workloads that are genuinely idle for long periods, it can be efficient.
Railway also provides a serverless mode capable of putting inactive services to sleep after a period without outbound traffic, which can reduce compute costs for suitable applications.
But an automation platform often exists precisely because it needs to remain available for:
- webhooks
- schedules
- API calls
- background automation
So whether serverless behavior fits your n8n workflows needs to be considered carefully.
Which Is the Cheapest n8n Hosting?
There are three different answers.
Cheapest predictable VPS
For raw infrastructure, Hetzner is extremely competitive.
Cheapest beginner-friendly n8n VPS
For someone who values easier setup, backups, Docker tooling, and fixed resources, Hostinger KVM 1 makes more sense.
Cheapest for very light or temporary workloads
Railway can be inexpensive when actual compute consumption remains low.
But once usage grows, its usage-based billing can overtake a fixed VPS.
That means the cheapest provider changes according to how you use n8n.
Best n8n Hosting for Beginners
Hostinger wins.
Not because it is always the cheapest.
Not because it has the most CPU per dollar.
It wins because it removes more steps between:
“I want to use n8n”
and:
“My n8n instance is running.”
You get a dedicated n8n deployment path, Docker management, automatic weekly backups, and fixed VPS specifications.
For someone building their first serious automation server, that simplicity is worth a small difference in raw infrastructure cost.
My beginner recommendation
Start with:
Hostinger KVM 2
rather than KVM 1 if your budget allows it.
The 8GB RAM and two vCPU cores provide much more breathing room for AI workflows and growth.
Best n8n VPS for Serious Automation
Once you are running production automations, the question changes.
You care more about:
- reliability
- backup strategy
- database architecture
- resource headroom
- execution concurrency
- monitoring
- recovery
- scaling
At that level, both Hostinger and Hetzner become reasonable choices.
Choose Hostinger when:
You want a simpler operational experience and are happy to pay slightly more for convenience.
Choose Hetzner when:
You are technical enough to manage the stack yourself and want to optimize infrastructure cost.
For production deployments with increasing execution volume, n8n can also use queue-mode architectures rather than relying on one process forever.
This is another reason not to choose hosting purely by the cheapest entry plan.
Hostinger vs Hetzner for n8n
This is probably the hardest choice in the comparison.
My decision rule is very simple.
If you had to Google “how to SSH into a VPS”:
Buy Hostinger.
If Docker Compose, reverse proxies, environment variables, firewalls, and Linux updates already sound normal to you:
Consider Hetzner.
Hostinger is selling convenience + infrastructure.
Hetzner is selling mostly infrastructure.
Neither approach is objectively better.
They are aimed at different buyers.
Railway vs VPS Hosting for n8n
Railway makes the most sense when your priority is deployment experience.
You do not select a classic 2GB, 4GB, or 8GB VPS.
Your application consumes resources and Railway measures that usage.
That has two advantages:
- you do not need to choose a fixed server size upfront
- you pay according to actual consumption
It also has two disadvantages:
- your monthly cost is less predictable
- costs can increase as services consume more resources
Railway itself recommends using resource limits and monitoring actual metrics to prevent unexpectedly high consumption.
For developers, that is a reasonable trade.
For a beginner who simply wants “n8n for $X every month,” a fixed VPS is easier to budget.
Is Self-Hosted n8n Cheaper Than n8n Cloud?
It can be.
But do not compare hosting price alone.
With n8n Cloud, you are paying someone else to manage infrastructure.
With self-hosting, you may need to handle:
- deployment
- server security
- updates
- backups
- monitoring
- databases
- troubleshooting
- scaling
n8n’s own documentation presents Cloud as the option where n8n handles infrastructure, while self-hosting provides greater control and privacy.
So the correct question is not:
“Which one costs less?”
It is:
“Is the money I save self-hosting worth the infrastructure responsibility?”
For a freelancer, automation agency, developer, or business already comfortable with servers, often yes.
For someone who never wants to touch infrastructure, maybe not.
How Much Should You Spend on n8n Hosting?
Learning n8n
Keep the budget minimal.
Do not buy a powerful server to run three test workflows.
Personal automations
A low-cost VPS is enough for many users.
Hostinger KVM 1 or a small Hetzner instance can make sense.
Freelance automation work
Budget for headroom.
Your server may eventually run workflows for multiple clients.
Hostinger KVM 2 is a more comfortable starting point.
AI automation agency
Do not optimize around saving $3 per month.
Your infrastructure may be responsible for automations worth hundreds or thousands of dollars to clients.
At that point, reliability, database design, backups, monitoring, and scaling matter far more than finding the absolute cheapest VPS.
Final Verdict — Best n8n Hosting in 2026
There is no single provider that wins every technical category.
But there is a clear choice for each type of buyer.
🥇 Best n8n hosting overall: Hostinger
It offers the best balance of:
- price
- predictable resources
- easy n8n deployment
- Docker management
- included weekly backups
- scalability
- beginner friendliness
For most users, KVM 2 is the plan I would choose.
🥈 Best cheap VPS for technical users: Hetzner
Hetzner gives you excellent infrastructure value.
If you can comfortably manage Linux and Docker yourself, it may deliver more raw server value for your money.
Just make sure you compare the current post-June-2026 pricing, not old VPS prices still shown in outdated tutorials.
🥉 Best developer deployment experience: Railway
Railway is extremely convenient and its official n8n deployment flow is strong.
The trade-off is usage-based pricing.
For small projects that may be perfect.
For a constantly running, resource-heavy automation stack, a fixed VPS can become easier to predict and potentially cheaper.
FAQ
What is the best hosting for n8n in 2026?
Hostinger is the best overall choice for most beginners because it combines fixed VPS resources with one-click n8n deployment, Docker management, and automatic weekly backups. Technical users looking for raw VPS value should also consider Hetzner.
Is Hostinger good for n8n?
Yes. Hostinger now provides dedicated n8n VPS deployment and offers plans ranging from 4GB to 32GB RAM. It also includes Docker management and automatic weekly backups.
Which Hostinger plan is best for n8n?
KVM 2 is the strongest balance for most serious users. It currently includes 2 vCPU cores, 8GB RAM, 100GB NVMe storage, and 8TB bandwidth.
Is Hetzner good for n8n?
Yes, especially if you are comfortable administering Linux servers. Hetzner offers inexpensive cloud infrastructure, but setup and ongoing server management are more hands-on.
Can I host n8n on Railway?
Yes. Railway provides an official n8n self-hosting guide and supports Docker deployment, persistent storage, custom domains, and PostgreSQL.
Does Railway really cost $5 per month?
$5 is the Hobby plan’s minimum monthly commitment and includes $5 of resource usage. If your resource usage exceeds $5, you pay the higher actual usage amount.
What is the cheapest way to host n8n?
For technical users, a low-cost Hetzner cloud server can provide excellent value. Beginners may find Hostinger cheaper in practical terms because less manual server setup is required.
Is 4GB RAM enough for n8n?
For many light and moderate workflows, 4GB gives significantly more breathing room than minimal environments. More demanding AI automations, concurrent executions, databases, and multiple users can justify moving to 8GB or more.
Should I use a VPS or n8n Cloud?
Choose a VPS if you want control, self-hosting, and potentially lower infrastructure cost. Choose n8n Cloud if you would rather pay more to avoid managing the underlying hosting infrastructure.
Hostinger vs Hetzner vs Railway: Full Comparison
| Feature | Hostinger | Hetzner | Railway |
|---|---|---|---|
| Best for | Beginners & businesses | Technical users | Developers |
| Pricing model | Fixed VPS plan | Fixed/hourly cloud server | Usage-based |
| Starting point discussed | $6.49/mo KVM 1 | €5.49/mo CX23 excl. VAT/IPv4 | $5/mo minimum Hobby |
| n8n one-click option | Yes | Manual setup | Yes, template available |
| Docker | Yes + Docker Manager | Yes | Yes |
| Weekly backups | Included | Optional | Different backup/storage model |
| Cost predictability | High | High | Variable |
| Setup difficulty | Easy | Advanced | Easy–Intermediate |
| Server control | High | Very high | Lower than raw VPS |
| Our verdict | Best overall | Best raw value | Best developer convenience |
Hostinger n8n VPS Plans
| Plan | vCPU | RAM | NVMe | Bandwidth | Intro Price* | Renewal* |
|---|---|---|---|---|---|---|
| KVM 1 | 1 | 4 GB | 50 GB | 4 TB | $6.49/mo | $11.99/mo |
| KVM 2 | 2 | 8 GB | 100 GB | 8 TB | $8.99/mo | $14.99/mo |
| KVM 4 | 4 | 16 GB | 200 GB | 16 TB | $12.99/mo | $28.99/mo |
| KVM 8 | 8 | 32 GB | 400 GB | 32 TB | $25.99/mo | $49.99/mo |
*Prices verified September 2026 on Hostinger's international n8n page. Promotional pricing, billing terms and regional prices can change.
Which n8n Host Should You Buy?
| Your Situation | Best Choice | Why |
|---|---|---|
| First time self-hosting n8n | Hostinger | One-click deployment and easier VPS management |
| AI workflows / client automations | Hostinger KVM 2 | 8GB RAM and 2 vCPU provide useful headroom |
| Experienced Linux/Docker user | Hetzner | Excellent raw infrastructure value |
| Fast developer deployment | Railway | Platform deployment with less server administration |
| Need predictable monthly resources | Hostinger / Hetzner | Fixed VPS/cloud-server pricing is easier to budget |
| Light variable project | Railway | Usage-based billing can work well at low consumption |




[…] Read the original Best n8n Hosting 2026 guide on HereFlowAI → […]