- First you will need your Steam64ID, or EOSID (depending on your platform).
- For Steam users, you can use this site to find your SteamID64: https://steamid.io/lookup
- For Epic Online Services users, you can follow this tutorial to obtain your EOS ID: viewtopic.php?t=16345
- Verify that your 7 Days to Die server is offline.
- Connect to your server's FTP using the credentials listed on the "File Manager" tab in your control panel.
- If you aren't sure how to connect, we have a guide for FileZilla posted here: viewtopic.php?t=8044
- Navigate to "/saves/"
- Download "serveradmin.xml" and save it to your computer. I highly recommend keeping two copies, one that you will edit, and one to save locally, in case you need to revert the most recent changes.
- Open "serveradmin.xml" in your preferred text editor, and look for the following text.
Code: Select all
<admins> <!-- <user steamID="76561198021925107" name="Hint on who this user is" permission_level="0" /> --> <!-- <group steamID="103582791434672565" name="Steam Universe" permission_level_default="1000" permission_level_mod="0" /> --> </admins>
- Add the user code between the <admins> and </admin> tags, with the correct platform, userid, and permission level.
- For Steam users, use this format.
Code: Select all
<user platform="Steam" userid="SteamID64Here" permission_level="1000" />
- For Epic Online users, use this format.
Code: Select all
<user platform="EOS" userid="EpicOnlineServicesIDHere" permission_level="1000" />
- For Steam users, use this format.
- It should look similar to the below example, I've only added one entry here, but you can add as many admin entries as you would like.
Code: Select all
<admins> <!-- <user steamID="76561198021925107" name="Hint on who this user is" permission_level="0" /> --> <!-- <group steamID="103582791434672565" name="Steam Universe" permission_level_default="1000" permission_level_mod="0" /> --> <user platform="Steam" userid="SteamID64Here" permission_level="1000" /> </admins>
- Save the file, and upload the updated copy.
- Start your server.
- You should now have access to all of the specified commands.
How do I add admins?
-
- Staff
- Posts: 47
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat Sep 04, 2021 2:47 pm
- Location: St. Louis, MIssouri
How do I add admins?
This article covers how to add admins for your 7 Days to Die server (A20.4+)