Add note about server instances requiring unique ports

This commit is contained in:
Ben Peddell 2017-03-01 12:38:49 +10:00 committed by GitHub
parent 8d32343cc7
commit 81d5a871b2

View File

@ -95,6 +95,12 @@ To specify a dash-option with an argument (e.g. `-StructureDestructionTag=Destro
You can override or add variables for a specific system user creating a file called `.arkmanager.cfg` in the home directory of the system user.
Each server instance must have its own set of ports.
These ports are specified using the `ark_Port`, `ark_QueryPort` and `ark_RCONPort` settings in the instance configuration.
If the QueryPort or Port settings are shared between multiple instances, then the server will often either crash or hang
without being able to be queried.
If the RCONPort setting is shared between multiple instances, the server will hang at 0/0 players.
See <<Configuration files>> for more options.
Install ARK Server