How to Add Admins and Use Commands on Your Path of Titans Server
Set up admins, custom roles, RCON, and all admin chat commands for your Path of Titans dedicated server.
Path of Titans uses Alderon Games IDs (AGIDs) to identify admins. Admins are added via Game.ini or promoted in-game with the /promote command.
Add Admins
Stop the server
In the XGamingServer Panel, go to Console and stop the server.
Edit Game.ini
Click Files in the sidebar and open PathOfTitans/Saved/Config/LinuxServer/Game.ini. Under [/Script/PathOfTitans.IGameSession], add one line per admin using their AGID:
[/Script/PathOfTitans.IGameSession]
ServerAdmins=048-236-424 ;PlayerName
ServerAdmins=123-456-789 ;AnotherAdminAGIDs follow the XXX-XXX-XXX format.
Save and start
Click Save Content and start from Console.
Promote / Demote In-Game
Already in-game? Use chat commands:
/promote PlayerName admin
/demote PlayerNameUse /listroles to see available roles.
Admin Commands
All commands are typed in the in-game chat with a / prefix:
| Command | Description |
|---|---|
/promote <Name/AGID> <role> | Grant a role to a player |
/demote <Name/AGID> | Remove admin role |
/kick <Name/AGID> <Reason> | Kick a player |
/ban <Name/AGID> <Reason> | Permanently ban a player |
/banip <IP> <Reason> | IP ban |
/unban <Name/AGID> | Remove a ban |
/announce <Message> | Broadcast to all players |
/restart <Seconds> | Schedule a server restart |
/cancelrestart | Cancel a pending restart |
/save | Force save |
/teleport <X> <Y> <Z> | Teleport to coordinates |
/bring <Player> | Teleport a player to you |
/heal | Heal yourself |
/godmode | Toggle invincibility |
/setmarks <Player> <Amount> | Set a player's marks (currency) |
/Weather <Type> | Change weather |
/TimeOfDay <Value> | Change time (0–2400) |
/ServerMute <Player> | Mute a player |
/Whitelist <Player> | Whitelist a player |
/ReloadBans | Reload bans from bans.txt |
/ReloadMOTD | Reload the MOTD |
/ReloadRules | Reload the rules |
/PlayerInfo <Player> | View player info |
/ServerInfo | View server info |
/Help | List all commands |
Ban File
Bans are stored in PathOfTitans/Saved/bans.txt in the format:
AGID:UnixTimestamp:AdminReason:UserReasonCustom Roles
Define custom roles with granular permissions in Game.ini under [PlayerRoles]:
[PlayerRoles]
048-236-424=dinomasterUse +Permission=PermissionName to define what each role can do.
RCON (Source RCON)
Path of Titans uses Source RCON (Valve-compatible protocol) on port 7779 (game port + 2) by default.
In Game.ini under [SourceRCON]:
[SourceRCON]
bEnabled=true
Password=YourPassword
Port=0Port=0= auto (game port + 2 = 7779)- Password must be 8+ characters
- Prohibited characters in password:
",', backtick,=,| - Any Source RCON client works (e.g., mcrcon)
- Commands sent via RCON don't need the
/prefix
Related Guides
How is this guide?

Path of Titans Server Documentation
Step-by-step guides to set up, configure, and manage your Path of Titans dedicated server on XGamingServer.
How to Connect to Your Path of Titans Server
Join your Path of Titans server via the in-game server browser or direct IP — with full crossplay across PC, console, and mobile.