Self-Hosted Automation
What this guide covers.
Workflow Enginen8n lets teams self-host workflow automation with visual nodes, API connectors and full infrastructure control. For production, Docker Compose with PostgreSQL, HTTPS and a reverse proxy is the cleanest long-term path.
Self-hosted n8n gives more control and privacy than a fully managed automation SaaS, but you manage updates and infrastructure.
npm is fastest for testing, Docker is clean for production, and Docker Compose is best for long-term self-hosting.
Production setup should include PostgreSQL, reverse proxy, HTTPS, environment variables and process restart policies.


