Skip to content

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.

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open Game.ini
    Open the file Game.ini at:

    /Vein/Saved/Config/LinuxServer/Game.ini
    /Vein/Saved/Config/LinuxServer/Game.ini
  4. Add 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=76561198087654321
    [/Script/Vein.VeinGameStateBase]
    WhitelistedPlayers=76561198012345678
    WhitelistedPlayers=76561198087654321
  5. Start 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.