Adding an Allowlist (Whitelist) to Your Server
Day of Dragons offers an allowlist system which allows you to restrict your server to only the players you wish to join.
Add Players to Allowlist With NodePanel
As the official server hosting provider for Day of Dragons, our panel provides many useful features for Day of Dragons server admins. This includes an interface to manage and enable the allowlist on your server.
Stop the server. For any changes to be saved the server must be offline.
From the "Game Settings" menu, ensure the "Enable Allowlist" checkbox is checked and saved.
Open the "Players" menu and click on the "Allowlist" tab to open the interface
Search for the player you wish to add to the allowlist. You can use their Steam community profile name, or their Steam64ID.
Once you're done adding players to the allowlist, hit the "Save" button to save changes. <br> <div class="center"> <a class="btn blue" href="https://nodecraft.com/games/day-of-dragons-server-hosting">Get your own Day of Dragons Server</a> </div>
Add Players to Allowlist Manually
Stop the server.
Open the
/Dragons/Saved/Config/LinuxServer/Game.ini
file. This file path may be different if you're running the server under another operating system.The file will look somewhat like this:
[/Game/Dev/Libraries/Classes/Runtime/DragonsGameInstance.DragonsGameInstance_C]
iServerMaxPlayers=20
bServerUseJoinList=false
Set
bServerUseJoinList=true
to make the server use an allowlist.Add additional lines such as
sServerJoinList=76561198047699606
to the file for every SteamID you want to be allowlisted. This uses the Steam64ID format, which you can lookup using a tool like steamid.net.Here's an example if you wanted to add 2 users to the allowlist:
[/Game/Dev/Libraries/Classes/Runtime/DragonsGameInstance.DragonsGameInstance_C]
iServerMaxPlayers=20
bServerUseJoinList=true
sServerJoinList=76561198047699606
sServerJoinList=76561198157725231