This guide provides a comprehensive explanation of each configuration option for your Longvinter server. These settings can be found in the Game.ini file located at ~/longvinter-server/Longvinter/Saved/Config/LinuxServer/Game.ini.

Remember to restart your server after making changes to the configuration file for the new settings to take effect.

Server Configuration

Example Configuration

Here’s an example of a fully configured Game.ini file:

[/Game/Blueprints/Server/GI_AdvancedSessions.GI_AdvancedSessions_C]
ServerName=[EU-WEST] Arlo's Hangout
ServerMOTD=Welcome to Arlo's Hangout
MaxPlayers=64
Password=
CommunityWebsite=discord.gg/longvinter
CoopPlay=false
CheckVPN=true
CoopSpawn=0
Tag=none
ChestRespawnTime=900
DisableWanderingTraders=false

[/Game/Blueprints/Server/GM_Longvinter.GM_Longvinter_C]
AdminSteamID=00023652dd9b4673be20d4f83ab42c5b 0002365d948ad82f373be20d4ff8ab42c5b
PVP=false
TentDecay=true
MaxTents=3
RestartTime24h=6
SaveBackups=true

Server Parameters

When running your Longvinter server, you can use the following parameters to customize its behavior:

-GamePort
integer
default: "7777"

Sets the port that the game uses for client connections.

Example: -GamePort=7777

You can use these parameters when starting your server. For example:

LongvinterServer.exe -GamePort=7777

Getting Help