Skip to content

Examples

Aleksandar Ovcharov edited this page Feb 13, 2025 · 3 revisions

Example Setups

This section provides examples of setups on how to configure PteroSync for different games.

Minecraft

Ports Ranges Value:

{
  "SERVER_PORT": "25566-25999"
}

Counter-Strike

Ports Ranges Value:

{
  "SERVER_PORT": "27015-27030",
  "EXTRA_ALLOCATION": "27230-27290"  # Extra port in case they need for something.
}

Default Variables:

{
  "MAX_PLAYERS": "32"
}

MTA:SA

Ports Ranges Value:

{
  "SERVER_PORT": "22003-22033",
  "SERVER_WEBPORT": "22005-22035",
  "EXTRA_ALLOCATION": "22126-22156"  # This ensured are adding an extra port in that range, if the egg does not have variable for it, but the port it's required.
}

Default Variables:

{
  "MAX_PLAYERS": "300"
}

ARK Survival Evolved

{
  "SERVER_PORT": "7777-7790",
  "EXTRA_ALLOCATION": "7778-7791",  # This ensures adding +1 port from the server port.
  "QUERY_PORT": "27015-27090",
  "RCON_PORT": "37015-37090"
}

Rust

{
  "SERVER_PORT": "28015-28020",
  "QUERY_PORT": "28016-28021",
  "RCON_PORT": "37015-37090"
}

Note

These above are only examples of how you can use PteroSync port ranges.

If you don't have enough ports, the module won't add any additional ports. Ensure you have created enough ports to cover all the games you offer.