Founding Wave75% off lifetimeCode first5
← Back to Knowledge Base
VEIN

Server Configuration Guide

Essential settings for your VEIN server

Core Configuration Files

ServerConfig.ini

Main server settings file located in your server root directory:

[ServerSettings]

ServerName=My VEIN Server

MaxPlayers=20

ServerPassword=

Port=7777

QueryPort=27015

Game.ini

Gameplay settings and rules configuration.

Essential Settings

Server Information

  • ServerName: Choose a descriptive name (max 64 characters)
  • MaxPlayers: Set based on your server resources (recommended: 10-30)
  • ServerPassword: Leave empty for public, set password for private
  • Port: Default 7777 (ensure firewall allows this port)

Performance Settings

  • MaxTickRate: 60 for balanced performance
  • NetworkTimeout: 30 seconds (default recommended)
  • bIsLanMatch: false for public servers

Common Configuration Issues

Server Not Visible in Browser

  • • Verify QueryPort (27015) is open in firewall
  • • Check ServerConfig.ini for correct port settings
  • • Ensure Steam matchmaking service is running

Players Can't Connect

  • • Double-check server IP and port
  • • Verify server is running and not crashed
  • • Check if server is full (MaxPlayers limit)

Configuration Not Saving

  • • Stop server before editing config files
  • • Check file permissions (read/write access)
  • • Restart server after making changes

Advanced Configuration

Admin Setup

Add server admins through Admins.ini file:

Admins=SteamID64,SteamID64

Backup Configuration

Enable automatic backups in ServerConfig.ini:

bEnableAutoBackup=true

BackupInterval=3600

MaxBackups=10