A whitelist lets you control who can join your 7 Days to Die server. Like admins, whitelist entries are stored in serveradmin.xml and should use the player's SteamID64.

You can find a player's SteamID64 with a lookup site such as steamid.io. Use the long SteamID64 number, not their display name.

 

Open your 7 Days to Die server in the control panel, then click Configuration Files. Find serveradmin.xml and open it with the Text Editor.

 

7 Days to Die serveradmin.xml in Configuration Files

 

Scroll down until you find the <whitelist> section. If you add entries here, whitelist-only mode is enabled and only listed players will be able to join.

 

The whitelist section in 7 Days to Die serveradmin.xml

 

Add one line for each player you want to allow:

<user platform="Steam" userid="76561198000000000" name="PlayerName" />

Replace the example number with the player's SteamID64. The name value is optional, but it makes the file easier to read later.

 

A simple whitelist section should look like this:

<whitelist>
    <user platform="Steam" userid="76561198000000000" name="PlayerOne" />
    <user platform="Steam" userid="76561198000000001" name="PlayerTwo" />
</whitelist>

 

Save the file, then restart your server. Once the whitelist is active, only the players listed in that section should be allowed to join.

 

If someone cannot join after being added, double-check their SteamID64 and make sure the XML formatting is still valid. If the file is broken, the server may ignore the whitelist section.

  • 27 Users Found This Useful
Was this answer helpful?

Related Articles

How to join your 7 Days to Die server

If you do not already have a server, you can order 7 Days to Die server hosting before following...

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:...