Come chat with us and we will get back to you as soon as possible!
Contact SupportHolyHosting
Holy Team

After enough hours on an ARK: Survival Evolved server, every admin runs into the same complaint: there are either too many dinos cluttering the map or so few that exploring feels lonely. Out of the box, ARK's defaults rarely match the rhythm a particular community wants, and the in-game options do not expose the knobs you actually need.
The good news is that two config files do all the heavy lifting. One controls overall density, the other lets you single out a species. This guide walks through both, using the HolyHosting control panel as the editing surface.
Before touching any value, stop the server. ARK overwrites both config files on shutdown, so any change made while the world is still running is likely to vanish the next time the process exits. From the panel:
From there you have access to both `GameUserSettings.ini` and `Game.ini`, which are the only two files we will touch.
If you just want more (or fewer) creatures roaming the map without caring which ones, `GameUserSettings.ini` is the fastest route. A single multiplier under `[ServerSettings]` rescales the entire spawn table.
Give the map a few minutes after boot to repopulate before judging the result. The first wander after a restart is rarely representative.
Maybe the global multiplier is fine and you just want more Megalodons because finding one currently feels like a part-time job. That is where `Game.ini` comes in. Instead of a single multiplier, you write a per-creature directive.
`[/script/shootergame.shootergamemode]`
`DinoSpawnWeightMultipliers=(DinoNameTag="Megalodon_Character_BP_C",SpawnWeightMultiplier=1.5,OverrideSpawnLimitPercentage=true,SpawnLimitPercentage=2.0)`
You can stack as many of those lines as you want, one per species, as long as each has a valid `DinoNameTag`.
The directive looks dense, but every chunk has a single job.
Weight and limit are independent: a high weight with a low cap means lots of creatures try to spawn but few succeed, which usually produces uneven clusters.
If you boot the server and nothing changed, the culprit is almost always one of three things:
Re-check the file from the panel after the restart. If your line is gone, the server did not exit cleanly before you saved.
Come chat with us and we will get back to you as soon as possible!
Contact SupportA step-by-step walkthrough for adding Steam Workshop mods to your ARK: Survival Evolved dedicated server, from grabbing mod IDs to editing GameUserSettings.ini and fixing the common mismatch errors that block players from joining.
Learn how to tune your ARK: Survival Evolved server through the GameUserSettings.ini file. Find the config in your HolyHosting panel, change existing values, and add new settings that ARK does not include by default.
Adjust player and dino stat multipliers on your ARK server by editing Game.ini through the file manager. A short walkthrough with the key IDs and gotchas.