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 ;AnotherAdmin

AGIDs 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 PlayerName

Use /listroles to see available roles.

Admin Commands

All commands are typed in the in-game chat with a / prefix:

CommandDescription
/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
/cancelrestartCancel a pending restart
/saveForce save
/teleport <X> <Y> <Z>Teleport to coordinates
/bring <Player>Teleport a player to you
/healHeal yourself
/godmodeToggle 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
/ReloadBansReload bans from bans.txt
/ReloadMOTDReload the MOTD
/ReloadRulesReload the rules
/PlayerInfo <Player>View player info
/ServerInfoView server info
/HelpList all commands

Ban File

Bans are stored in PathOfTitans/Saved/bans.txt in the format:

AGID:UnixTimestamp:AdminReason:UserReason

Custom Roles

Define custom roles with granular permissions in Game.ini under [PlayerRoles]:

[PlayerRoles]
048-236-424=dinomaster

Use +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=0
  • Port=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

How is this guide?

40% Off — Limited TimeGet your Path Of Titans server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page