What Does It Really Cost to Run n8n Beyond the Server Bill?
A VPS is only the visible part of the bill. Build a realistic n8n TCO model covering licensing, PostgreSQL, Redis, backups, observability, APIs and AI, security, engineering, and downtime.

If you self-host n8n, the VPS or Kubernetes bill is only one line item. Total cost of ownership (TCO) also includes the appropriate edition or license, database, queues, backups and storage, observability, third-party APIs, AI tokens, email/SMS, security, dev and staging environments, engineering time, and the impact of workflow failures.
A practical model is: monthly TCO = platform cost + usage-based cost + people cost + risk allowance. A small n8n Community Edition deployment can be highly economical when the team already has DevOps capability. For business-critical workflows, however, requirements such as SSO, multiple environments, SLAs, or official support can change the equation. Compare n8n Cloud and self-hosted on the same operational scope rather than comparing a subscription fee with a VPS price.
TCO
1. Which costs are most often overlooked?
Four cost groups keep the estimate from being distorted by server spend alone.
A. Platform and licensing
Self-hosted does not mean every capability is free. n8n offers Community Edition alongside paid plans. Requirements such as SSO, environments, version control, log streaming, external secrets, support levels, or scaling capabilities should be checked against the current feature matrix. If Community Edition covers your needs, license cost may be zero, but operating cost remains.
B. Data plane
Production commonly needs a backed-up PostgreSQL database plus capacity for execution history, logs, and binary data. At higher scale, n8n queue mode uses Redis as the message broker between the main instance and workers. That adds database, Redis, storage, IOPS, snapshot, and internal traffic costs.




