Stripe-ready pricing

Plans built for paid hosting revenue.

Package game servers, websites, and VPS workloads into recurring Stripe plans with entitlement checks, resource limits, and clear customer upgrade paths.

$19starter game
$49website pro
$99+server/VPS
stripe checkout
POST /api/billing/checkout
{ plan_slug: starter-game }
return hosted Stripe checkout URL

Starter Game

$19/mo

For friend groups and first servers.

  • 1 game server
  • Docker/Wings template
  • Basic logs and restarts
  • Community support
Use plan API

Server Pro

$99+/mo

For VPS-style workloads and teams.

  • VPS/server workspaces
  • Higher CPU/RAM limits
  • SSH Docker nodes
  • Audit log exports
Configure
Payment processorStripe Checkout and webhooks.
Billing modelRecurring subscriptions tied to plan slugs and Stripe price IDs.
Launch requirementSet production Stripe keys, webhook secret, and AUTOSERVER_BILLING_PLANS_JSON with real Stripe price IDs.