Deploy n8n on a VPS in one click | INTROSERV
EUR
european

EUR

usa

USD

English En
Ex. VAT Ex. VAT 0%

Deploy n8n in one click

Workflow automation with native AI, ready in minutes

n8n is a fair-code workflow automation platform that connects your apps, APIs, and AI models with visual workflows – no per-execution fees, your data stays on your server.

  • Visual drag-and-drop workflow editor Visual drag-and-drop workflow editor Visual drag-and-drop workflow editor
  • 500+ prebuilt app integrations 500+ prebuilt app integrations 500+ prebuilt app integrations
  • AI agents with tool calling AI agents with tool calling AI agents with tool calling
  • JavaScript and Python code nodes JavaScript and Python code nodes JavaScript and Python code nodes
  • Webhook, schedule, and app triggers Webhook, schedule, and app triggers Webhook, schedule, and app triggers
  • No workflow or execution limits No workflow or execution limits No workflow or execution limits
Deploy n8n Now
Deploy n8n in one click
Installs with<br>your VPS Installs with<br>your VPS Installs with
your VPS
Full root<br>access Full root<br>access Full root
access
Live in<br>~5 minutes Live in<br>~5 minutes Live in
~5 minutes
Docker or<br>native setup Docker or<br>native setup Docker or
native setup

Key features

Step-by-step debugging

Run a single node instead of the whole workflow and inspect input and output data at every step – fast iteration without re-triggering events.

Any API, one node

Services without a prebuilt integration connect through the HTTP Request node – reuse existing credentials or import a curl command.

LangChain-based AI agents

Build agents that reason, call tools, and keep conversation memory – wire them to OpenAI, Anthropic, Google, or a locally hosted model.

Human-in-the-loop approvals

Pause a workflow or gate an AI agent's tool call until a person approves it in chat, Slack, or Telegram.

Custom code where it counts

Drop into the Code node for JavaScript or Python when visual nodes aren't enough – full data transforms without leaving the workflow.

Queue mode for scale

Split execution across worker processes with Redis-backed queue mode when webhook traffic outgrows a single process.

System requirements

View All VPS Options

Minimum

From €9/month
2 vCore 4GB RAM 40GB NVMe
- A few light workflows
- Covers the official minimum with headroom
Deploy Now

Recommended

From €13/month
2 vCore 8GB RAM 40GB NVMe
- Dozens of active workflows
- Comfortable for production automation
Deploy Now

Advanced

From €25/month
4 vCore 16GB RAM 80GB NVMe
- Heavy JSON and AI payloads
- Parallel executions without memory pressure
Deploy Now

Maximum

From €31/month
8 - 16 vCore 16GB - 128GB RAM 120GB - 640GB NVMe
- High-frequency webhooks at scale
- Long execution history retention

Deploy Now

Get started in 4 easy steps


  • 1

    Select a VPS plan

    Choose the virtual server resources and performance tiers that fit your project requirements.

  • 2

    Pick your application

    Browse our marketplace during VPS setup and select the self-hosted software you want to deploy.

  • 3

    Complete the payment

    Pay the standard virtual server invoice – the 1-click deployment tool itself is fully complimentary.

  • 4

    Complete and access

    Your server provisions and automatically installs the software. Once the setup process finishes, your new environment is fully ready for you to connect and use.

Deployment details

 Application  Application

Application

n8n – latest stable release

  • Workflow editor and automation engine running out of the box
  • Two installation flavors to choose from at deployment

 Docker option  Docker option

Docker option

Docker Compose stack – the vendor's recommended setup

  • Official n8nio/n8n image running in isolated containers
  • nginx-proxy container routing the editor over HTTPS
  • Self-signed certificate enabled by default

 npm option  npm option

npm option

Native Node.js install – no container layer

  • pm2 keeps n8n running, restarts it on failure, and survives reboots
  • Caddy reverse proxy with a trusted TLS certificate

 Data and persistence  Data and persistence

Data and persistence

Everything n8n needs to start automating immediately

  • Bundled SQLite database configured out of the box
  • Workflows, credentials, and execution history persist across restarts

 Software licensing  Software licensing

Software licensing

Sustainable Use License – fair-code, no license fees for internal use

Why deploy on INTROSERV

  • NVMe storage NVMe storage
    NVMe storage

    Every VPS runs on NVMe drives – fast I/O for databases, metrics, and busy workloads.

  • Locations in Europe and the US Locations in Europe and the US
    Locations in Europe and the US

    Deploy close to your infrastructure and users – lower latency, regional compliance.

  • Unmetered traffic Unmetered traffic
    Unmetered traffic

    No bandwidth caps and no overage bills – your monthly price stays predictable.

  • IPv4 and IPv6 included IPv4 and IPv6 included
    IPv4 and IPv6 included

    A dedicated IPv4 address plus native IPv6 with every server.

  • 24/7 human support 24/7 human support
    24/7 human support

    Engineers on duty around the clock – real answers, not ticket bots.

  • Scale anytime Scale anytime
    Scale anytime

    Upgrade CPU, RAM, or storage as your workload grows – without migrating.

Terms and support boundaries

Infrastructure and support limits

Our company provides the Virtual Private Server infrastructure and the automation script for initial deployment. While we guarantee the availability and performance of your hardware and network, our technical support exclusively covers infrastructure-related issues – such as server connectivity, hardware stability, and billing. Assistance with application-specific configuration, software bugs, or user management is the responsibility of the server administrator or software maintainers.

Software licensing and compliance

All marketplace tools deploy standard versions of third-party software products and are provided "as-is" with no modifications to their original code. While the core of many available applications is open-source, using proprietary features or advanced enterprise tiers in production environments may be subject to the vendor's specific licensing terms. Users must manage and acquire any required commercial subscriptions directly from the software developers.

FAQ

  • Do I need a license to run n8n?

    No payment to the vendor is required for typical use. n8n is fair-code software under the Sustainable Use License – free to use for your own internal business purposes, with no workflow, execution, or user limits. The license restricts one thing: reselling n8n itself as a hosted service to third parties. Enterprise features like SSO require a commercial license from n8n directly.

  • Which flavor should I pick – Docker or npm?

    Docker is the vendor's recommended production setup and the only officially distributed format starting with n8n 3.0 – pick it for the standard, forward-compatible stack. The npm flavor runs n8n natively under the pm2 process manager – pick it for direct access to the Node.js process, logs, and filesystem without a container layer

  • How do I log in after deployment?

    Once the server is provisioned, you'll find the web interface URL in your INTROSERV panel. In the Docker flavor, a securely generated login and password appear in the panel as well – sign in with them, and we recommend setting your own password after the first login. In the npm flavor, you create the instance owner account on first launch – that account controls users, settings, and credentials on your instance.

  • Can I install community nodes?

    Yes. Beyond the built-in integrations, self-hosted n8n installs community nodes from the npm registry right in the interface – Settings, Community Nodes, enter the package name. The instance owner or an admin runs the install; hundreds of community-built nodes cover services without an official integration.

  • Can I migrate my existing n8n instance?

    Yes. Export your workflows and credentials with n8n's CLI or copy the database, and bring the encryption key from your old instance – without it, stored credentials can't be decrypted. Keep the same n8n major version during the move, then upgrade in place.

  • How are updates handled?

    You decide when to update – nothing changes behind your back. In the Docker flavor, pull the new image and restart the Compose stack; in the npm flavor, install the new version through npm and restart the process with pm2. Note that starting with n8n 3.0 the vendor distributes new releases through Docker only, so an npm install stays on the 2.x line unless you migrate.

  • Do the AI features cost extra?

    No. AI Agent nodes, memory, and tool calling are part of the free version. You only pay the usage fees of the model provider you connect – OpenAI, Anthropic, Google – or nothing at all if you point n8n at a locally hosted model.

  • What if I outgrow my configuration?

    Upgrade CPU and especially RAM of your VPS as workflows multiply – memory is what n8n consumes first under parallel executions and large payloads. For sustained high-volume webhook traffic, n8n's queue mode spreads work across worker processes on a bigger configuration.

All product names, logos, trademarks, and registered trademarks mentioned on this website are the property of their respective owners. They are used for identification and reference purposes only and do not imply any affiliation, sponsorship, or endorsement by INTROSERV, nor by the respective trademark owners.

processor processor
Ready to deploy? Ready to deploy?

Ready to deploy?

Pick a virtual server configuration and your application goes live with it – automatically, in minutes.

cunsoultant

Not sure what fits?

Our engineers will help you match the application to the right server configuration – sizing, locations, and setup questions included.

VAT

  • Other

    Ex. VAT

    0%
  • austria

    Austria

    20%
  • Belgium

    Belgium

    21%
  • Bulgaria

    Bulgaria

    20%
  • Croatia

    Croatia

    25%
  • Cyprus

    Cyprus

    19%
  • Czech Republic

    Czech Republic

    21%
  • Denmark

    Denmark

    25%
  • Estonia

    Estonia

    22%
  • France

    France

    20%
  • Finland

    Finland

    24%
  • Germany

    Germany

    19%
  • Greece

    Greece

    24%
  • Hungary

    Hungary

    27%
  • Ireland

    Ireland

    23%
  • Italy

    Italy

    22%
  • Latvia

    Latvia

    21%
  • Lithuania

    Lithuania

    21%
  • Luxembourg

    Luxembourg

    17%
  • Malta

    Malta

    18%
  • Netherlands

    Netherlands

    21%
  • Poland

    Poland

    23%
  • Portugal

    Portugal

    23%
  • Romania

    Romania

    19%
  • Slovakia

    Slovakia

    20%
  • Slovenia

    Slovenia

    22%
  • Spain

    Spain

    21%
  • Sweden

    Sweden

    25%
  • USA

    USA

    0%
european
states
  • germany
  • Español
  • Italiano
  • Poland
  • Русский
  • Slovenski
  • Türkçe
  • ukraine
  • kingdom
  • French
  • Hrvatska
  • Other
  • Austria
  • Belgium
  • Bulgaria
  • Croatia
  • Cyprus
  • Czech Republic
  • Denmark
  • Estonia
  • Finland
  • France
  • Germany
  • Greece
  • Hungary
  • Ireland
  • Italy
  • Latvia
  • Lithuania
  • Luxembourg
  • Malta
  • Netherlands
  • Poland
  • Portugal
  • Romania
  • Slovakia
  • Slovenia
  • Spain
  • Sweden
  • USA

Request information from the manager

Please provide your contact information, the manager will send you detailed information on the selected tariff.

mail mail

Thank you for your request

Manager will contact you as soon as possible.

I've hosted an average of 8-10 domains with INTROSERV since May 2004. Their pricing attracted me at first, but it could only have been the quality of customer support that has retained me for this length of time. My IT knowledge level is best described as dangerous. I am confident that I have created more than my share of "situations." Yet the guys and gals at INTROSERV have patiently and determinedly handled my problems and resolved all issues on a continuing basis. If you're looking for web hosting, things are going to go wrong wherever you go. That's just the nature of humans and our technology. You had better go with an outfit that can resolve your problems in a timely and professional manner. INTROSERV just did that for me again, prompting me to write this long overdue recommendation