Setting a whitelist on a 7 Days to Die server ensures that only approved players can join, effectively protecting a community's progress from griefers and random trolls. It gives administrators full control over player population, which helps manage server performance and prevents unexpected resource strain. Ultimately, this restriction fosters a cooperative and safe environment where friends or private communities can build and survive without the fear of uninvited interference.
Requirement: A platform ID is used for the whitelist.
SteamID64 | EOS
How to Set a Whitelist for a 7 Days to Die Server (Console)
1. Log in to the BisectHosting Starbase panel.
2. Go to the Console tab.
3. Enter the desired command.
| Command | Description | Example |
whitelist list |
Displays the list of current players in the whitelist. | whitelist list |
whitelist add <Platform_PlatformID> |
Adds a player to the whitelist. | whitelist add Steam_<SteamID64> |
whitelist remove <Platform_PlatformID> |
Removes a player from the whitelist. | whitelist remove EOS_<EOSID> |
How to Set a Whitelist for a 7 Days to Die Server (Config)
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Select the Config Files tab and choose Server Admin Config.
4. Within the <whitelist> tags, enter the following in a new line: <user platform="Platform" userid="PlatformID" name="Name" />
Note: The
name=value is optional and is only a label for administrators.
5. Press the Save button.