Path of Titans reads what it recognises and ignores the rest without complaint, so a settings problem looks like the server refusing to obey you. These are the causes, in the order they come up.
1. The setting is in the wrong file
Game.iniholds the server settings: name, password, map, player cap, admins and gameplay rules.GameUserSettings.iniholds the enabled mods list.
Both live in PathOfTitans/Saved/Config/LinuxServer/. Mod lines in Game.ini do nothing.
2. The section header is missing or wrong
Server settings need:
[/Script/PathOfTitans.IGameSession]
Mods need:
[PathOfTitans.Mods]
A setting above any header, or under the wrong one, is ignored.
3. The server name has spaces
ServerName=My_PlayNHost_Server
Use underscores where you want spaces. Real spaces produce a truncated or missing name in the browser.
4. The password needs two settings
bServerPassword=true
ServerPassword=yourpassword
Setting only the password leaves the server open. Setting only the flag with an empty password locks everyone out.
5. Admin IDs are in the wrong format
Path of Titans uses Alderon Games IDs, not Steam IDs. The format is 123-456-789, and each admin needs their own ServerAdmins= line.
6. The file was edited while the server was running
Both config files are rewritten on shutdown, silently overwriting anything changed underneath. Always stop, edit, start.
Verify a change took effect
The server name is the quickest test. Change it, restart, and look at the community browser. If it changed, the file is being read and any remaining problem is with a specific key or section.
Back up your config
Before a round of changes, download both INI files from Files. They are small, and a known good copy turns a broken server into a two minute fix.
What to send support
Open a ticket with the contents of both config files pasted as text rather than a screenshot, and say which setting is being ignored.





