Deploy and Scale Without DevOps

The fastest way to get your Colyseus game server into production. Focus on your game, not infrastructure.

  • Deployments from CLI
  • Predictable and affordable pricing
  • Scale horizontally or vertically
  • No imposed CCU/DAU/MAU limits
  • Managed SSL Certificates
  • 32 locations available worldwide

What You Get

Features

Focus on building your multiplayer game or app, we handle the infrastructure.

Deployment Locations

32 Global Locations

Get your servers close to your players. Add new regions in one click — each location gets its own endpoint, ready to accept connections instantly.

  • Expand to new regions without redeploying
  • Lower latency for players worldwide
  • Each location gets its own HTTP endpoint
Monitoring and Alerting

Monitoring & Alerting

Stay ahead of issues before your players notice. Get real-time alerts on CPU, memory, crashes, and abnormal activity — delivered straight to Slack or email.

  • Slack and email notifications
  • CPU, memory, and crash monitoring
  • Catch problems before players do
Real-time analytics

Real-Time Analytics

See exactly what your servers are doing. Track concurrent users, active rooms, and resource usage at a glance — so you can make informed scaling decisions.

  • Live CCU and room count graphs
  • Deployment history and performance trends
  • Know when to scale up — before you need to
Zero-downtime deployments

Zero-Downtime Deployments

Ship updates without kicking players out. Rolling updates gracefully drain active rooms while new ones spin up on the latest version — no interruptions, no angry players.

  • Active sessions finish undisturbed
  • New connections route to updated servers
  • Deploy with confidence, any time of day

Estimate Your Cost

Pricing Simulator

Get Started

Deploying to Colyseus Cloud

Steps required to deploy your Colyseus app to Colyseus Cloud.

Create a Colyseus app

npm create colyseus-app ./my-colyseus-server
cd ./my-colyseus-server

Push your sources to a Git repository

git remote add origin git@github.com:you/repo.git
git add .
git push origin main

Deploy it!

npm install @colyseus/cloud
npx @colyseus/cloud deploy

FAQ

Q: Does Colyseus Cloud offer a free tier?

A: Not at this moment.

Q: What happens if I delete the application I've already paid for?

A: When deleting an application, your account will be credited with the remaining unused time from that application. The credits will be used on the next new application

Q: Does Colyseus Cloud handle auto-scaling?

A: Not at this moment. If you need to handle heavier workloads, it is required to upgrade your deployment's resources through the Colyseus Cloud dashboard. We plan on adding support to auto-scaling on "horizontal scalability" deployments in the future.

Q: How many CCU can Colyseus Cloud handle?

A: The capacity of your servers will depend on how performant is your code, considering CPU usage and and amount of networked messages exchanged between server and clients. There is a capacity estimator in the pricing simulator, but take it as a grain of salt, as every application has its particular requirements. It is recommended to loadtest your application to identify its real limitations.

Q: What does it mean to "scale vertically"?

A: Vertical scalability is the term used when you have a single server instance, and you add more resources (CPU/Memory) to increase its capacity.

Q: What does it mean to "scale horizontally"?

A: Horizontal scalability is the term used when you distribute the load of your application across multiple server instances.

Couldn't find the answer you're looking for? Contact support.