Skip to main content

ARK Server Hosting Guide

ARK: Survival Evolved is one of the most resource-intensive games to host. Between massive maps, hundreds of mods, and dino-heavy gameplay, getting the configuration right matters. This guide covers everything from choosing your map to setting up a multi-server cluster.

Choosing Your Map

ARK has multiple official maps plus community-created maps. Each offers a different experience.

Official Story Maps (Paid DLC)

MapSettingUnique FeaturesDifficulty
The IslandTropical islandThe classic ARK experience, all standard dinosBeginner
Scorched EarthDesertPhoenix, Wyverns, sandstorms, extreme heatIntermediate
AberrationUndergroundRadiation zones, Rock Drakes, no flyersHard
ExtinctionCorrupted EarthTitans, orbital drops, Meks, city biomeHard
Genesis: Part 1Simulation5 biomes, missions system, Magmasaur, BloodstalkerHard
Genesis: Part 2Colony shipLargest map, Maewing, Shadowmane, Noglin, endgame contentHard

Free Community Maps

MapSettingWhy Play It
RagnarokNordic/FantasyMost popular community map. Huge, varied biomes, Wyverns + Griffin
The CenterIslands/CavesBeautiful, massive underground areas
ValgueroEuropean/DiverseDeinonychus, chalk hills, varied terrain
Crystal IslesCrystal biomeCrystal Wyverns, tropical areas, gorgeous visuals
Lost IslandIsland chainDinopithecus, Amargasaurus, Sinomacrops
FjordurNorse mythologyRealm system (Asgard, Jotunheim, Vanaheim), Fjordhawk, Andrewsarchus

Recommendations

  • First server?The Island or Ragnarok — both beginner-friendly with tons of content
  • Want challenge?Aberration — no flyers changes everything
  • PvP focused?The Center or Ragnarok — good cave systems and strategic locations
  • Want everything? → Set up a cluster with 2-3 maps (see below)

Server Hardware Requirements

ARK is one of the heaviest games to host. It's single-threaded for game logic, so clock speed matters more than cores.

SetupPlayersRAMCPUStorage
Small tribe5-108 GB4 GHz+25 GB
Medium community10-3012-16 GB4.5 GHz+50 GB
Large / Modded30-7016-24 GB4.5 GHz+75 GB
Cluster (per server)20-5012-16 GB4.5 GHz+50 GB
Why ARK Needs So Much RAM

ARK loads the entire map into memory. The Island alone uses 4-6 GB. Add mods, tamed dinos, and player structures and you're at 8-12 GB easily. Modded servers with 50+ mods can use 16 GB+.

Key Server Settings

GameUserSettings.ini

The main configuration file. Most important settings:

[ServerSettings]
# Connection
ServerName=My ARK Server
ServerPassword= # Leave empty for public
ServerAdminPassword=YourAdminPassword
MaxPlayers=70
RCONEnabled=True
RCONPort=27020

# Rates (multipliers — 1.0 = official rates)
TamingSpeedMultiplier=3.0 # 3x taming speed
HarvestAmountMultiplier=3.0 # 3x harvesting
XPMultiplier=2.0 # 2x experience
MatingIntervalMultiplier=0.5 # Faster breeding
EggHatchSpeedMultiplier=5.0 # 5x egg hatching
BabyMatureSpeedMultiplier=5.0 # 5x baby growth
BabyCuddleIntervalMultiplier=0.2 # Faster imprinting

# Day/Night
DayTimeSpeedScale=0.5 # Longer days
NightTimeSpeedScale=2.0 # Shorter nights
DayCycleSpeedScale=1.0 # Overall cycle speed

# Difficulty
DifficultyOffset=1.0 # Max difficulty = max level dinos
OverrideOfficialDifficulty=5.0 # Wild dinos up to level 150

# PvP / PvE
ServerPVE=False # True for PvE mode
AllowCaveBuildingPVE=True
DisableStructureDecayPvE=False
PvEStructureDecayPeriodMultiplier=1.0

# Quality of Life
ShowMapPlayerLocation=True
AllowThirdPersonPlayer=True
AllowFlyerCarryPvE=True
EnableExtraStructurePreventionVolumes=False

Taming Rate Recommendations

StyleTamingSpeedHarvestAmountXPWho It's For
Official-like1.01.01.0Hardcore players, long progression
Boosted casual3-5x2-3x2xMost popular for community servers
Heavily boosted10-25x5-10x5xPvP focused, fast action
Instant tame100x+10x+10xCreative/build servers, events

Most popular: 3-5x taming with 2-3x harvesting. This preserves the ARK feeling while respecting players' time.

Steam Workshop Mods

ARK has an enormous mod library on Steam Workshop. Install mods by adding their Workshop IDs to your server configuration.

Installing Mods

Add mod IDs to your startup command or GameUserSettings.ini:

# In GameUserSettings.ini
[ServerSettings]
ActiveMods=731604991,889745138,764755314

# Or in launch parameters
-automanagedmods -mods=731604991,889745138,764755314

The server downloads mods automatically on startup.

ModWorkshop IDPurpose
Structures Plus (S+)731604991Better building system — the most popular ARK mod
Awesome SpyGlass1404697612See dino stats, level, and colors at range
Dino Storage v21609138312Cryopod-like storage for tamed dinos
Super Structures1999447172S+ successor with more features
Castles, Keeps, & Forts764755314Medieval building pieces
Kraken's Better Dinos1565015734Improved dino AI and abilities
Eco's RP Decor741203089Decorative items for roleplay servers
Classic Flyers895711211Restore pre-nerf flyer speed leveling
Mod Load Order Matters

Mods load in the order listed. Place total conversion mods first, then map mods, then gameplay mods, then cosmetic mods. Changing mod order on an existing server can corrupt save data.

Cluster Setup (Multi-Server)

A cluster links multiple ARK servers so players can transfer characters, dinos, and items between maps via Obelisks or TEK Transmitters.

How Clusters Work

┌─────────────────┐     ┌─────────────────┐     ┌─────────────────┐
│ The Island │ │ Ragnarok │ │ Aberration │
│ (Server 1) │────│ (Server 2) │────│ (Server 3) │
│ ClusterID: abc │ │ ClusterID: abc │ │ ClusterID: abc │
└─────────────────┘ └─────────────────┘ └─────────────────┘
│ │ │
└────────── Shared Cluster Storage ───────────────┘
(Characters, Dinos, Items transfer here)

Setting Up a Cluster

All servers in a cluster need:

  1. Same Cluster ID — Set via launch parameter:

    -clusterid=MyClusterName
    -ClusterDirOverride=/path/to/shared/cluster
  2. Shared storage — All servers must access the same cluster directory. On the same host, this is a shared folder. Across hosts, you need shared file storage.

  3. Same mods — All servers should run the same mod list to prevent transfer issues.

  4. Same admin password — For consistent admin access.

Transfer Rules

WhatCan Transfer?Notes
CharactersYesUpload at any Obelisk or TEK Transmitter
Tamed dinosYesUpload via Obelisk. Some dinos are map-locked
ItemsYesUpload via Obelisk inventory
BlueprintsYesTransfer in inventory
StructuresNoBuildings don't transfer
EngramsDependsMap-specific engrams may not unlock elsewhere

Upload timer: Items, dinos, and characters uploaded to the cluster have a 24-hour decay timer. Download them on another server before then or they're lost.

Reactor Cluster Support

On Reactor, cluster storage is handled automatically when you provision multiple ARK servers. Just ensure they share the same Cluster ID in your server settings. Contact us for help setting up a cluster.

Admin Commands

Enable the admin console in-game by pressing Tab, then use enablecheats YourAdminPassword.

Essential Admin Commands

# Player management
KickPlayer <SteamID64>
BanPlayer <SteamID64>
UnbanPlayer <SteamID64>
ListPlayers

# World management
SaveWorld
DestroyWildDinos # Clear all wild dinos (forces respawn)
SetTimeOfDay 12:00:00 # Set time
Slomo 5 # Speed up time (1 = normal)

# Broadcasting
Broadcast Server maintenance in 10 minutes!
ServerChat Hello everyone!

# Admin tools
Fly # Toggle fly mode
Ghost # Toggle noclip
God # Toggle invincibility
InfiniteStats # Infinite health/stamina/food/water
GiveResources # Fill inventory with resources
GiveEngrams # Unlock all engrams

# Dino management
DoTame # Instant tame the dino you're looking at
ForceTame # Tame without saddle requirement
GMSummon "Rex_Character_BP_C" 150 # Spawn a level 150 Rex
DestroyMyTarget # Kill what you're looking at

RCON Commands

ARK supports Source RCON on port 27020 (default). See our RCON guide for setup details.

# Via RCON client (mcrcon, rcon-cli, etc.)
Broadcast Server restarting in 5 minutes!
SaveWorld
ListPlayers
KickPlayer <SteamID64>
DoExit # Graceful shutdown

Performance Tuning

Reducing Lag

SettingWhat It DoesRecommended
TheMaxStructuresInRangeLimit structures per area6000 (default 6500)
MaxPersonalTamedDinosDino limit per player300-500
MaxTamedDinosTotal server dino cap5000-6000
AutoDestroyDecayedDinosClean up expired dinosTrue
ClampResourceHarvestDamagePrevent exploit damageTrue

Wild Dino Wipe

If your server is lagging from too many stuck/glitched wild dinos:

# In-game (admin)
admincheat DestroyWildDinos

# Via RCON
DestroyWildDinos

This clears all wild dinos and forces a fresh spawn cycle. Takes about 5 minutes for the world to repopulate.

Save File Size

ARK save files grow over time (structures, dinos, player data). A mature server with 50+ active players can have 500 MB+ save files. Regular admin cleanup helps:

  • Remove abandoned bases (Structure Decay handles this if enabled)
  • Tribe dino limits prevent hoarding
  • DestroyWildDinos periodically refreshes spawns
  • Prune inactive players with auto-decay settings

Backup Strategy

ARK save files are in your server's ShooterGame/Saved/ directory:

  • SavedArks/ — World saves (.ark files)
  • clusters/ — Cluster transfer data
  • Config/ — Server settings
  • Logs/ — Server logs

When to back up:

  • Before every wipe
  • Before changing mods
  • Before major updates
  • Daily (automatic on Reactor)
tip

ARK auto-saves every 15 minutes by default. If the server crashes between saves, you lose up to 15 minutes of progress. Lower AutoSavePeriodMinutes to 5-10 for more frequent saves (slight performance cost).


Ready to host? Get your ARK server →