📄️ Custom Query Protocol
You can set a custom script that queries the game server. This is useful if you want to add query support for games that don't have a supported query protocol.
📄️ Rust Custom Query
The Rust query reports players in queue as connected players. This causes the game monitor to think the max slots setting has been changed and restart the game server if it's full and players are in queue. The following custom script prevents this by getting connected players from the value of game_tag.
📄️ Custom RCON Protocol
You can set a custom script that executes RCON commands on the game server. This is useful if you want to add RCON support for games that don't have a supported RCON protocol.