1 of 1 Servers
DiscordWebsiteVPS Dashboard
Ark: Survival Evolved
Ark: Survival Evolved
  • Documentation
  • Game Server Dashboard Guide
  • Game Server Guides
  • Ark: Survival Evolved
    • Ark Evolved Server Setup Guide
      • Login Creation & Linking Discord
      • Getting To Your Game Server Dashboard
      • Startup & Connection
    • Server Management
      • Change Server Name & Password
      • Change Server Map & Server Updates
      • Editting & Adding Server User Settings
      • Installing Mods
Powered by GitBook
On this page
  • Editing Server User Settings
  • Adding Settings
  1. Ark: Survival Evolved
  2. Server Management

Editting & Adding Server User Settings

How to modify your servers user settings (difficulty, day/time cycle, XP multiplier, etc)

PreviousChange Server Map & Server UpdatesNextInstalling Mods

Last updated 4 months ago

To configure your server, there are two main files you need to familiarize yourself with:

  1. DefaultGame.ini: The Game.ini file is used for more advanced modifications, such as changing engram points or XP rewarded per level, disabling specific content, or rebalancing depending on player tastes.

  2. DefaultGameUserSettings.ini: The GameUserSettings.ini file contains options for both the game client and the game server. Options for the game client are not used by the server. Server options are specified in the section labelled[ServerSettings], which is usually located at the bottom of the file.

Editing Server User Settings

Modify your standard user settings like the game difficulty, stamina/health drain rates, XP multiplier, harvest multiplier, etc. Follow these simple instructions:

  • Power off your server, this is crucial when editing file contents so that nothing is damaged, goes missing, or overlaps and glitches. Also, so that when you start your server backup afterwards your changes are immediately applied.

    • Go to the Console tab under the System menu and click "Stop".

  • Go to the Management menu dropdown, select the File Manager tab.

  • Follow this file path: ShooterGame / Config / DefaultGameUserSettings.ini

  • Edit your settings accordingly by changing the # value.

    • Example:

      • XPMultiplier=1.000000

      • XPMultiplier=25.000000

        • Multiplies your base XP gain rate by 25% (1xp now = 25xp)

  • When you are finished modifying these settings, be sure to click "Save File", or else all will be lost!

Adding Settings

  • Power off your server, this is crucial when editing file contents so that nothing is damaged, goes missing, or overlaps and glitches. Also, so that when you start your server backup afterwards your changes are immediately applied.

    • Go to the Console tab under the System menu and click "Stop".

  • You are able to add server settings by simply adding them to the additional empty lines (#27).

  • For example, you're an impatient farmer and want your crops to yield more per plant by adding the harvest amount multiplier setting.

  • In the DefaultGameUserSettings.ini, go to the empty line at the bottom (#27 in the example) and add the new command:

HarvestAmountMultiplier=1.0
  • The base harvest rate is 1.0, but I am very impatient and I want x5 more, so I will input the following:

HarvestAmountMultiplier=5.0
  • After you have finished editing the contents of this file, make sure you click "Save File"!

When you start your server back up, all your new changes will be applied!

For a full list of server configuration settings, and how to determine where to put them (GameUserSettings.ini vs Game.ini) go to the Ark Fandom Wiki resource:

Please note that we do not offer any support for this, other than what can be found in this guide. Any tickets opened to this effect will be automatically closed, thank you for your understanding!

https://ark.fandom.com/wiki/Server_configuration
DefaultGameUserSettings.ini File