How To Whitelist Players On Your VEIN Server
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar.
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.
Setting Up the Whitelist
Section titled “Setting Up the Whitelist”- Access the Game Host Bros Panel and
Stopyour VEIN server. - In the sidebar, go to
File Manager. - Navigate to
/Vein/Saved/Config/LinuxServer/Game.iniand add the section[/Script/Vein.VeinGameStateBase]if it doesn’t exist. - Add your SteamID64 to
WhitelistedPlayers=. For multiple players, create a new line for each entry:Game.ini [/Script/Vein.VeinGameStateBase]WhitelistedPlayers=76561198106341655WhitelistedPlayers=76561198106341655 (Create a new line with `WhitelistedPlayers=` to add additional players)WhitelistedPlayers=76561198106341655 - Go to
ConsoleandStartyour server.
VerzeichnisVein
VerzeichnisSaved
VerzeichnisConfig
VerzeichnisLinuxServer
- Game.ini
Removing the Whitelist
Section titled “Removing the Whitelist”To disable the whitelist and allow anyone to join:
- Access the Game Host Bros Panel and
Stopyour VEIN server. - In the sidebar, go to
File Manager. - Navigate to
/Vein/Saved/Config/LinuxServer/Game.ini. - Remove all
WhitelistedPlayers=entries from the[/Script/Vein.VeinGameStateBase]section. - Go to
ConsoleandStartyour server.