How to Configure Your Path of Titans Server (Game.ini)
Complete Path of Titans Game.ini reference — server name, players, growth, combat, nesting, maps, day/night cycle, and admin setup.
All server settings are in Game.ini (INI format). Mod configuration uses a separate file, GameUserSettings.ini.
Config File Locations
How to Edit
Stop the server
In the XGamingServer Panel, go to Console and stop the server.
Open Game.ini
Click Files in the sidebar and navigate to PathOfTitans/Saved/Config/LinuxServer/Game.ini.
Make changes and save
Edit the settings under the appropriate section header. Click Save Content.
Start the server
Start from Console.
Settings Reference
Under [/Script/PathOfTitans.IGameSession]:
| Setting | Default | Description |
|---|---|---|
ServerName | My_Server | Browser name (use underscores for spaces) |
MaxPlayers | 100 | Max concurrent players |
ServerPassword | (empty) | Join password — leave empty for public |
ServerMap | Panjura | Active map: Panjura, Gondwa, or Riparia |
bServerPaidUsersOnly | false | Block free-to-play users |
AFKDisconnectTime | 600 | Seconds before AFK kick |
MaxCharactersPerPlayer | 30 | Character slots per player |
Under [/Script/PathOfTitans.IGameSession]:
| Setting | Default | Description |
|---|---|---|
bServerGrowth | true | Enable growth system (false = all spawn adult) |
GlobalPassiveGrowthPerMinute | 0 | Passive growth rate (e.g., 0.005 ≈ 3.3 hrs to adult) |
QuestGrowthMultiplier | 1.0 | Quest growth reward multiplier |
QuestMarksMultiplier | 1.0 | Quest marks (currency) multiplier |
MinGrowthAfterDeath | 0.5 | Minimum growth retained after death |
HatchlingCaveExitGrowth | 0.25 | Starting growth when leaving hatchling cave |
ChangeSubspeciesGrowthPenaltyPercent | 25 | Growth penalty for changing subspecies |
bLoseGrowthPastGrowthStages | true | Can lose growth past stage thresholds |
Under [/Script/PathOfTitans.IGameSession]:
| Setting | Default | Description |
|---|---|---|
bServerNesting | true | Enable nesting system |
bNestingDecorations | true | Allow nest decorations |
MinNestingGrowth | 0.75 | Minimum growth to place a nest |
MaxNestRespawnGrowth | 0.5 | Max growth for nest respawn |
NestBabySlotGenerationTime | 300 | Seconds per baby slot |
MaxAdoptionGrowth | 0.5 | Max growth for adoption |
bNestsInvulnerable | false | Make nests indestructible |
NestResourceMultiplier | 1.0 | Resource cost multiplier for nesting |
NestInactiveDespawnTimeSolo | 120 | Seconds until an offline nest despawns |
Under [/Script/PathOfTitans.IGameSession]:
| Setting | Default | Description |
|---|---|---|
bPermaDeath | false | Permanent death (character deleted on death) |
bServerFallDamage | true | Enable fall damage |
CombatDeathGrowthPenaltyPercent | 10 | Growth lost on PvP death |
FallDeathGrowthPenaltyPercent | 2 | Growth lost on fall death |
SurvivalDeathGrowthPenaltyPercent | 5 | Growth lost on survival death |
CombatDeathMarksPenaltyPercent | 25 | Marks (currency) lost on PvP death |
bServerAntiRevengeKill | true | Anti-revenge-kill system |
RevengeKillDistance | 100000 | Revenge kill radius (100000 = 1 km) |
bServerCombatTimerAppliesToGroup | true | Combat timer shared with group |
SpeedhackDetection | 1 | 0 = none, 1 = log, 2 = kick, 3 = ban |
Under [/Script/PathOfTitans.IGameSession]:
| Setting | Default | Description |
|---|---|---|
MaxGroupSize | 10 | Max group/party size |
bServerAllowChat | true | Enable text chat |
bServerGlobalChat | true | Enable global chat |
bServerFish | true | Enable fish AI |
bServerWaterQualitySystem | true | Water quality system |
bServerHomeCaves | true | Home cave system |
Under [/Script/PathOfTitans.IGameMode]:
| Setting | Default | Description |
|---|---|---|
bServerRestrictCarnivoreGrouping | false | Carnivores can only group with same species |
bServerRestrictHerbivoreGrouping | false | Herbivores can only group with same species |
Under [/Script/PathOfTitans.IGameMode]:
| Setting | Default | Description |
|---|---|---|
ServerStartingTime | 1350 | Time of day on restart (0–2400 scale) |
ServerDayLength | 60 | Daytime length in minutes |
ServerNightLength | 30 | Nighttime length in minutes |
Under [/Script/PathOfTitans.IGameSession]:
| Setting | Default | Description |
|---|---|---|
bServerAutoRestart | false | Enable scheduled auto-restarts |
RestartLengthInSeconds | 21600 | Restart interval (21600 = 6 hours) |
CurveOverrides (Per-Dinosaur Stats)
Customize individual dinosaur stats under [/Script/PathOfTitans.IGameSession]:
CurveOverrides=(CurveName="Global.InCombatDuration",Values=(30))
CurveOverrides=(CurveName="DinoName.Core.Damage",Values=(1,1,1,1,1))
CurveOverrides=(CurveName="DinoName.Core.BleedingHealRate",Values=(1,1,1,1,1))The values tuple maps to growth stages (hatchling → adult). Each override goes on its own line.
Rules and MOTD
Create text files in PathOfTitans/Saved/:
Rules.txt— displayed once on first login (player must accept). Reload with/ReloadRules.MOTD.txt— displayed every time a player connects. Reload with/ReloadMOTD. Players can view with/motd.
Supported formatting tags: <title>, <large>, <small>, <red>, <orange>, <yellow>, <green>, <blue>, <purple>, <white>. Close with </>.
Ports
| Port | Default | Protocol | Purpose |
|---|---|---|---|
| Game | 7777 | UDP | Primary game traffic |
| Reserved | 7778 | TCP | Game server |
| RCON | 7779 | TCP | Remote console (game port + 2) |
| Stats | 7780 | TCP | Statistics |
| Query | 7781 | UDP | Source Query (game port + 4) |
All 5 ports must be open. If you change the game port, the others shift accordingly.
Auth Token (Required)
Path of Titans servers require an Alderon Games auth token. Get yours from the hosting portal. Set via the -AuthToken= startup parameter or AG_AUTH_TOKEN environment variable.
Crossplay
Full crossplay across all platforms: PC (Windows/Mac/Linux), Xbox, PlayStation, Nintendo Switch, iOS, and Android. All connect to the same server.
Related Guides
How is this guide?

How to Change Max Players on Your Path of Titans Server
Set the player limit on your Path of Titans dedicated server — supports up to 200 players with full crossplay.
How to Wipe and Reinstall Your Path of Titans Server
Reset world data, player characters, or do a full reinstall of your Path of Titans dedicated server.