-
Notifications
You must be signed in to change notification settings - Fork 20
Examples
Aleksandar Ovcharov edited this page Feb 13, 2025
·
3 revisions
This section provides examples of setups on how to configure PteroSync for different games.
Ports Ranges Value:
{
"SERVER_PORT": "25566-25999"
}
Ports Ranges Value:
{
"SERVER_PORT": "27015-27030",
"EXTRA_ALLOCATION": "27230-27290" # Extra port in case they need for something.
}
Default Variables:
{
"MAX_PLAYERS": "32"
}
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"
}
{
"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"
}
{
"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.
Please read the Wiki page carefully; it contains all the information you need. If you require support, please provide as many details as possible about your issue. Including the module log from WHMCS will also be very helpful.