ARK: Survival Evolved Dedicated Server: GameUserSettings.ini & Admin Commands

Data Verified: May 2026

Complete ARK: Survival Evolved admin reference. GameUserSettings.ini & Game.ini tuning, taming/harvest multipliers, RCON commands, cluster setup, and hardware sizing for large tribes.

Default file locations

Default installation paths for ARK: Survival Evolved dedicated servers installed via SteamCMD.

Windows

C:\arkserver\ShooterGame\Saved\Config\WindowsServer\

Linux

/home/steam/arkserver/ShooterGame/Saved/Config/LinuxServer/

Pro-Tip: Always stop the server completely before editing configuration files, or the server will overwrite your changes upon restart.

Default ports for port forwarding

Open these on your router and firewall before exposing the server to the internet.

Default ports for ARK: Survival Evolved
ServiceProtocolPort
Game PortUDP7777
Query PortUDP27015
RCON / TelnetTCP27020

Quick start: launch your ARK: Survival Evolved server

Copy-paste these two commands to install and start a ARK: Survival Evolved dedicated server. Tested against SteamCMD on a fresh box.

Step 1, Install via SteamCMDSteam App ID 376030

steamcmd +force_install_dir /home/steam/arkserver +login anonymous +app_update 376030 validate +quit

Step 2, Launch the ARK: Survival Evolved server

cd /home/steam/arkserver && ./ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?listen?SessionName="My ARK Server"?ServerPassword=?ServerAdminPassword=CHANGE_ME?Port=7777?QueryPort=27015?MaxPlayers=70 -server -log

Step 1, Install via SteamCMDSteam App ID 376030

steamcmd +force_install_dir "C:\arkserver" +login anonymous +app_update 376030 validate +quit

Step 2, Launch the ARK: Survival Evolved server

C:\arkserver\ShooterGame\Binaries\Win64\ShooterGameServer.exe TheIsland?listen?SessionName="My ARK Server"?ServerPassword=?ServerAdminPassword=CHANGE_ME?Port=7777?QueryPort=27015?MaxPlayers=70 -server -log

Note: Question-mark style launch params override config file values.

Starter GameUserSettings.ini

A working baseline config with sensible defaults for ARK: Survival Evolved. Copy it, tweak the marked values, and drop it into your server directory.

GameUserSettings.iniStarter config · ARK: Survival Evolved
[ServerSettings]
ServerPassword=
ServerAdminPassword=CHANGE_ME
SpectatorPassword=
MaxPlayers=70
DifficultyOffset=1.0
OverrideOfficialDifficulty=5.0

XPMultiplier=1.0
TamingSpeedMultiplier=3.0
HarvestAmountMultiplier=2.0
ResourcesRespawnPeriodMultiplier=0.5

DayCycleSpeedScale=1.0
DayTimeSpeedScale=1.0
NightTimeSpeedScale=2.0

AllowThirdPersonPlayer=true
ServerCrosshair=true
ShowMapPlayerLocation=true

[SessionSettings]
SessionName=My ARK Server
Port=7777
QueryPort=27015

Frequently asked questions

Browse all games →