Skip to content

How To Whitelist Players On Your VEIN Server

A whitelist allows you to control exactly who can join your VEIN server. When enabled, only players whose Steam IDs are on the whitelist will be able to connect—all others will be denied access.

  1. Access the Game Host Bros Panel and Stop your VEIN server.
  2. In the sidebar, go to File Manager.
  3. Navigate to /Vein/Saved/Config/LinuxServer/Game.ini and add the section [/Script/Vein.VeinGameStateBase] if it doesn’t exist.
  4. Add your SteamID64 to WhitelistedPlayers=. For multiple players, create a new line for each entry:
    Game.ini
    [/Script/Vein.VeinGameStateBase]
    WhitelistedPlayers=76561198106341655
    WhitelistedPlayers=76561198106341655 (Create a new line with `WhitelistedPlayers=` to add additional players)
    WhitelistedPlayers=76561198106341655
  5. Go to Console and Start your server.
  • DirectoryVein
    • DirectorySaved
      • DirectoryConfig
        • DirectoryLinuxServer
          • Game.ini

To disable the whitelist and allow anyone to join:

  1. Access the Game Host Bros Panel and Stop your VEIN server.
  2. In the sidebar, go to File Manager.
  3. Navigate to /Vein/Saved/Config/LinuxServer/Game.ini.
  4. Remove all WhitelistedPlayers= entries from the [/Script/Vein.VeinGameStateBase] section.
  5. Go to Console and Start your server.