UPDATED 2026 · GAMEUSERSETTINGS.INI

ARK: Survival Ascended Server Settings Guide

Two settings behave completely differently to how they worked in Survival Evolved — get these wrong and nothing you configure will actually apply.

⚠ The two gotchas that break more servers than anything else

Player count: MaxPlayers in GameUserSettings.ini only works for Survival Evolved. In Ascended, you need -WinLiveMaxPlayers= as a launch parameter instead — setting only the old MaxPlayers value silently resets your player cap to a default of 70, regardless of what you intended.

Port: the ServerPort key in the INI file is an ASE-era convention with unreliable behaviour in Ascended. The port is controlled exclusively by the -port= launch argument — setting ServerPort in the INI gives a false sense that it’s configured when it may not actually apply.


Two files, two purposes

Both live at ShooterGame/Saved/Config/WindowsServer/. Stop the server before editing either — changes made while it’s running get overwritten when it shuts down.

GameUserSettings.iniSession name, passwords, mods, rates

Your main config file — always exists by default. A minimal working example:

[SessionSettings]
SessionName=My Ascended Server
QueryPort=27015

[ServerSettings]
ServerPassword=
ServerAdminPassword=adminpass123
XPMultiplier=2.0
TamingSpeedMultiplier=3.0
HarvestAmountMultiplier=2.0
ActiveMods=930879,940871
Game.iniDeeper gameplay tuning — doesn’t exist by default

If it’s not already listed in your file manager, you need to create it manually with the exact filename Game.ini — capital G and capital I. Naming it game.ini or GAME.INI won’t be recognised. Start the file with a section header before adding any settings underneath.


What actually belongs on the command line, not the INI

TheIsland_WP?listen -port=7777 -QueryPort=27015 -WinLiveMaxPlayers=20 -mods=930879,940871

Port and player count both belong here, not in the INI file, for the reasons covered above. If you’re setting an admin password here too, avoid trailing ? characters after it — a stray one is a common cause of the password merging with the next value and silently failing. Setting ServerAdminPassword directly in GameUserSettings.ini instead avoids this entirely, and pairs with our admin commands guide once you’re ready to use it.


Where each setting actually goes

Setting Where Note
Player capLaunch param: -WinLiveMaxPlayers=MaxPlayers in the INI is ASE-only, silently resets to 70
PortLaunch param: -port=ServerPort in the INI is unreliable
Query portGameUserSettings.ini: QueryPort=Must match your host panel’s Network tab exactly
Admin passwordGameUserSettings.ini: ServerAdminPassword=More reliable than the launch string
ModsBoth: ActiveMods= and -mods=Same ID list needed in both places
Rates & multipliersGameUserSettings.iniXPMultiplier, TamingSpeedMultiplier, etc.

ARK: Survival Ascended server settings — common questions

You’re likely only setting MaxPlayers in GameUserSettings.ini, which is an ASE-only setting that doesn’t apply to Ascended. Use -WinLiveMaxPlayers= as a launch parameter instead.
ServerPort in the INI file is an ASE-era convention with unreliable behaviour in Ascended. The port is controlled exclusively by the -port= launch argument — remove ServerPort from the INI to avoid confusion and set the port there instead.
The server was likely still running when you edited the file. Both GameUserSettings.ini and Game.ini get overwritten with the server’s live in-memory config on shutdown — always stop the server first, then edit.
Yes, unlike GameUserSettings.ini which exists by default, Game.ini needs to be created manually if you want deeper gameplay settings beyond the basics. The filename must be exactly “Game.ini” with capital G and I.
Confirm the QueryPort value in GameUserSettings.ini matches exactly what’s shown in your host’s Network tab or your router’s forwarding rule. A mismatch here is one of the most common causes of a server being reachable directly but invisible in the browser — see our troubleshooting guide for more.

About the author
Linus — author at Game Server Hosting
Linus GSH Founder

SEO & Digital Marketer · Avid survival gamer · Sweden/UK

I'm an avid gamer from Sweden with a lot of time spent in England in the last 5 years who loves survival games — ARK, Palworld, Valheim, Sons of the Forest, V Rising and plenty of WoW and Dota 2 on the side. I created this site to help other gamers find the best server hosting without wasting money on laggy providers.

By day I work in SEO and Google Ads, helping businesses rank and convert. I've been hosting game servers since the Minecraft + Hamachi LAN days and have learned the hard way what separates a good host from a bad one. Every ranking on this site is based on real testing and price-to-performance — no paid placements.

Similar Posts