How do i cluster my Ark servers?
ARK: Survival Ascended Server Clustering via Pterodactyl
With clustering you can link multiple ARK: Survival Ascended servers together, allowing players to travel between maps with their characters, dinos, and items. Perfect if you want to set up a multi-map network.
Requirements
- At least 2 ARK ASA servers (e.g. The Island + Scorched Earth).
- Access to server files and configuration via Pterodactyl.
- A shared cluster directory accessible to all servers.
Step 1: Set up the cluster directory
Create a folder that all servers will use, for example:
/home/container/clusters/MyCluster
Ensure all servers have access to the exact same path.
Step 2: GameUserSettings.ini configuration
Go to:
ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini
Add the following under [ServerSettings]
:
ClusterDirOverride=/home/container/clusters/MyCluster
ClusterID=MyClusterID
- ClusterDirOverride → the path to your cluster folder.
- ClusterID → choose a unique name (must be the same on all servers).
Step 3: Adjust start parameters
In Pterodactyl → Startup, add this to your start options:
-ClusterDirOverride="/home/container/clusters/MyCluster" -ClusterID=MyClusterID
This must be identical on all servers in the cluster.
Step 4: Testing the cluster
- Restart all servers.
- In-game, go to an obelisk or supply drop.
- Upload a character/dino/item.
- You should now see the other servers in the transfer menu.
Tips
- Ensure all servers have the same mods and settings, otherwise transfers may fail.
- Regularly back up your cluster folder.
- Give each server a clear name so players know where they are transferring.
✅ Done! Your ARK: Survival Ascended servers are now clustered and players can freely travel between maps.
Updated on: 09/09/2025
Thank you!