How to Kick and Ban Players on Your VEIN Server
You can permanently ban players from your server using the Game.ini.
Ban a player
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open Game.ini
Open the fileGame.iniand find the section:[/Script/Vein.VeinGameStateBase][/Script/Vein.VeinGameStateBase]Add BannedPlayers
Add a new line for each banned player:BannedPlayers=<SteamID64>BannedPlayers=<SteamID64>Example:
[/Script/Vein.VeinGameStateBase] BannedPlayers=76561198000000001 BannedPlayers=76561198000000002[/Script/Vein.VeinGameStateBase] BannedPlayers=76561198000000001 BannedPlayers=76561198000000002Start the server
Start your server.
Tip
Here you can find a guide on how to find your SteamID64.
Unban a player
Remove the corresponding BannedPlayers=<SteamID64> line from the Game.ini and restart the server.