Skip to main content

Ports

These are the ports of a freshly initialized database. Every listener port can be changed in the admin panel; the ports of the monitoring tools are defined in the docker compose files of the deployment you use.

PortServerNotes
44405Connect serverDefault connection port for the original client
44406Connect serverPort for the open source client
55901Game server 1
55902Game server 2
55903Game server 3
55904 – 55906Game servers 4 – 6Only when the database was initialized with more game servers
55980Chat serverUsed by the in-game messenger

The game servers are not contacted directly by the client at first: the client connects to a connect server, picks a server in the server selection screen, and is then redirected to the game server address which the IP resolver reports.

Web

PortPurpose
80Admin panel (and the reverse proxy in the docker deployments)
443HTTPS, when configured — see All-in-one deployment

In the distributed deployment, the reverse proxy also serves Grafana, Prometheus and Zipkin under sub-paths of the same port.