The Front Server Configuration Guide
Optimizing your The Front dedicated server requires understanding key configuration files and settings. This guide covers all important server options.
⚙️ Config File Locations
- Windows:
C:\TheFront\Saved\Config\WindowsServer\ - Linux:
~/TheFront/Saved/Config/LinuxServer/
Primary Configuration Files
GameUserSettings.ini
Main server configuration file. Key settings:
| Setting | Description | Default |
|---|---|---|
| ServerName | Display name in server browser | My The Front Server |
| MaxPlayers | Maximum concurrent players | 50 |
| ServerPassword | Optional password for private servers | (empty) |
| AdminPassword | Password for admin commands | (empty) |
| Port | Game port (UDP) | 7777 |
| QueryPort | Query port for server browser | 27015 |
Game.ini
Gameplay and rule settings:
| Setting | Description | Default |
|---|---|---|
| PvPEnabled | Enable player vs player combat | true |
| BuildingDamageEnabled | Allow damage to player structures | true |
| ThirdPersonView | Allow third-person camera | true |
| GlobalChatEnabled | Enable server-wide chat | true |
| DayNightCycle | Duration of day/night (minutes) | 60 |
Common Configuration Scenarios
PvP Tournament Server
MaxPlayers=100 PvPEnabled=true BuildingDamageEnabled=true GlobalChatEnabled=true ServerName="Tournament Arena"
Coop PvE Server
MaxPlayers=20 PvPEnabled=false BuildingDamageEnabled=false ThirdPersonView=true DayNightCycle=90 ServerName="Survival Coop"
High Performance Server
MaxPlayers=60 PvPEnabled=true BuildingDamageEnabled=true DayNightCycle=45 ServerName="Optimized PvP"
Startup Parameters
Add these parameters when launching the server:
| Parameter | Description |
|---|---|
| -log | Enable logging to file |
| -BatchMode | Run without UI |
| -Port=7777 | Set custom game port |
| -QueryPort=27015 | Set custom query port |
| -MULTIHOME=IP | Bind to specific IP address |
Network Configuration
Port Forwarding
Forward these ports on your router:
- UDP 7777: Game traffic
- UDP 27015: Server query
- UDP 27016: Steam master server
Firewall Rules
Allow traffic on:
sudo ufw allow 7777/udp sudo ufw allow 27015/udp sudo ufw allow 27016/udp
Performance Optimization
Save Interval
In Game.ini:
[ServerSettings] AutoSaveIntervalMinutes=15
Tick Rate
Increase for smoother gameplay (requires more CPU):
[Engine.GameEngine] NetServerMaxTickRate=128
Frequently Asked Questions
Where do I change server name?
Edit ServerName in GameUserSettings.ini
How do I make server private?
Set ServerPassword in GameUserSettings.ini
Can I disable PvP?
Yes, set PvPEnabled=false in Game.ini
What ports does The Front use?
7777 (game), 27015 (query), 27016 (Steam)
Managed Hosting: Supercraft handles all configuration for you. Set up your The Front server with our intuitive panel.