What is n8n in 2026: what it automates, what its licence allows, and what its cloud costs against your own server

n8n bills its cloud by complete workflow execution and lets you run its Community edition free on your own server, under a licence that is fair-code, not open source. This guide sets out its plans in euros as n8n publishes them, where its licence FAQ draws the line for client work, what Hetzner charges for the server n8n's own guide installs on, and a calculator that puts the two routes side by side for a year.
This guide contains affiliate links: if you buy or sign up through them, m8d.io earns a commission at no extra cost to you.
n8n is a workflow automation platform that connects apps and runs flows without code, with JavaScript or Python when needed. Its free Community edition installs on your own server; its cloud bills by complete workflow execution, not by step, in euros, from a free plan of 50 executions a month up to 50,000 on its Pro plan.
What is n8n and what is it used for: what it automates, how it works and how it differs from Zapier or Make
In n8n you draw the job on a canvas: a node that starts it (an email arriving, a time of day, a call to a web address) and behind it the nodes that do things with that data. Each node is an app or an operation, and the whole thing is called a workflow. Each time the workflow runs, that is an execution, and that word is what sets the price.
That is the difference n8n puts at the centre of its own pricing page: “Pricing based on monthly workflow executions, regardless of complexity”. A fifty-step workflow costs the same as a two-step one. Tools that charge per step or per task do not work that way. The name, by the way, is short for nodemation and is pronounced n-eight-n, according to its own repository.
The second thing that sets it apart is that it installs on a machine of yours. That edition is called Community, it is free and, in the words of its own documentation, it is “Self-hosting with almost the complete feature set”. What changes is not what you can automate: it is who holds the credentials of every app you connect and where your data passes through.
Explainers that Google UK ranks for these searches open by calling n8n open source, and the difference matters in the case Google UK shows as a question under n8n searches: “Can I use n8n for commercial purposes?”
.ee. in their name fall outside it and need an Enterprise licence. The README calls n8n “fair-code”, with its source code “Source Available”.m8d rule: Running your business on the free edition, or charging clients for the workflows you build and maintain on your instance, is inside the licence. Letting outsiders build their own workflows on your n8n, or selling n8n itself under your brand, is not: that is what its Enterprise licence is for.
How much n8n costs: its cloud plans in euros, what each one covers and where the cloud really stops
- Community · free, on your own server. Its documentation describes it with “almost the complete feature set” and says you can stay on it indefinitely: what it lacks are business features, not the ability to automate.
- Free · 50 executions a month in n8n's cloud. One user and one shared project: enough to try your first workflows.
- Starter · €20 a month paying yearly · 2,500 executions a month. One shared project, five executions at once, unlimited users.
- Pro · €50 a month paying yearly for 10,000 executions, or €1,450 a year for 50,000. Three shared projects and twenty executions at once, fifty on the larger tier.
- Business · €8,000 a year for 40,000 executions, on your own server. The machine is yours to run, and what the plan buys is single sign-on, separate environments and version control with Git.
- Paying monthly costs more. The page advertises a 17% saving for paying yearly: Starter is €24 a month and Pro €60 without the commitment.
The ladder reads as if a bigger team had to move from Pro to Business to grow. On n8n's own page, growing in volume and growing in features are two different steps.
m8d rule: If all you need is more executions, the Pro plan's 50,000 tier stays in n8n's cloud. You move to Business for single sign-on, environments or Git, and then the server is yours to run.
And a figure from n8n itself worth putting next to those: its performance documentation says n8n can handle up to 220 workflow executions per second on a single instance, measured on a machine with 4 GB of memory and a Postgres database. It is a two-node workflow, so it is not the throughput you will see with yours, and it still says something: the 2,500 executions of the Starter plan fit into about eleven seconds of that benchmark. What limits you in the cloud is not the machine, it is the counter.
n8n cost calculator: its cloud by executions against your own server, with the assumptions in view
n8n cost calculator: the cloud by executions against your own server
Explainers that rank for n8n in the UK publish its price table; this calculator puts its cloud and a server of your own side by side for a year, at the volume you set. Set how many executions you expect a month, how you would pay for the cloud and which server you would run. It opens on the usual case with the result worked out: 3,000 executions a month, paying yearly, with an 8 GB server. At 3,000 executions you need the Pro plan, which covers up to 10,000, at €50 a month, so €600 a year; Hetzner's CPX32 with 8 GB is €35.99 a month, about €432 a year. The difference is about €168 a year in favour of the server, before twelve hours of upkeep, and at €40 an hour those hours are worth more than the saving. A tool by m8d.io: free, no account and no ads.
With 3,000 executions a month you need the Pro plan, which covers up to 10,000. At €50 a month that is €600 a year. The server (CPX32, 8 GB) costs €35.99 a month, or €432 a year, and on it n8n charges nothing per execution. The difference is €168 a year in favour of the server, plus the 12 hours.
What would change our answer: if your hour is worth €40, those 12 hours are worth €480 and eat the whole saving: at this volume we recommend the cloud and spending the time on the workflows.
The free edition is not a trial, but it is not open source either. n8n distributes it under its own Sustainable Use License: you can use it to run your business, and charge clients for the workflows you build and maintain on your instance, but you cannot host it as a service where others build their own. That changes nothing if you are automating your own work, and it changes everything if you planned to sell n8n itself.

The plans and their execution allowances are the ones n8n's pricing page publishes, n8n.io/pricing, read on 23 September 2026. The monthly price is derived from the 17% discount that page advertises for paying yearly. The server plans and their monthly price are those of hetzner.com/cloud, Regular Performance servers with their IPv4 address and without VAT, read on 23 September 2026. n8n and Hetzner both bill in euros, so a UK card pays in euros and the bank does the conversion. The hour of upkeep a month is our assumption, which is why it is shown in hours and not in euros. Read on 23 September 2026.
n8n or Make: which is cheaper for the same workflow depends on how each one counts a run
“Which one is cheaper, n8n or Make?” is one of the questions Google UK shows under n8n searches, and the answer is not in either price list: it is in the unit each one charges for. n8n counts one execution per complete run of a workflow, whatever its length. Make Make view › counts credits, and its own pricing page defines them: “Each module action in your scenario, like adding a Google Sheet row or fetching Gmail account data, counts as one credit.”
Put a ten-step workflow to run 3,000 times a month. In n8n that is 3,000 executions, inside the Pro plan. In Make it is 30,000 credits, thirty times its free plan of 1,000 credits a month. The shorter the workflow, the closer the two get; the longer it is, the more the count favours n8n. What Make gives back is that there is nothing to install, update or keep alive.

n8n Cloud view ›
It is the route to start on unless your data has to stay on your machine: at 3,000 executions a month, the calculator above shows the saving of a server of your own is smaller than the value of the twelve hours it asks of you. The updates, the certificate and the backups are n8n's problem.
- It bills by complete execution, “regardless of complexity” in its own words: a long workflow costs the same as a short one.
- Its pricing page lists a free plan with 50 executions a month, Starter with 2,500 and Pro with 10,000 or 50,000, all hosted by n8n.
- The Pro plan's 50,000 tier stays in the cloud: five times the volume of its 10,000 tier before a server of your own becomes the only way.
- n8n's own documentation points anyone without experience of running servers to its cloud: updates, certificates and backups are n8n's job, not yours.
- Nothing to install, update or back up
- A free plan to start, and Pro up to 50,000 executions
- Billed per complete run, not per step
- The yearly price needs a year's commitment
- Above 50,000 executions, only its sales team quotes
- Your credentials and data live in n8n's cloud

Make Make view ›
The alternative for someone whose workflows are short and who does not want to run anything. Count your steps before choosing it: Make charges per module action where n8n charges per complete run, and on long workflows that difference is the whole bill.
- Make's own pricing page defines its unit: “Each module action in your scenario, like adding a Google Sheet row or fetching Gmail account data, counts as one credit.”
- Its free plan includes 1,000 credits a month, with a “15-minute minimum interval between runs”.
- A ten-step scenario run 3,000 times a month is 30,000 credits: the count is what you compare with n8n, not the price of the plan.
- It runs in Make's own cloud: nothing to install, update or keep alive, which is the whole case for choosing it over a server of your own.
- Nothing to install or maintain
- A free plan with 1,000 credits a month
- A visual scenario editor
- Every step counts: a ten-step scenario spends ten credits per run
- The free plan waits at least 15 minutes between runs
- Your data and credentials live in Make's cloud
Where to host n8n if you run it yourself, and what machine its own documentation asks for
n8n's documentation has its own step-by-step guide for installing it on a Hetzner Cloud server, with Docker Compose and Caddy as a reverse proxy, and it gives the size: “For most usage levels, the CPX11 type is enough”, and if you plan to add the n8n Assistant, “at least 4 GB RAM / 2 vCPU”. The CPX11 it names is now listed only in Hetzner's two US locations; in Germany and Finland the Regular Performance line starts with the CPX12, with 1 vCPU and 2 GB, and the 4 GB size the guide asks for with the Assistant is the CPX22. The same guide is candid about who it is for: “n8n recommends self-hosting for expert users”, and anyone without experience of running servers is pointed to n8n Cloud.
Shared web hosting, the kind that runs a WordPress site, is not an option: it gives no administrator access and does not let a process run day and night, which is exactly what n8n needs. It has to be a virtual server. Some hosts package n8n for theirs: Hostinger's UK tutorial on n8n, for example, says installing it from its dashboard “takes just a few clicks”. On Hetzner you follow n8n's own guide.
Server prices age fast, and old figures keep being repeated in guides and in the answers generated from them. The one for Hetzner is a good example this month.
m8d rule: A server price is only worth something with its date and the confirmation that the plan can still be ordered: check the provider's own list before trusting a figure in a guide or an answer.

Hetzner Cloud view ›
The server n8n itself documents, and that is the reason to choose it over a cheaper figure in a guide: the installation is written step by step by n8n. Four gigabytes are what n8n asks for with its Assistant; eight give room for a database and files; sixteen are for a language model next to it.
- n8n's documentation has its own installation guide for Hetzner, with Docker Compose and Caddy: the path is written by the makers of the software, not by the host.
- Its Regular Performance line, read on 23 September 2026: CPX22 with 2 vCPU and 4 GB, CPX32 with 4 vCPU and 8 GB, CPX42 with 8 vCPU and 16 GB, on shared AMD vCPUs in Nuremberg and Helsinki.
- It bills by the hour with a monthly cap: “Your server's bill will never exceed its monthly price cap”, in its own words, so a test server can be deleted the same afternoon.
- Its cheaper Cost-Optimized line is marked “Currently not available” on its site today, so the Regular Performance line is where an n8n server starts.
- n8n's own install guide is written for it
- Data centres in Germany and Finland
- Billed by the hour with a monthly cap
- Unmanaged: updates, certificate and backups are yours
- You install n8n yourself, following n8n's guide with Docker
- Prices are listed without VAT, which is 20% for UK customers
The bar missing from that chart is time, and we leave it out of the euros on purpose: a self-hosted n8n needs updating, a certificate that does not lapse and backups that actually exist. We count one hour a month, twelve a year. With the 8 GB server the saving over the Pro plan is about €168 a year, so above about €14 an hour that time costs more than the saving: at this volume the sum favours n8n's cloud, and the case for your own server is control of the data, not the bill.
Paying for n8n from the UK: euros, VAT and the exchange rate on both routes
Neither route bills in pounds. n8n's pricing page shows its plans in euros only, and the data behind the page carries no other currency. Hetzner lets you choose between euros and dollars and lists its prices without VAT; the VAT table on its own site sets 20% for the United Kingdom, so the 8 GB server at €35.99 comes to about €43.19 a month with that VAT added.
So a UK card pays in euros and the bank sets the exchange rate, with whatever foreign-currency fee your card charges. The euro figures on this page are the ones you will be billed; the pounds depend on your bank and on the day.
What you can do with n8n: the four jobs people end up installing it for
Moving data between apps that do not talk to each other. A form that lands in a spreadsheet, the spreadsheet that sends a message, the message that opens a task. It is the simplest kind of workflow and the one that uses the least resources.
Watching something and raising the alarm. A web address checked every hour, an email arriving with a word in it, a new file in a folder. Here the execution counter climbs fast: a workflow triggered every five minutes is 8,640 executions a month on its own, more than three times the Starter plan's 2,500 and most of the Pro plan's 10,000.
Calling a language model inside the workflow. Sorting emails, summarising documents, drafting replies. It is the use that decides whether the server needs 8 or 16 gigabytes, because a model on the same machine takes up real memory.
Acting as glue with an API that has no integration. The HTTP request node talks to any service that exposes an address, so the limit is not the catalogue of integrations, which its own repository puts at more than 1,500.
If the workflow will call an AI model on the same machine, what changes in the sum
Putting a language model inside the workflow changes two things, and neither is n8n's price. The first is memory: a four-bit model with 8 billion parameters takes roughly 5 GB as a file and about 10 with the conversation and the system around it, so on an 8 GB server it does not fit next to n8n and on a 16 GB one it does. On Hetzner that is the CPX42, at €69.99 a month without VAT. The second is speed, which on a server without a graphics card, like the cloud servers in this guide, is set by the bandwidth of its memory and not by the number of cores.
If that part is the important part of your project, the decision stops being about hosting and becomes about the machine, and it is worth looking at the numbers before signing up for anything.
n8n Cloud, n8n on your own server or Make: the three compared on what each one publishes
| Route | What it counts | Free option | Who runs the server | Commercial use | |
|---|---|---|---|---|---|
| Complete workflow executions | Free plan, 50 executions a month | n8n | Under its subscription terms, not the community licence | View › | |
| Nothing: the Community edition is free | The Community edition itself | You | Your business and your clients' workflows, yes; hosting it for others to build their own, no | View › | |
| Credits, one per module action | Free plan, 1,000 credits a month | Make | Under Make's terms of service | View › |
Everything comes from each provider's own pages, read on 23 September 2026: n8n.io/pricing and n8n's licence FAQ, hetzner.com and make.com/en/pricing. The commercial-use column summarises n8n's licence FAQ, which applies to the self-hosted edition only; n8n Cloud and Make are subscriptions with their own terms. It is not legal advice.
The questions people ask before installing n8n, answered with its documentation in front of us
Is n8n free if you host it yourself?›
The software is: the Community edition costs nothing, its documentation describes it with “almost the complete feature set” and says you can stay on it indefinitely, so what you pay for is the server. In n8n's cloud there is also a free plan with 50 executions a month. What costs money beyond that are business features such as single sign-on or version control with Git.
What does n8n stand for?›
Nodemation. Its repository explains that the founder chose “node-” because it uses a node view and Node.js, and “-mation” for automation, then shortened it to n8n, pronounced n-eight-n.
How much does n8n cost a month?›
Its pricing page, read on 23 September 2026, lists Starter at €24 a month or €20 paying yearly with 2,500 executions, Pro at €60 or €50 paying yearly with 10,000, or €1,450 a year with 50,000, and Business at €8,000 a year with 40,000 on your own infrastructure. Prices are in euros. The Community edition on your own server is free, and then what you pay for is the machine.
Can I use n8n for commercial purposes?›
Yes, within limits its licence FAQ spells out. Under the free Community licence you can use n8n to run your business, build automations for clients on your instance as long as they cannot create or edit them, and charge for setup, maintenance, training and consultancy. You cannot host n8n as a service where clients build their own workflows, white-label it or fork it into your own automation product; that is what its Enterprise licence is for. It is not legal advice.
Which one is cheaper, n8n or Make?›
It depends on the length of your workflows. n8n charges one execution per complete run; Make charges one credit per module action. A ten-step workflow run 3,000 times a month is 3,000 n8n executions or 30,000 Make credits, so long workflows favour n8n and short ones bring the two closer. Make, in return, needs no server.
What is the cheapest way to host n8n?›
For a handful of workflows, n8n's own free cloud plan, with 50 executions a month. On a server of your own the software costs nothing: n8n's Hetzner guide says a CPX11 is enough for most usage levels, a type Hetzner now lists only in its US locations, and in Germany and Finland its smallest Regular Performance server, the CPX12 with 2 GB, is €11.99 a month with its IPv4 address and without VAT, read on 23 September 2026. We'd go for 8 GB when the workflows move files around or you want room for updates, and 16 GB if a language model runs on the same machine.
Is n8n open source?›
Its own repository says “fair-code” and “Source Available”, not open source. You can read and modify the code, but the Sustainable Use License limits use to your own internal business purposes or to personal and non-commercial use, and only lets you give it to others free of charge and for non-commercial purposes. Source files with .ee. in their name fall outside that licence and need an Enterprise licence.
We start from what n8n itself publishes: its pricing page, with the hosting label and the execution options of each plan; its deployment and performance documentation, where the Hetzner guide, the 4 GB benchmark and the 220 executions per second come from; the licence file in its repository and the licence FAQ in its documentation, where the literal text of the Sustainable Use License and the line between what is allowed and what is not come from; and its README, where “fair-code”, the more than 1,500 integrations and the meaning of the name come from. All read on 23 September 2026.
Then we read what Google UK puts first for what is n8n, n8n, n8n pricing and n8n self hosted, and what Google's AI Mode answers when asked what n8n costs, to see what is already answered and what is not: the price table is everywhere, two of the explainers call the licence open source, and the server prices repeated for Hetzner are older than Hetzner's own list. Server prices are Hetzner's list prices from its own site on the same day, and Make's counting unit comes from its pricing page. The hour of upkeep a month is our assumption, which is why it is shown in hours and not in euros. Every figure in this guide carries its source and its date.
The official documentation and price pages behind the numbers above, with the date we read them.
- n8nPlans and PricingFree with 50 executions, Starter €20 and Pro €50 a month paying yearly with 2,500 and 10,000 executions, Pro €1,450 a year with 50,000, Business €8,000 a year with 40,000 and self-hosted, the 17% yearly saving, prices in euros. Read 23 September 2026
- n8nLICENSE.md, Sustainable Use Licensethe literal text of the limits of use and the exclusion of source files with .ee. in their name. Read 23 September 2026
- n8n DocsLicense FAQwhat the community licence allows and what it does not, including work for clients. Read 23 September 2026
- n8nREADME.md of the repository“fair-code”, “Source Available”, more than 1,500 integrations and the meaning of the name. Read 23 September 2026
- n8n DocsChoose how to use n8nthe Community edition, “Self-hosting with almost the complete feature set”, which you can keep indefinitely. Read 23 September 2026
- n8n DocsMeasure performanceup to 220 executions per second on a single instance, on a 4 GB machine with Postgres and a two-node workflow. Read 23 September 2026
- n8n DocsDeploy to HetznerDocker Compose and Caddy, the CPX11 type enough for most usage levels, at least 4 GB and 2 vCPU with the n8n Assistant, and self-hosting recommended for expert users. Read 23 September 2026
- HetznerRegular Performance cloud serversCPX12 €11.99, CPX22 €19.99, CPX32 €35.99 and CPX42 €69.99 a month in Germany and Finland with IPv4 and without VAT, billed by the hour with a monthly cap, euros or dollars, and 20% VAT for the UK in its site's VAT table. Read 23 September 2026
- HetznerCost-Optimized cloud serversthe line and its CX23 server marked not available. Read 23 September 2026
- MakePricingmake.com/en/pricing: a free plan with 1,000 credits a month and a 15-minute minimum interval between runs, and one credit per module action. Read 23 September 2026
- Hostinger UKWhat is n8n? Intro to a workflow automation toolinstalling n8n from its dashboard “takes just a few clicks”, quoted only as an example of a host that packages n8n. Read 23 September 2026
If you are deciding, the sums on this page come down to three sentences. Up to 10,000 executions a month, n8n's cloud costs €240 or €600 a year and a Hetzner server of your own €240 to €432 before the upkeep, so unless your data has to stay on your machine, we'd start in the cloud. Between 10,000 and 50,000, the Pro plan's larger tier stays in the cloud at €1,450 a year, and there your own server wins clearly if you can give it an hour a month.
And if your workflows are short and you would rather not run anything, Make Make view › is the alternative that needs no server, as long as you count its credits per step before choosing it.
Comments
Be the firstNo sign-up: just a name. Every comment is reviewed before it is published.

