Skip to main content

Play test - Game server integration - (Unity module)

Last updated on March 12, 2025

Test AMS fleet

  1. Log in to the Admin Portal and go to your game namespace dashboard. Then, select Multiplayer Server Configuration > Fleet Manager from the side panel.

  2. Next, select your fleet by clicking on the fleet name.

  3. On the new window, make sure to active the fleet by toggling on the Fleet Status on the top-left corner, below your fleet name. Make sure to toggle it to Active.

  4. Wait for about 10 minutes until your fleet get the dedicated servers up and running before you can see them in the Dedicated Server List. Below are the states of the dedicated servers on a fleet.

    • Creating: the dedicated server is currently initializing (not yet calling the send ready message to the AMS watchdog).
    • Ready: the dedicated server has sent a ready signal to AMS and is ready to go.
    • Claiming: the fleet manager is currently claiming the dedicated server to a session using a claim key.
    • Claimed: the dedicated server is already bound to a game session and the game is currently in progress.
    • Removed: the dedicated server is removed from the fleet.
  5. If your dedicated servers are in the Ready state, it means your AMS integration on your game server is setup correctly.

    AMS server demo Unity Byte Wars Client integration

On this page