Skip to main content

CLI Region management

Regions allow your game to be deployed in different countries. This can reduce player ping by hosting servers closer to their location. On the other hand it can be harder to find a match if players are spread between regions. Regions are shared between all game versions within a game.

Regions can be public (available for every game) or private (owned by an organization).

info

Every change in regions configuration needs a few minutes to propagate within our system.

Listing available regions

To see all public regions use:

elympics regions all-public

If your organization owns a custom region use this instead:

elympics regions for-organization -o <organization id>

And if you want to list regions attached to a specific game use:

elympics regions for-game -g <game id>

Custom regions for your organization

If you want to host a game in a new region please contact us.

Attaching and detaching game regions

Attaching regions allows for management of custom, private regions for games. Such a region has to be explicitly attached to a game.
Public regions are always attached to all your games and cannot be detached.

To attach or detach region from a game, run one of the following commands, respectively:

elympics regions attach -g <game id> -r <region id>
elympics regions detach -g <game id> -r <region id>