Can you run n8n on your own server for free?
Quick Answer: Yes. n8n is available under a fair-code license and can be self-hosted on any Linux server using Docker or npm at no cost. The self-hosted version includes all workflow features with no execution limits. Server costs (VPS) typically start at $5-10/month.
n8n Self-Hosting Overview
n8n is available under a fair-code license (Sustainable Use License) and can be self-hosted at no software cost. The self-hosted version includes all workflow features, all integrations (400+ as of March 2026), and no execution limits. The only costs are server infrastructure and maintenance time.
Installation Methods
| Method | Setup Time | Difficulty | Best For |
|---|---|---|---|
| Docker Compose | 10-15 min | Low | Most users, production |
| npm global install | 5-10 min | Low | Quick testing |
| Railway one-click | 2-5 min | Very Low | Fast cloud deployment |
| Kubernetes (Helm) | 30-60 min | High | Enterprise, multi-instance |
Docker Compose (Recommended)
The most common installation method uses Docker Compose with the official n8n Docker image. The setup requires Docker and Docker Compose installed on the host server. The n8n team provides a reference docker-compose.yml that includes n8n, PostgreSQL (for workflow storage), and optional queue mode for scaling. Installation steps:
- Install Docker and Docker Compose on the server
- Create a directory for n8n data persistence
- Download or create the
docker-compose.ymlfile - Set environment variables (encryption key, database credentials, webhook URL)
- Run
docker compose up -d
The entire process takes 10-15 minutes on a fresh server.
npm Global Install
For quick testing, n8n can be installed globally via npm: npm install -g n8n. Running n8n start launches the application with SQLite as the default database. This method is not recommended for production use because SQLite does not support concurrent writes and data persistence requires additional configuration.
Railway / Render / DigitalOcean App Platform
One-click deployment templates are available on Railway, Render, and DigitalOcean App Platform. These provide managed hosting with automatic HTTPS and domain configuration. Railway offers a free tier with limited compute hours; paid plans start at $5/month. This is the fastest path from zero to running n8n but removes some self-hosting control.
Server Requirements
| Workload | vCPUs | RAM | Storage | Monthly Cost (VPS) |
|---|---|---|---|---|
| Light (1-20 workflows) | 1 | 2 GB | 20 GB SSD | $4-6/mo |
| Medium (20-100 workflows) | 2 | 4 GB | 40 GB SSD | $8-15/mo |
| Heavy (100+ workflows) | 4 | 8 GB | 80 GB SSD | $20-40/mo |
Hetzner, DigitalOcean, and Vultr provide VPS instances in these ranges. Hetzner's CX22 (2 vCPU, 4 GB RAM) at $4.59/month is a common choice for small-to-medium n8n deployments.
Self-Hosted vs. n8n Cloud
| Feature | Self-Hosted | n8n Cloud |
|---|---|---|
| Software cost | $0 | $24/mo (Starter) |
| Execution limits | None | 2,500 executions/mo (Starter) |
| All integrations | Yes | Yes |
| Automatic updates | Manual | Automatic |
| SSL/domain setup | Manual (Let's Encrypt) | Included |
| Backup management | Manual | Included |
| Queue mode (scaling) | Yes | Enterprise plan only |
| Community nodes | Yes | Yes |
What Self-Hosting Includes
The self-hosted version provides the full n8n feature set: visual workflow editor, 400+ integrations, webhook triggers, cron scheduling, error handling, execution history, credential encryption, and community node support. There is no feature gating between self-hosted and cloud editions at the core workflow level. The n8n cloud adds team collaboration features (multi-user, roles) that require the n8n Enterprise self-hosted license for on-premise use.
Maintenance Expectations
- Updates: n8n releases new versions approximately every 2 weeks. Updating the Docker image takes 5-10 minutes (
docker compose pull && docker compose up -d). - Backups: PostgreSQL database backups should run daily via cron job. A simple
pg_dumpscript handles this. - Monitoring: Basic uptime monitoring (UptimeRobot, Uptime-Kuma) ensures the instance is accessible. Resource monitoring (CPU, RAM, disk) via
htopor a lightweight agent prevents capacity issues. - Estimated time: 1-2 hours per month for routine maintenance on a stable deployment.
Editor's Note: We self-host n8n on Hetzner for 4 client organizations and our own internal operations. The standard deployment uses a CX22 VPS ($4.59/month) with Docker Compose, PostgreSQL for workflow storage, and Caddy as a reverse proxy for HTTPS. Each instance handles 30-80 active workflows processing 5,000-25,000 executions per month. Total monthly cost per client: $4.59 (Hetzner) + $0 (n8n software) = $4.59. The equivalent on n8n Cloud would be $65/month (Pro plan for the execution volume). Annual savings per client: $724. The trade-off: we spend approximately 30 minutes per month per instance on updates and monitoring. For organizations without DevOps capacity, n8n Cloud eliminates that overhead and is the better choice despite the higher cost.
Related Questions
- What are the best workflow automation tools for technical writers in 2026?
- What are the best AI-native automation tools in 2026?
- What are the best automation tools for finance and AP teams in 2026?
- What are the best automation tools for solo founders in 2026?
- What are the best automation tools for nonprofits in 2026?
Related Tools
Activepieces
No-code workflow automation with self-hosting and AI-powered features
Workflow AutomationAutomatisch
Open-source Zapier alternative
Workflow AutomationBardeen
AI-powered browser automation via Chrome extension
Workflow AutomationCalendly
Scheduling automation platform for booking meetings without email back-and-forth, with CRM integrations and routing forms for lead qualification.
Workflow AutomationRelated Rankings
Best Durable Workflow Engines for Production in 2026
A ranked list of the best durable workflow engines for production deployments in 2026. Durable workflow engines persist execution state to a database so that long-running workflows survive process restarts, deployments, and infrastructure failures. The ranking covers Temporal, Prefect, Apache Airflow, Camunda, Windmill, and n8n. Tools were evaluated on production reliability, developer experience, scalability, open-source health, and documentation quality. The shortlist intentionally mixes code-first engines (Temporal, Prefect, Airflow) with hybrid visual platforms (Camunda, Windmill, n8n) to reflect how production teams actually choose workflow engines in 2026.
Best No-Code Automation Platforms in 2026
A ranked list of no-code automation platforms in 2026. The ranking covers visual workflow builders that allow non-engineering teams to connect SaaS apps, route data, and add conditional logic without writing code. Entries cover proprietary cloud platforms (Zapier, Make, Pipedream, IFTTT) and open-source visual builders (n8n, Activepieces). Scoring reflects integration breadth, pricing accessibility, visual editor ease, reliability and error handling, and self-hosting availability.
Dive Deeper
Migrating 23 Make Scenarios to Self-Hosted n8n: a 3-Week Breakdown
Anonymized retrospective of a DTC ecommerce brand migrating 23 Make scenarios to a self-hosted n8n instance over three weeks. Tooling cost dropped from $348/month on Make Teams to roughly $12/month on a Hetzner VPS, but credential and webhook recreation consumed about 40% of total project time.
Trigger.dev vs Inngest 2026: OSS Durable Runners Compared
Trigger.dev (2022, London) is a fully Apache 2.0 durable runner with task-based authoring, machine-size selection, and first-class self-host. Inngest (2021, San Francisco) is a developer-first event-driven step platform with an open-source dev server and a managed cloud (50K step runs/month free, $20/month Hobby). This 2026 comparison covers license, programming model, pricing, observability, and self-host options.
Inngest vs Temporal 2026: Durable Functions vs Durable Workflows
Inngest (2021, San Francisco) is a developer-first durable functions platform with TypeScript and Python SDKs, 50,000 step runs/month free, and Hobby pricing from $20/month. Temporal (2019) is the heavyweight durable workflow engine with seven-language SDK coverage, Cassandra-backed scale, and Cloud pricing from roughly $200/month at low volume or $2.5-4.5K/month self-host. This 2026 comparison covers programming model, pricing, scale ceiling, and operational footprint.