Replace n8n Cloud?
YES · one-shottableBecause n8n itself is open source, the core cloud subscription can be replaced by self-hosting if you can own hosting, updates, and backups.
Build me a self-hosted n8n setup to replace n8n Cloud. Requirements: - Do not rebuild the tool, n8n is open source. Set it up properly on my VPS instead. - Docker Compose: the official n8n image with SQLite storage (fine at personal scale, skip Postgres), a named volume for /home/node/.n8n, restart unless-stopped. - n8n binds to 127.0.0.1 only, published through my existing reverse proxy on an HTTPS subdomain; n8n's own user management guards the editor. - Set N8N_ENCRYPTION_KEY explicitly in .env and tell me to back that key up separately. Losing it orphans every stored credential, say so loudly. - Webhook env vars (WEBHOOK_URL) set to the public subdomain so external services can call my workflows. - Nightly backup script: export workflows and credentials with n8n's CLI plus copy the data volume to backups/YYYY-MM-DD/, keep 14 days. - An update script that pins a version tag, backs up first, then pulls and restarts. Never run :latest blind. - Import two starter workflows as JSON smoke tests: an RSS-to-email digest and a webhook-to-Telegram alert. - Out of scope: multi-user teams and high-availability scaling. This is one person's automation box. - README: first-boot owner account, a backup restore drill, and the update routine. Ops is the subscription being replaced here.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
They pay to avoid maintaining an automation server that their business workflows depend on.
xmanaged hosting
xbackups
xscaling
xemail support
xreduced ops burden
xteam/admin features
What does the n8n Cloud verdict mean?
The directory classifies the core job as practical to build with an AI coding agent. Use the prompt as a starting point and review the tradeoffs before relying on the result. This research record is not a hosted IVCIFY tool.
What price does this directory record show for n8n Cloud?
The directory records $24/month for Starter, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing n8n Cloud?
Honestly: managed hosting; backups; scaling; email support; reduced ops burden; team/admin features. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to n8n Cloud?
The listed prior art includes n8n (The product's open-source workflow automation core.). Inspect those projects before starting from a blank prompt.