Publishing + Hosting Your Game
There are two ways to host multiplayer servers for your finished game. Regardless of what you choose, you can always export your game to publish on Itch.io, Steam, or anywhere on the web.
This page is not relevant for singleplayer games.
Important: Deployments use the code on your remote main branch.
Commit and Push all changes before deploying, or your live game will not have the latest changes.
Dreamlab Cloud Hosting
If you're building your game on https://app.dreamlab.gg (or you've uploaded it after creating it), you can deploy your game to our network of servers across the globe for free with one click.
Self-Hosted
After setting up Dreamlab on your server, navigate to
game-client.example.com/?gameId=u_your_user/your-game-id&server=ws://mp.example.com
and the client will automatically
request a new lobby be started and connect to it.
To get help running Dreamlab on your own servers, you can sign up for our Self Hosted plan to get dedicated support.