📄️ Deploying on Hathora Cloud
This guide is intended to walk you through how to deploy a game on Hathora Cloud, dynamically provision compute for a room, and connect to it -- all in under 15 minutes.
📄️ Generate Hathora Developer Token
All authenticated Hathora API endpoints require a Hathora developer token as an authorization header (e.g. CreateRoom(), CreateApp(), CreateDeployment()).
📄️ Creating a Dockerfile
Hathora Cloud utilizes Docker, which is a technology that allows you to package your server project in a portable way so that it can be run in any Linux environment.
📄️ Environment Variables
📄️ CI/CD on Hathora Cloud
Start by using the Hathora Console to manually set up your game server. The Deploying on Hathora Cloud guide is a great way to get started. Once you have your manual setup working, you're ready to set up CI/CD (Continuous Integration and Continuous Deployment)!
📄️ Terminate a process
📄️ Setting up SSH connections
📄️ Determining the best region for a match
📄️ Scoped Permissions