## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
# The port on which players connect. Make sure that this port is open in order for players to connect. Defaults to 7777.
ip="0.0.0.0"
port="7777"
# The port used for beacons for initial connection. Make sure that this port is open in order for players to connect over the internet. Defaults to 15000.
beaconport="15000"
# Overrides the IP address the server is running on. The server will use one of the available IP addresses but will not ascertain that this is a publicly reachable IP address. Used in Multi-IP environments.
ip="0.0.0.0"
# Maximal number of players for the server. Default is 2.
maxplayers="32"
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters