ARK Survival Ascended server setup guide

ARK Survival Ascended server

ARK: Survival Ascended (ASA) is the Unreal Engine 5 remake of ARK: Survival Evolved. Running your own server means full control over rates, taming speed, dino spawns and the mods your tribe uses.

Requirements

  • RAM: 10 to 16 GB. ASA is significantly heavier than ASE due to UE5.
  • CPU: strong single-thread performance. The server is mostly single-threaded for game logic.
  • Storage: 20 to 30 GB per map (The Island, Scorched Earth, Aberration, etc.).
  • Ports: 7777 UDP (game), 27015 UDP (query).

Basic setup

  1. Select ARK: Survival Ascended in the game panel.
  2. Choose a map from the startup settings (TheIsland_WP, ScorchedEarth_WP, etc.).
  3. Set admin password and server password in GameUserSettings.ini.
  4. Start the server. First boot takes several minutes to generate the map.

Essential settings in GameUserSettings.ini

SettingDefaultPopular
XPMultiplier1.03.0 to 5.0
TamingSpeedMultiplier1.05.0 to 10.0
HarvestAmountMultiplier1.03.0 to 5.0
BabyMatureSpeedMultiplier1.010.0 to 20.0
MatingIntervalMultiplier1.00.1 to 0.5
MaxTribeDinos40200 to 500

Default rates make taming and breeding extremely slow. Most private servers increase these significantly.

Mods (CurseForge)

ASA uses CurseForge for mods instead of Steam Workshop:

  1. Find the mod on CurseForge and note its Project ID.
  2. Add the Project ID to the -mods= startup parameter, separated by commas.
  3. Restart the server. The server downloads the mods automatically.

Popular mods: Structures Plus (S+), Dino Storage v2, Awesome Spyglass, Super Spyglass, HG Stacking Mod.

Cluster setup

A cluster lets players transfer characters, dinos and items between maps:

  1. Run multiple servers (one per map).
  2. Set the same -ClusterId=MyCluster on all servers.
  3. Point all servers to a shared cluster directory with -ClusterDirOverride=/shared/cluster/.
  4. Players transfer at obelisks or supply drops.

How much RAM for multiple maps?

Each map runs as a separate server. The Island needs 10 to 12 GB alone. A two-map cluster needs 20 to 24 GB total. Run maps on separate plans or a large VPS.

Why is my server using so much memory?

UE5. The ASA server uses 3 to 5x more memory than the old ASE server for the same map. There is no way around it; plan for 12 to 16 GB per map.

Can I transfer from ASE to ASA?

No. ASA is a separate game with separate save formats. Characters and dinos do not transfer from ASE.

Run your ARK server on a game plan at HostValues. We recommend the Obsidian (8 GB) or Diamond (10 GB) plan for a comfortable experience.


Still stuck? Open a support ticket and our team will help you out.

Back to the blog