Self-hosting Payload CMS cost
Headless CMS
Payload CMS is a modern, code-first open-source headless CMS built on Node.js, backed by MongoDB or PostgreSQL. It ships a TypeScript-native admin and API, so its hosting needs track a typical stateless Node application plus media storage.
The tables below show the recommended minimum specification for Payload CMS at each user scale, and the cheapest matching plan on each of our tracked providers. Prices are approximate monthly list prices in USD.
Up to 100 users
Recommended minimum: 1 vCPU · 2 GB RAM
For up to 100 users, a single Node instance with MongoDB or PostgreSQL is plenty for Payload. Optimization tip: build the admin bundle ahead of deploy, enable response compression, and cache public REST/GraphQL reads at a CDN. Bandwidth analysis: API JSON is light, so origin egress stays well inside DigitalOcean, Hetzner, and Linode allowances.
Up to 500 users
Recommended minimum: 2 vCPU · 4 GB RAM
At 500 users, move the database to a managed PostgreSQL or MongoDB Atlas instance and tune the connection pool. Payload optimization: store media uploads on object storage with a CDN and enable image-resize caching. Bandwidth analysis: media transforms dominate egress, so a CDN keeps origin transfer flat.
Up to 1,000 users
Recommended minimum: 4 vCPU · 8 GB RAM
For 1000 users, run multiple stateless Node instances behind a load balancer with a shared session/cache store. Payload scaling guide: keep the admin build immutable per release and offload all uploads to object storage. Bandwidth analysis: edge-cache read endpoints so high-frequency API traffic does not inflate origin egress.
Up to 5,000 users (Enterprise)
Recommended minimum: 8 vCPU · 32 GB RAM
Enterprise: a horizontal Node cluster behind a load balancer, a managed database with read replicas, a shared Redis cache, and media on object storage fronted by a CDN. Bandwidth analysis: the CDN absorbs media egress while origin transfer stays mostly API JSON; compare Hetzner's flat ~€1/TB overage with DigitalOcean's $0.01/GB and Linode's $0.005/GB pooled overages.
Prices are approximate list prices and may change at any time; verify on the provider's official site before purchasing. Specs are conservative single-node starting points. Deploy links may contain referral codes. Try the interactive calculator.