Add or Remove Server Admins - Alderon-Games/pot-community-servers GitHub Wiki

How to setup admins on your community server!

You can add admins to your server two ways, either by turning off your server and editing the Game.ini file, or by logging into your server and using some chat commands. If you plan on bulk adding many users, we suggest editing your Game.ini file.

Add Admins to Game.ini

Important Note: The server must be stopped / restarted for these changes to take effect.

You must edit Game.ini to add Server Admins

Path: /Config/WindowsServer/Game.ini

Underneath the [/Script/PathOfTitans.IGameSession] header, enter the Alderon Games ID (AGID) of your admins, one player per line. You can add additional lines to enable more then one admin at once. To remove an admin, simply remove the line with their AGID.

TIP: You can use in-line comments (using a semicolon) to add notes about admins for better organization.

Example Game.ini

[/Script/PathOfTitans.IGameSession]
ServerAdmins=048-236-424
;Best friends with KangarooBoing88
ServerAdmins=123-456-789
ServerAdmins=543-226-532

Add with Chat Command

You can also add and remove server admins via the in-game chat commands "Promote" or "Demote". This can be used while your server is running. More information here.

/promote <user> <adminrole>

Example: /promote Jiggy dinomaster
Promotes the player to the specified admin role.
+Permission=promote

/demote <user>

Example: /demote Jiggy
Removes all admin roles of that player.
+Permission=promote

If you want to create different admin roles, see this article: Add or Remove Player Roles

⚠️ **GitHub.com Fallback** ⚠️