Server Update Guide
Updates for Vein are frequent. Ensure your dedicated server matches the client version.
Manual Update (SteamCMD)
Use the specific Dedicated Server App ID (2131400), not the game ID.
steamcmd +login anonymous +app_update 2131400 validate +quit
Auto-Update Script (Linux)
Save this as update_vein.sh:
#!/bin/bash
echo "Updating Vein Server..."
/path/to/steamcmd.sh +login anonymous +app_update 2131400 validate +quit
echo "Update Complete."
Make it executable with chmod +x update_vein.sh.
Automatic Updates
If hosted on a managed panel, restarting the server usually triggers a check against Steam. Look for "Success! App '2131400' fully installed" in the console.