Menu
 

The Front Server Configuration Guide

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:

SettingDescriptionDefault
ServerNameDisplay name in server browserMy The Front Server
MaxPlayersMaximum concurrent players50
ServerPasswordOptional password for private servers(empty)
AdminPasswordPassword for admin commands(empty)
PortGame port (UDP)7777
QueryPortQuery port for server browser27015

Game.ini

Gameplay and rule settings:

SettingDescriptionDefault
PvPEnabledEnable player vs player combattrue
BuildingDamageEnabledAllow damage to player structurestrue
ThirdPersonViewAllow third-person cameratrue
GlobalChatEnabledEnable server-wide chattrue
DayNightCycleDuration 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:

ParameterDescription
-logEnable logging to file
-BatchModeRun without UI
-Port=7777Set custom game port
-QueryPort=27015Set custom query port
-MULTIHOME=IPBind 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.

Top