icon
Support

How It Works: Loaders, Sessions, and Rooms

Updated Sep 12, 2026 · 1 min read

Everything is extremely simple. The system only needs a single person to act as the HOST.


Host: The main player. It can be either you or any teammate you're playing the round with.

Host Requirements:

  • Active access (usually a subscription)

  • Supported device and game version

  • Our custom loader

What's a loader?

Is a program installed on your device that establishes a direct connection (session) between the game and our servers.
If all the host's requirements are met, the server creates a room.

What's a Room

Room: Where the host streams data (player positions, drop, etc.) to all connected teammates.

When creating a room, the host automatically receives a randomly generated, unique ID. This identifier is used to connect to the room as a listener.

Listener: A teammate who connects to the room to view live round data (player positions, loot, etc.) on the map — while still playing their own character in the game as normal.

Related articles