How to distribute your game build worldwide in minutes:

1. Create a product here: create product

2. Upload your game build

You can do it here in web portal by clicking to product -> GameCDN -> Upload New Version
Or for advanced users, try the ztcli command line tool to automate your uploads and deployments.

ztcli gamecdn upload --build-id "v1.0" --build-description "Initial public release." --directory "C:\MyGame\Build" --product-id 123 --set-as-head

3. Build an installer

ztcli.exe installer_maker generate_default --product-id 123
ztcli.exe installer_maker make_installer --product-id 123

Tips:

  • This will build a default installer application for your game. You can share it with your players. And it will manage updates automatically.
  • You can change configs and customize the installer later in this web portal.

5. Share the installer with your players

Ready to get started?

Create First Product