Skip to main content

Adding Mods to ARK: Survival Ascended

ARK: Survival Ascended uses CurseForge for mod distribution. This guide explains how to install and manage mods.

Finding Mods

Browse mods on CurseForge for ARK: Survival Ascended. When you find a mod you want, you’ll need the Project ID:
  1. Go to the mod’s page on CurseForge
  2. Look on the right side of the page for “Project ID”
  3. Copy this number
The Project ID is a numeric value like 1234567. This is what you’ll enter in your server configuration.

Installing Mods

Mods are configured in the Startup tab:
1

Stop Your Server

Go to the Console tab and stop your server
2

Go to Startup Tab

Navigate to the Startup tab in your Game Panel
3

Enter Mod IDs

Find the MOD IDs field and enter your mod IDs
4

Save and Restart

Save and start your server

MOD IDs Format

Enter mod IDs separated by commas without spaces:
1234567,7654321,9876543
Important formatting rules:
  • Separate mod IDs with commas only
  • Do NOT include spaces between IDs
  • Use only the numeric Project ID from CurseForge

Example

If you want to install three mods with Project IDs 123, 456, and 789:
123,456,789

Mod Load Order

Mods load in the order they appear in the MOD IDs field:
  1. First mod ID loads first
  2. Dependency mods should be listed before mods that require them

Example with Dependencies

If “Mod B” requires “Mod A”:
MODA_ID,MODB_ID

Client-Side Requirements

Players must have the same mods installed! When a player connects, they’ll need matching mods. Most mods auto-download when joining, but some may require manual installation.

RAM Requirements for Mods

Mods significantly increase RAM usage:
Mod CountRecommended RAM
1-3 small mods14GB+
4-10 mods16GB+
10+ mods20GB+
Heavy mod packs24GB+
ARK:SA is already resource-intensive. Each mod adds to RAM requirements. Monitor your server’s memory usage and upgrade if needed.

Managing Mods

Adding New Mods

  1. Stop the server
  2. Add the new mod ID to the existing list
  3. Start the server (mod will download automatically)

Removing Mods

  1. Stop the server
  2. Remove the mod ID from the list
  3. Optionally delete mod files from the server
  4. Start the server
Removing mods may cause issues! Some mods add items/dinos that will disappear when the mod is removed. Always backup before removing mods.

Updating Mods

Mods update automatically when:
  1. Server restarts with Auto Update enabled
  2. You reinstall the server
To force a mod update:
  1. Stop the server
  2. Delete the mod’s folder from ShooterGame/Binaries/Win64/ShooterGame/Mods/
  3. Start the server (mod will re-download)

Alternative: ARGS_FLAGS Method

You can also add mods via the ARGS_FLAGS field:
-mods=1234567,7654321,9876543
This is equivalent to using the MOD IDs field.

Troubleshooting Mods

Mods Not Downloading

  1. Verify mod IDs are correct (numeric CurseForge Project IDs)
  2. Check there are no spaces in the mod list
  3. Ensure server has enough disk space
  4. Check console for download errors

Server Crashes with Mods

  1. Remove mods one by one to find the problem mod
  2. Check mod compatibility with current game version
  3. Verify all dependencies are installed
  4. Check if mod requires specific settings

Players Can’t Join

  1. Ensure players have auto-download enabled
  2. Verify mod versions match
  3. Check if any mods are client-side only
  4. Have players manually subscribe to mods on CurseForge

Mod Conflicts

If two mods conflict:
  1. Check mod pages for known incompatibilities
  2. Try changing load order
  3. Contact mod authors for compatibility patches
  4. Choose one mod over the other
CategoryExamples
Quality of LifeStack mods, UI improvements
BuildingAdditional structures, decoration
CreaturesNew dinos, creature overhauls
MapsCustom maps when available
GameplayNew mechanics, rebalancing

Best Practices

Mod Management Tips:
  • Start with a few essential mods
  • Add mods one at a time to identify issues
  • Keep a list of your mod IDs for easy reinstallation
  • Regularly backup your world
  • Test mods on a test server first
Before adding mods:
  • Backup your world data
  • Check mod compatibility with current ARK:SA version
  • Read mod descriptions for requirements
  • Ensure you have enough RAM