How to Add Admins to Your DeadPoly Server
Adding admins to your DeadPoly server gives trusted players elevated permissions such as access to the admin panel and server commands. You can also set your server to private to restrict who can join alongside admin access.
Find the player ID
You need the player's ID before adding them as an admin. There are two ways to get it:
- In-game: Open your inventory, click TRUSTS, then copy the value shown under My ID.
- Server logs: Navigate to
DeadPoly > Saved > Logsin your file manager. Open the log file in a text editor and search forLogin request. TheReadpointEOSvalue next to the player's Steam name is the ID to use.
Add an admin (current version)
- Log in to your Game Control Panel.
- Stop your server.
- Click Configuration Files and open
Game.iniusing either the text editor or config editor. - Locate the
Admins=""option and add the player ID inside the quotes. - Save the file and start your server.
Add an admin (legacy version)
- Log in to your Game Control Panel.
- Stop your server.
- Click Configuration Files and open
Engine.iniusing either the text editor or config editor. - Locate the
Adminssection and replace the numeric portion of anadmins=line with the player's Steam64 ID. - Save the file.
To add more than two admins in the legacy version, copy and paste additional admins= lines and repeat the steps above. To find a Steam64 ID, use a tool such as https://www.steamidfinder.com/ or check your web console when logging into Steam.
Troubleshooting
- ID not working: Confirm you copied the
ReadpointEOSvalue from the logs, not the Steam display name. - Changes not saving: Make sure the server is stopped before editing the file, then save before restarting.