n8n is an open-source workflow automation platform used by 200,000+ users worldwide. Self-hosting gives you full control over your data, unlimited executions, and zero monthly SaaS fees.
Connect Gmail, Slack, Notion, Google Sheets, databases, and hundreds more apps. Build any automation you can imagine.
Build AI agents with LangChain integration, connect to OpenAI, Claude, and local LLMs. Automate complex AI workflows visually.
Your workflows, credentials, and data stay on your server. No third-party access, no vendor lock-in, complete compliance control.
Get n8n running on your VPS with Docker in just a few commands.
# Connect to your VPS and run:
docker run -d --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n n8nio/n8n
# Then visit http://your-vps-ip:5678
Recommended configurations for running n8n
For Light Workflows
Ideal for n8n + AI Agents
For Heavy Automations
Maximum Performance
Real reviews from real users on Trustpilot
Learn more about running n8n on NepalCloud
docker run -d --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n n8nio/n8n. For production, we recommend using Docker Compose with a PostgreSQL database and setting up HTTPS with Caddy or Nginx.