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
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 AutomationCamunda
Open-source workflow and process automation platform using BPMN.
Workflow AutomationRelated Rankings
Best Free Automation Tools in 2026
A ranked list of the best free automation tools available in 2026. This ranking evaluates platforms on the generosity of their free tier or open-source availability, feature completeness at zero cost, ease of use, community support, and the upgrade path when needs grow beyond free limits. The ranking distinguishes between truly free tools (open-source, self-hosted, unlimited) and commercial platforms with free tiers (limited tasks, workflows, or features). Tools are scored on a 10-point scale across five weighted criteria.
Best AI-Powered Automation Tools in 2026
AI-powered automation tools integrate artificial intelligence features — natural language workflow creation, intelligent data mapping, predictive actions, and LLM-based content generation — into their automation platforms. As of March 2026, most major automation platforms have added AI capabilities, but the depth and practical utility of these features varies significantly. This ranking evaluates 8 automation tools on the practical value of their AI features, not marketing claims. The evaluation focuses on whether AI features reduce manual configuration, accelerate workflow creation, and improve outcomes versus doing the same work without AI. Tools that use AI as a core differentiator (not just a checkbox feature) score higher.
Dive Deeper
Pipedream vs Zapier in 2026: Developer-First vs No-Code Automation
A detailed comparison of Pipedream and Zapier covering architecture, integration ecosystems, pricing at scale, performance benchmarks, developer experience, and real 45-day parallel deployment results. Updated for March 2026.
Make vs Zapier vs n8n in 2026: The Definitive Three-Way Comparison
A data-driven comparison of Make, Zapier, and n8n covering architecture, integration ecosystems, pricing at scale, performance benchmarks, AI features, self-hosting capabilities, and real 90-day parallel deployment results.
Zapier vs IFTTT in 2026: Professional Automation vs Consumer Simplicity
A detailed comparison of Zapier and IFTTT covering target audiences, integration ecosystems, workflow complexity, pricing, smart home capabilities, and AI features with real deployment data.