Enabling a whitelist on your 7D2D server


Login to your control panel and select the server you want to edit.

 

Click into the configuration editor, then click text editor on the serveradmin.xml file

 

In the file you will see something that looks similar to the following:

<whitelist>
<!-- <whitelisted steamID="" /> -->
</whitelist>

 

To enable a whitelist on your server, for each person you need to get their steamid64 number.
The steamID 64 numbers can be found on the https://steamid.io website.

Next for each person you need to duplicate the <whitelisted /> line, for example:

<whitelist>
<!-- <whitelisted steamID="" /> -->
<!-- <whitelisted steamID="" /> -->
<!-- <whitelisted steamID="" /> -->
</whitelist>


Finally, inside the steamID="" place the each users steamid64.

 

To enable a player to join the server you need to remove the <!—and --> parts of the lines, this uncomments them.
For example, the file should now look simular to below (with different ids):

<whitelist>
<whitelist steamID="76561198047812056" />
<whitelist steamID="76534573473457556" />
<whitelist steamID="75345634643654356" />
</whitelist>

 

NOTE: If there are uncommented lines in the whitelist section, the whitelist is enabled and players must be on it to join your server.

 

 

  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

How to join your 7 Days to Die server

To join your 7 Days to Die server: Login to your control panel. Copy the Query IP/Port listed....

How to wipe your 7D2D world

Wiping data from your server: Log into your control panel Click on the service you want to...

Reinstalling your 7 Days to Die server

To reinstall your 7 days to die server, click onto the actions tab, then click reinstall. Done!  

How to install Oxide and Oxide Plugins

Login to your control panel. Stop your server and install Oxide using your mod manager....

How to install 7D2D A17.1 Experimental on your server

To install 7 Days to Die A17.1 Experimental Beta on a game server you need to do the following:...