Skip to content

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

  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 and find the section:

    [/Script/Vein.VeinGameStateBase]
    [/Script/Vein.VeinGameStateBase]
  4. 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=76561198000000002
  5. Start 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.