Admin rights in 7 Days to Die are granted per player and stored in serveradmin.xml. The reliable way to set them is from the panel console, which writes the file for you.
1. Get the player identifier
- Start the server and have the player join once.
- Open the Console tab in the Game Panel.
- Type
lpand press Enter. This lists connected players with their name and platform id. - Copy the id for the player you are promoting.
2. Grant admin
- In the console, run
admin add <id> 0. - Confirm it worked with
admin list.
The number is a permission level, not a rank name. 0 is the highest and can run every command. A normal player is level 1000. Giving someone level 500 lets them use commands that require level 500 or higher only.
3. Using admin powers in game
- Press F1 in game to open the client console, then type the command.
cmtoggles creative mode,dmtoggles debug mode,teleportplayermoves a player.kick <name>andban add <name> 1 dayhandle problem players.- Commands typed in the panel console run as the server and always have full rights, so you can moderate without being in game.
4. Removing admin
- Run
admin remove <id>in the console. - Check the result with
admin list.
5. Editing the file directly
If you prefer to edit serveradmin.xml by hand, stop the server first, use the file search in the Files tab to locate it, and add one line per admin inside the <admins> block. The console method avoids the formatting mistakes that make the whole file fail to load.
If the game reports that a command is not available, check the level in admin list first, then open a ticket if it still fails.





