All critical server files reside in the game’s root directory. The “Config” folder contains files like serverinfo.ini, gamerules.cfg, and maps.cfg, while the “Mods” folder holds subdirectories for each mod. Proper updates to these files—such as adding your server name or modifying gameplay settings—ensure your configuration is applied at startup.
Most Popular Articles
Which file must be updated for the server to show up on the client side?
The file often named servermanifest.xml (or, in some configurations, serverinfo.ini) must include...
What is the recommended file structure for managing mods on this server?
Create a dedicated “Mods” folder containing separate subdirectories for each mod (e.g.,...
Which performance-related settings should be prioritized in the configuration files?
Focus on variables in gamerules.cfg (such as maxPlayers, roundTime, and respawnDelay) and network...
How can I update the map rotation for my dedicated server?
Edit the maps.cfg file (located in the “Config” folder) to list maps in the desired order. Ensure...
What are the exact steps for adding or removing a mod on the server?
To add a mod, upload its files into a new subfolder within “Mods” and update your master mod list...
