Spring Sale Don't miss: Get a hefty 50% discount on your order

Language & Currency

Currency

7 Days To Die: Your game, your server

7 Days To Die Rent server
from 8.18
AUD /month
from 9.76
BGN /month
from 26.51
BRL /month
from 7.26
CAD /month
from 4.66
CHF /month
from 38.77
CNY /month
from 123.78
CZK /month
from 37.19
DKK /month
from 4.99
EUR /month
from 4.25
GBP /month
from 42.19
HKD /month
from 37.61
HRK /month
from 1,946.25
HUF /month
from 85,464.23
IDR /month
from 19.88
ILS /month
from 449.10
INR /month
from 741.02
ISK /month
from 799.05
JPY /month
from 7,213.54
KRW /month
from 92.61
MXN /month
from 25.57
MYR /month
from 56.41
NOK /month
from 8.83
NZD /month
from 304.65
PHP /month
from 21.79
PLN /month
from 24.84
RON /month
from 584.83
RUB /month
from 56.67
SEK /month
from 7.24
SGD /month
from 192.05
THB /month
from 163.93
TRY /month
from 5.40
USD /month
from 101.31
ZAR /month
from 6.50
date /month

Restrict access to your 7 Days to Die server

You can protect your server from unauthorised players in 2 ways.
One, you can set a password for the server.
Only players who know the password can join the server.
The other method is to create a whitelist.
You can of course combine both methods.


Set password

  • Basic Mode: In Basic Mode you will find the setting for the password under Server Settings -> Server Password.
    Enter your password and click on Save.
    Restart your server so that the password becomes active.
  • Advanced Mode: In Advanced Mode, the password is entered in serverconfig.xml.
    Find the following line: <property name="ServerPassword" value=""></property>
    Enter the password between the two empty "", for example:
    <property name="ServerPassword" value="Test123"></property>
    Click Save and restart the server.

Whitelist

To be able to add players to the whitelist, your server must be in Advanced Mode.
Important: Your server must remain in Advanced Mode otherwise any changes you make will be reverted!
Tip: Admins are automatically part of the whitelist and do not have to be added separately.

serveradmin.xml

Stop your server. The status must be Server not running!
Click on serveradmin.xml on the left and find the following section:

<whitelist>
<!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! -->
<!-- If there are any items in the whitelist, the whitelist only mode is enabled -->
<!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled -->
<!-- Name is optional for display purposes only -->
<!-- <user platform="" userid="" name="" ></user> -->
<!-- <group steamID="" name="" ></group> -->
</whitelist>

The entry for a player looks like this:
<user platform="steam" userid="SteamID64" name="Test" ></user>
Replace SteamID64 with the SteamID64 of the player.
How to get this is explained here: get SteamID64.
With 2 players it would look like this:

<whitelist>
<user platform="steam" userid="76561197979226165" name="Test" ></user>
<user platform="steam" userid="76561197979226167" name="Test" ></user>
</whitelist>

When you have added all players, click Save and start your server.

Admincommand

You can add players ingame with an admin command.
To do this, you must be an admin on the server.
How you can become an admin is described here: How to become an Admin 7 Days to Die.

Open the console with [F1]. The command to add a player looks like this:
whitelist add name/SteamID64.
Replace name with the name or SteamID64 with the SteamID64 of the player you want to add to the whitelist.
Examples:

  • whitelist add Urizen
  • whitelist add 76561197979226165

Important: name only works if the player is currently playing on the server.
If the player is not on the server, please use the SteamID64.
How to find it is described here: get SteamID64.