Nakama Pricing 2026: Self-Hosted vs Heroic Cloud Costs + Alternatives

Nakama OSS has a $0 software license, but production still needs compute, PostgreSQL, backups, monitoring, upgrades, and on-call ownership. Compare self-hosted Nakama, Heroic Cloud, Satori, and Crux costs without hiding the operational bill.

Nakama OSS: $0 software license. Self-hosted production: infrastructure plus engineering and on-call time. Heroic Cloud: managed Nakama priced from its CPU/database configuration, with no DAU/MAU/CCU limits. Satori: separate managed LiveOps product starting at $600/month. Crux: $0 to 10K MAU, $10/month to 25K, and $79/month to 500K.

Nakama is not “free versus paid.” It is three different buying decisions: use the open-source server and operate it yourself, pay Heroic Labs to operate Nakama on Heroic Cloud, or choose a managed backend with a different extension and pricing model. The right comparison includes the database, backups, deployments, upgrades, observability, and whoever answers the alert at 2am.

Nakama pricing at a glance

OptionSoftware/platform priceYou still ownBest fit
Nakama OSS$0 licenseCompute, PostgreSQL, backups, upgrades, scaling, monitoring, incidentsTeams that need source access and have platform capacity
Nakama on Heroic CloudInteractive quote based on Nakama CPU + database CPUGame code, data model, integration, capacity decisionsTeams that want managed Nakama and dedicated resources
Satori on Heroic CloudStarts at $600/monthEvent design, audience rules, experiment designTeams adding managed LiveOps
Crux$0 / $10 / $79 monthly tiersGame-specific logic and dedicated game-server computeTeams wanting a managed, fixed-scope backend without operating Nakama

What does self-hosted Nakama really cost?

The Nakama executable and source are available under the Apache 2.0 license. A production installation still needs PostgreSQL, a load balancer or ingress, TLS, backups, logs, metrics, secrets, deployment automation, and a tested recovery path. A single-node development stack is not the same product as a redundant live service.

ScenarioIllustrative infrastructureEngineering cost
Prototype / small closed test$20-$100/monthInitial setup and occasional maintenance
Small production title$100-$500/monthBackups, updates, monitoring, incident response
Growing title with redundancy$500-$3,000+/monthCapacity planning, failover, upgrades, on-call rotation

These are planning ranges for ordinary cloud infrastructure, not Heroic Labs quotes. Player behavior, realtime traffic, regions, high availability, telemetry retention, and support expectations can move them substantially. One platform-engineering day per month can cost more than the servers.

Heroic Cloud pricing

Heroic Labs' public calculator sizes Nakama CPU and database CPU. Its managed plans include Nakama Enterprise, dedicated resources, a dedicated managed database, continuous integration for server modules, backups, monitoring, scaling, load balancing, TLS, and log aggregation. The official page states there are no DAU, MAU, or CCU limits; cost follows provisioned resources rather than player counters.

The page also lists smaller burstable development options and paid support packages. At verification time, Studio Basic support was $2,000 and Studio Standard was $6,000; premium support is quoted. Treat support and Satori as separate purchasing decisions instead of assuming every Heroic Cloud deployment includes them.

Is Satori included with Nakama?

No. Satori is Heroic Labs' LiveOps product for events, audiences, feature flags, and experiments. The public pricing page lists managed Satori from $600/month. You can use Nakama without Satori, or add another analytics/experimentation stack. Include that line item only if you actually need those capabilities.

Self-hosted Nakama vs Heroic Cloud

DecisionSelf-hosted NakamaHeroic Cloud
Source and extensionsFull OSS control; Go, TypeScript, or Lua runtime modulesNakama extension model with managed deployment tooling
Database operationsYour team owns PostgreSQL and recoveryDedicated managed database, backups, monitoring
Scaling and incidentsYour teamHeroic Labs operates the platform; support/SLA level depends on package
Cost driverInfrastructure plus laborProvisioned Nakama and database resources
Exit pathYou already own deployment and dataNakama-compatible architecture reduces application lock-in, but operations move back to you

Nakama alternatives

A Nakama alternative is not automatically a cheaper Nakama. It usually changes who owns server-side code, realtime multiplayer, LiveOps, and operations.

  • PlayFab: broader Microsoft game-services and LiveOps surface, with Foundation Mode for eligible Xbox titles and metered paid modes.
  • Crux: managed player auth, documents, stats, achievements, leaderboards, economy, social, matchmaking, live config, and server registry. Game-specific logic stays in your game server or services.
  • Custom backend: maximum freedom and maximum operational ownership.

When to choose each

Choose self-hosted Nakama when

  • backend runtime customization is part of the product;
  • data locality or private-cloud deployment is mandatory;
  • the team already operates PostgreSQL and production services;
  • owning upgrades and incidents is an acceptable trade.

Choose Heroic Cloud when

  • you want Nakama's APIs and extension model without operating the cluster;
  • dedicated resources, managed database, backups, logs, and scaling justify the price;
  • resource-based pricing fits better than MAU/CCU metering.

Choose a fixed-scope managed alternative when

  • your requirements are standard backend primitives rather than custom in-backend logic;
  • you want a published flat price at indie scale;
  • you prefer game logic to run in authoritative game servers you control.

Bottom line

Nakama OSS costs $0 to license, not $0 to run. Heroic Cloud buys back the operational work and prices the dedicated resources that do it. Satori is a separate LiveOps cost. Compare the annual platform invoice with the annual engineering ownership—not with a one-node Docker Compose bill.

For a hands-on exit plan, read migrating from Nakama to Crux. For the broader platform decision, use self-hosted vs managed backend.

Sources

Technical, pricing, and product claims were checked against these primary sources on the verification date above.