Configure your ARK server (GameUserSettings, admin password)
Set up ServerAdminPassword, session name, slots and options in GameUserSettings.ini.
Configure your ARK server (GameUserSettings, admin password)
Almost every setting on an ARK server (both Survival Evolved and Ascended) is handled in GameUserSettings.ini. The admin password, session name, player count and match rules are all defined there.
Cause / The problem
Without explicit configuration, the server falls back to generic defaults (name ARK Server, no admin password, PvP enabled…). A missing or duplicated admin password in the startup command line causes conflicts and prevents the enablecheats command from working.
Solution
- Edit
GameUserSettings.inifrom the panel (Files tab →ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini), section[/Script/ShooterGame.ShooterGameUserSettings]. - Main settings:
LeaveSessionName=Mon Serveur FR ServerAdminPassword=UnMotDePasseSolide MaxPlayers=70 ServerPassword=ServerPasswordempty for a public server, or fill it in for private access. - Do NOT add the admin password in the startup command line / batch file: this causes conflicts and random overwrites on reboot. Everything must go through the
.ini. - Enable game options in the same section:
ServerPVE=True ServerCrosshair=True AllowThirdPersonPlayer=True MaxStructuresInRange=1300 - For multipliers (XP, harvesting), use the same
[/Script/ShooterGame.ShooterGameUserSettings]section withXPMultiplier=2.0,HarvestAmountMultiplier=2.0, etc. - Save and restart. Log into the game, open the console (Tab) and type:
You can then useenablecheats UnMotDePasseSolidecheat giveexp,cheat fly,cheat ghost, etc. - Change the password regularly and only share it with trusted administrators.
For ARK Ascended, the variable names are identical but some paths move to .json depending on the panel; refer to the Settings tab of the panel, which exposes these fields securely.