Language & Currency

Currency

7 Days To Die: Your game, your server

7 Days To Die Rent server
from 9.75
AUD /month
from 11.72
BGN /month
from 36.61
BRL /month
from 8.84
CAD /month
from 5.61
CHF /month
from 45.68
CNY /month
from 151.58
CZK /month
from 44.68
DKK /month
from 5.99
EUR /month
from 4.98
GBP /month
from 49.10
HKD /month
from 45.14
HRK /month
from 2,438.23
HUF /month
from 100,654.76
IDR /month
from 23.59
ILS /month
from 532.90
INR /month
from 876.34
ISK /month
from 983.80
JPY /month
from 8,857.89
KRW /month
from 130.11
MXN /month
from 28.27
MYR /month
from 70.44
NOK /month
from 10.76
NZD /month
from 371.21
PHP /month
from 25.99
PLN /month
from 29.81
RON /month
from 702.03
RUB /month
from 69.50
SEK /month
from 8.49
SGD /month
from 220.95
THB /month
from 216.82
TRY /month
from 6.31
USD /month
from 115.69
ZAR /month
from 66.80
date /month

How to become an admin in 7 Days to Die

Note: You need the ID of the respective player.
These can be found in the server logs.
You can find the logs on the Logfiles FTP.

Important: The server must be fully stopped before editing.
The server status must be Server not running!
Otherwise, the server will overwrite your changes!

Basic Mode


Click on Admin Settings and enter your SteamID64 in one of the available fields.
Then click Save and start the server.

Advanced Mode


In Advanced Mode, you need to enter the SteamID64 into the serveradmin.xml.
Find the following section:

        <admins>
            <!-- <user steamID="76561198021925107" name="Hint on who this user is" permission_level="0" ></user> -->
            <!-- <group steamID="103582791434672565" name="Steam Universe" permission_level_default="1000" permission_level_mod="0" ></group> -->
            <user platform="Steam" userid="11111111111111111" name="admin1" permission_level="0" />
            <user platform="Steam" userid="22222222222222222" name="admin2" permission_level="0" />
            <user platform="Steam" userid="33333333333333333" name="admin3" permission_level="0" />
            <user platform="Steam" userid="44444444444444444" name="admin4" permission_level="0" />
            <user platform="Steam" userid="55555555555555555" name="admin5" permission_level="0" />
        </admins>

To add an admin, use the following line:
<user platform="Steam" userid="55555555555555555" name="admin5" permission_level="0" />

  • platform="Steam": Sets the player platform. Valid values are Steam or EOS.
  • userid="1": Replace the number with your player ID from the logs.
    You must remove the prefixes from the ID, so remove STEAM_ and EOS_.
  • name="admin1": The name can be chosen freely and serves for easier identification of the entry.
    Replace adminx with the name of the respective player or leave it unchanged.
  • permission_level="0": Specifies which commands the registered admin can use.
    A user with level 0 can use all commands with level 0 or higher.
    A user with level 300 can only use commands with level 300 or higher.
    Replace 0 with the respective level the admin should have.

It should look like this:

        <admins>
            <!-- <user steamID="76561198021925107" name="Hint on who this user is" permission_level="0" ></user> -->
            <!-- <group steamID="103582791434672565" name="Steam Universe" permission_level_default="1000" permission_level_mod="0" ></group> -->
            <user platform="Steam" userid="76561197979226165" name="Padre" permission_level="0" ></user>
            <user platform="Steam" userid="76561197979226167" name="Badmin" permission_level="1000" ></user>
        </admins>

Once you have made your changes, click Save and start the server.