Learn how to configure your servers to accept connections from WebGL clients.
wss://
) for WebGL games. To enable this, all you need to do is set your game server’s network configuration to use TCP + TLS on the port your players connect to.
TCP
or UDP
, WebGL clients will not be able to connect.Navigate to Network Configuration
Set Port Protocol
TCP
to TCP + TLS
.For example, if your server listens on port 8080
, your configuration should be:8080
TCP + TLS
Save and Deploy
wss://
address.wss://
URL provided on your server’s detail page in the dashboard.