Skip to main content

How To Configure the ‘GameUserSettings.ini’ File on Your Ark Survival Evolved Server

-> Configure the ‘GameUserSettings.ini’ File

1. Log In to Your Panel


2. Turn Off Your Server


3Select the ‘Files’ Tab

Cybrance panel 'Files' Tab outlined with arrow

4. Locate the ‘GameUserSettings.ini’ File

This file is located in /home/container/ShooterGame/Saved/Config/LinuxServer

Location path of the configuration files

5. Modify the Parameters You Want

The GameUserSettings.ini configuration file can be divided into up to 5 sections, each identified with a header, which are named:

[ServerSettings]
[SessionSettings]
[MultiHome]
[/Script/Engine.GameSession]
[Ragnarok]
[MessageOfTheDay]

Each header has the lines of the parameter you can modify underneath it:

Cybrancee Panel Ark Survival Evolved gameUserSettings.ini file

After configuring the parameters inside the file, save the changes.

-> Add New Variables in the ‘GameUserSettings.ini’ File

1. Go to the Ark Community Wiki

Not all parameters and variables are present by default in the GameUserSettings.ini file, so if you want to add and modify other parameters that you do not have in your file, you must add them from the Ark Community Wiki page:

Ark Community Wiki main page

2. Select the Header

Each header only accepts parameters specific to it, so if you are not sure which parameter you want to add, you can explore each of the headers to see all the parameters and what functions they perform in the game:

Modification headers for the GameUserSettings file

3. Identify the Parameter You Want To Add

(1) Variable name.

(2) Description and variable type: this parameter is of boolean type (it only accepts the value True or False). As its description indicates, it has the function to allow family sharing players to connect to the server if its value is True.

Therefore, if we wanted to add this parameter to the GameUserSettings.ini file, we must copy it as AllowSharedConnections=<value> (replacing ‘<value>’ with ‘True’ or ‘False’).

Parameter and description on the Ark Wiki Page

4. Locate the ‘GameUserSettings.ini’ File

Open the file in your Cybrancee panel and insert the following line at the bottom of the [ServerSettings] header:

AllowSharedConnections=True

It is important that any new parameters you add be placed at the end of the last parameter of their corresponding header:

Cybrancee Panel Ark Survival Evolved gameUserSettings.ini file

After configuring the file, save the changes.


5. Start Your Server

Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents