How to limit join queue on an Arma Reforger server


Summary 
Limiting the join queue on an Arma Reforger server helps maintain server stability by preventing it from becoming overwhelmed with too many connection requests, which could lead to crashes or degraded performance. It ensures a smoother gameplay experience for current players by managing resource allocation more effectively. Additionally, it can help prioritize connections for players who meet specific criteria, such as admins or VIP members, fostering a more organized and controlled server environment.

How to Disable AI on an Arma Reforger Server
1. Log in to the BisectHosting Games panel.

2. Stop the server.


3. Go to the Config Files tab and choose Server Config.


4. Navigate to the "operating": line. If it does not yet exist, paste the following before the last curly bracket:
,
"operating": {
}

Note Each main config line is separated by a comma.


5. Enter the following with the desired max size limit ranging from 0 to 50 within the "operating": curly brackets{}:
"joinQueue": {
    "maxSize": 0
}

Note Separate multiple sub-commands with a comma.


6. Press the Save Content button.


7. Start the server.



Was this answer helpful?

0
« Back