Logo

n8n · 4 workflows · 1,284 executions today

Managed n8n hosting, without the execution counter

Your own n8n instance on UK infrastructure we keep patched, backed up and online. Run as many workflows and executions as your plan's resources allow — we do not meter them.

execution 8f2c1a — Shopify order → Xero → Slack

1Webhook12ms2Filter3ms3Xero618ms4Postgres41ms5Slack204ms6Waitqueued
  • Unlimited executions
  • UK data centres
  • Upgrades handled for you

From £8.99 a month. Prices exclude VAT. No setup fee, no minimum term.

Shopify·Xero·Slack·HubSpot·Stripe·Postgres·Google Sheets·Airtable·Notion·WooCommerce·Mailchimp·Twilio·GitHub·Salesforce·

the options

Three ways to run n8n

n8n is free and open source, so the question is never whether you can run it. It is who patches it at 2am and who is responsible when a webhook stops answering.

n8n Cloud Pro£0.00/mo

metered executions

n8n Cloud Starter£0.00/mo

2,500 executions/month

The Email Shop Starter£0.00/mo

unlimited executions

Executions

Self-host on a VPS
Unlimited
n8n Cloud
Metered — Starter includes 2,500/month
The Email Shop
Unlimited, capped only by your plan's CPU and memory

Typical monthly cost

Self-host on a VPS
£5–£16 for the server, plus your time
n8n Cloud
About £17 Starter, about £43 Pro
The Email Shop
From £8.99, all in

Version upgrades

Self-host on a VPS
You, by hand, hoping nothing breaks
n8n Cloud
Automatic
The Email Shop
We upgrade, and roll back if a workflow breaks

HTTPS and webhook URL

Self-host on a VPS
You configure a reverse proxy and certificates
n8n Cloud
Included
The Email Shop
Included, with a fixed URL that survives restarts

Backups

Self-host on a VPS
Whatever you remembered to set up
n8n Cloud
Managed
The Email Shop
Nightly database snapshots kept 14 days, restore on request

Where your data sits

Self-host on a VPS
Wherever you put it
n8n Cloud
Vendor's regions
The Email Shop
UK data centres

Community nodes

Self-host on a VPS
Yes
n8n Cloud
Restricted on lower tiers
The Email Shop
Yes — install any community node

If you run fewer than a couple of hundred executions a month and enjoy server admin, a £5 VPS is genuinely cheaper. This is for people whose automations have become load-bearing.

What managed actually means here

Not a control panel with n8n bolted on. A dedicated instance, isolated from other customers, that we operate.

01

No execution metering

Run a workflow every minute if that is what the job needs. Your ceiling is the CPU and memory on your plan, not a counter that resets on the first of the month.

02

Postgres, not SQLite

Every instance gets a real Postgres database from the start. SQLite is fine until two workflows write at once, and then it is not.

03

Queue mode available

On Professional and above we can run n8n in queue mode with Redis and separate workers, so one slow HTTP node stops blocking everything behind it.

04

Locked-down by default

Basic auth or SSO in front of the editor, HTTPS enforced, and the instance is not shared with anyone else's workflows or credentials.

05

Nightly backups, 14-day history

Database and credentials snapshotted every night. Ask us and we will restore to any of the last fourteen days, usually within the hour.

06

Support that reads your workflow

Our team runs n8n themselves. If a node has started failing, you will get an answer about that node, not a link to the documentation.

The four things that break a self-hosted n8n

In roughly that order. None of them are difficult on their own; all of them arrive at an inconvenient moment.

1

The webhook URL changes and nothing tells you

n8n builds callback URLs from WEBHOOK_URL. Move the container, change the port or restart behind a new tunnel and every third-party service you registered is still posting to the old address. Failures are silent, because the caller gets an error and you get nothing. Every instance we run has a fixed hostname and certificate from day one, so the URL you give Stripe or Shopify keeps working.

2

SQLite hits its concurrency wall

The default database is a single file with a write lock. It is completely fine for one workflow, and it starts throwing 'database is locked' the first time two executions finish at the same moment. The migration to Postgres is straightforward once, and miserable under pressure at the point you actually need it. We start every instance on Postgres so the wall is not there.

3

An upgrade changes a node's behaviour

n8n ships often, which is a good thing until a minor version alters how a node handles an empty field and a workflow that ran for a year quietly starts producing nothing. We upgrade on a schedule, keep the previous version ready, and roll back if something you depend on changes. On Professional and above you get a staging instance to try the new version first.

4

One slow HTTP request blocks everything

In the default single-process mode, executions share one Node process. A workflow waiting thirty seconds on a slow API is thirty seconds nothing else runs. Queue mode fixes it by moving executions to separate workers with Redis in between — it is a change to how the whole thing is deployed, which is why it tends not to happen until it hurts. It is available from Professional upward and we configure it for you.

pricing

Straightforward monthly pricing

One rate that does not change after the first year. Cancel any month.

Starter

A first production instance

1 vCPU · 2 GB RAM · 20 GB NVMe · Postgres included

  • Unlimited workflows and executions
  • Automatic version upgrades
  • Nightly backups, 14-day history
  • +2 more

£8.99/mo

Get started

Professional

most chosen

Automations the business depends on

2 vCPU · 4 GB RAM · 60 GB NVMe · Queue mode + Redis

  • Everything in Starter
  • Queue mode with a dedicated worker
  • Staging instance for testing upgrades
  • +2 more

£16.99/mo

Get started

Business

High volume, or client work

4 vCPU · 8 GB RAM · 120 GB NVMe · Multiple workers

  • Everything in Professional
  • Three workers for parallel executions
  • Isolated instance per client on request
  • +2 more

£29.99/mo

Get started

Prices exclude VAT. No setup fee, no minimum term.

Frequently asked questions

Yes. It is the standard open-source n8n, not a fork or a limited edition. You can export your existing workflows as JSON and import them into your new instance, and your credentials, nodes and expressions all behave exactly as they do now.

We do not count executions or charge per workflow run. The real limit is the CPU and memory on your plan: a workflow that moves a few fields between two APIs costs almost nothing, while one that processes large files will use real resources. If your instance is consistently running out of headroom we will tell you and suggest the next tier, rather than letting it fail quietly.

Yes, on every plan. Community nodes are one of the main reasons people self-host rather than use n8n Cloud, so restricting them would defeat the point. Tell us which node you need and we will install it, or you can install it yourself from the editor.

In UK data centres. Your workflows, execution history and stored credentials stay on your own instance, on infrastructure in the United Kingdom, and are not shared with other customers.

Yes, and there is no charge for it. Send us a database dump or an export of your workflows and we will stand up your instance, import everything and give you the new webhook URL so you can update your integrations. Most migrations are done within a working day.

You can move up a tier at any point and we will resize the instance, usually with a restart of a minute or two arranged at a time that suits you. You can move back down just as easily, and billing is monthly so nothing is locked in.

Our engineers can access the server in order to operate it, which is unavoidable for a managed service. We do not read your credentials or workflow data as a matter of course, and we will not access your instance to debug something without asking you first.

Move your automations somewhere they will be looked after

Free migration from any existing n8n instance, and a UK team who run the same software. If you would rather talk it through first, we are on the phone.