We need to check in the gameserver's configuration that the maxplayers and port values are allowed before starting the server.
./binary details gives a report including the gameserver configuration, we can then grep for the values we need and check them in our controller.
We need to check in the gameserver's configuration that the maxplayers and port values are allowed before starting the server.
./binary detailsgives a report including the gameserver configuration, we can then grep for the values we need and check them in our controller.