How to Enable the Whitelist on Your VEIN Server ​
With the whitelist you can restrict access to your server to specific players.
Tip
Here you can find a guide on how to find your SteamID64.
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open Game.ini
Open the fileGame.iniat:/Vein/Saved/Config/LinuxServer/Game.iniAdd players to whitelist
Add the section[/Script/Vein.VeinGameStateBase](if not already present) and enter the SteamID64 of each player:ini[/Script/Vein.VeinGameStateBase] WhitelistedPlayers=76561198012345678 WhitelistedPlayers=76561198087654321Start the server
Save the file and start your server.
Important
As soon as you add a player to the whitelist, only listed players can join the server. Make sure to add your own SteamID64 as well!
Disable whitelist ​
To disable the whitelist, remove all WhitelistedPlayers entries from the Game.ini. Once no entries are present, any player can join the server again.