Path of Titans keeps its server settings in Game.ini. The one formatting rule to remember is that the server name uses underscores where you want spaces.
Open the file
- Stop the server. The file is rewritten on shutdown, so an edit made while it runs is lost.
- In the panel open Files and go to:
PathOfTitans/Saved/Config/LinuxServer/Game.ini
The main section
[/Script/PathOfTitans.IGameSession]
ServerName=My_PlayNHost_Server
ServerPassword=
MaxPlayers=35
MapName=Island
bServerPassword=false
ServerAdmins=123-456-789
bEnableGlobalChat=true
bServerAutoRestart=false
ServerNameuses underscores for spaces. Typing real spaces here is the most common mistake and produces a truncated or missing name in the browser.bServerPasswordmust betrueas well asServerPasswordbeing set. Setting only the password leaves the server open.MapNameselects the map. Use the map names published for your game version.ServerAdminstakes Alderon Games IDs, one per line, repeating the key for each admin. See our guide on becoming an admin.
Gameplay rules
The same file holds the rules that shape how the server plays: growth and hunger rates, whether players keep progress on death, waystone and home cave behaviour, group size limits and combat rules. Change one at a time so you can tell which change did what.
Slots
Your plan's slot count is applied through the SERVER_MAX_PLAYERS variable on your server's Startup Settings page, reachable from the server overview. Raising MaxPlayers in the file alone does not add slots. Upgrade the plan in the billing area to run more players.
Mods are configured elsewhere
Enabled mods are listed in GameUserSettings.ini in the same folder, not in Game.ini. See our guide on installing mods.
Apply and verify
- Save the file.
- Start the server.
- Find the server in the community browser and check the name. If it did not change, the file was overwritten because the server was running when you edited it.





