How to Install Mods on Your ARK: Survival Ascended Server
Learn how to install CurseForge mods on your ARK: Survival Ascended dedicated server using mod IDs in startup parameters.
ARK: Survival Ascended uses CurseForge as its modding platform (replacing the Steam Workshop from the original ARK). Mods are installed by adding their CurseForge mod IDs to your server's startup parameters. The server will automatically download and install the mods on startup.
Finding Mod IDs
Browse CurseForge
Visit the ARK: Survival Ascended mods page on CurseForge to browse available mods.
Copy the mod ID
On the mod's page, find the Project ID number in the sidebar on the right. This is the numeric ID you'll need to add to your server. For example, a mod might have Project ID 927131.
💡 Tip: You can also find the mod ID in the URL of the mod's CurseForge page. The number at the end of the URL path is typically the project ID.
Installing Mods
Open the XGamingServer panel
Log in to the XGamingServer panel and select your ARK: Survival Ascended server. Stop the server.
Open Startup settings
Click Startup in the sidebar. Find the Mods or Active Mods field.
Add mod IDs
Enter the CurseForge mod IDs separated by commas. For example:
927131,928988,929890This tells the server to download and load three mods on startup.
Save and restart
Click Save and start your server. The server will download the mods during startup — this may take several minutes for large mods or when adding multiple mods at once. Monitor the Console to see download progress.
Alternative: Command Line Parameters
If you prefer to set mods via the startup parameters directly, use the -mods= parameter:
-mods=927131,928988,929890Mod Load Order
The order in which you list mod IDs matters. Mods are loaded in the order they appear in the comma-separated list. If two mods modify the same game feature, the one loaded later may override the earlier one. Place core/framework mods first and dependent mods after them.
FrameworkMod,DependentMod1,DependentMod2Popular Mod Categories
| Category | Examples | Description |
|---|---|---|
| Quality of Life | Stack mods, UI improvements | Reduce grind and improve the player experience |
| Structures | S+ (Structures Plus) | Enhanced building systems with more options |
| Creatures | Custom dino mods | Add new creatures or modify existing ones |
| Maps | Custom maps | New playable worlds beyond official maps |
| Total Conversions | Overhaul mods | Completely change the game experience |
| Utilities | Admin tools, death recovery | Server management and convenience features |
Updating Mods
Mods on CurseForge are updated by their authors independently from ARK:SA game updates. Your server handles mod updates automatically:
- Automatic updates — When the server starts, it checks for updated versions of installed mods and downloads them
- Manual refresh — If you need to force a mod update, restart your server. The startup process re-validates mod files
Removing Mods
Stop the server
Stop your ARK:SA server from the XGamingServer panel.
Remove the mod ID
Go to Startup and remove the mod's ID from the mods list. Make sure the remaining IDs are still separated by commas with no trailing comma.
Save and restart
Save and start your server.
⚠️ Warning: Removing mods that add items, creatures, or structures will cause those objects to disappear from the world. Players who had mod items in their inventory will lose them. If a mod added structures to player bases, those structures will vanish. Consider warning your players before removing content mods.
Client-Side Requirements
Players connecting to your modded server must have the same mods installed. ARK:SA handles this automatically:
- When a player tries to join, the game checks for required mods
- Missing mods are downloaded automatically from CurseForge
- Large mods may take several minutes to download on first connect
- Players must have a CurseForge account linked to their game platform
Troubleshooting Mod Issues
If your server crashes or mods aren't loading:
- Check the Console — Look for error messages in the Console tab. Mod-related errors typically reference the mod name or ID.
- Verify mod IDs — Make sure all mod IDs are correct and the mods still exist on CurseForge. Deleted or hidden mods will fail to download.
- Check compatibility — After a game update, some mods may not be compatible with the new version. Check the mod's CurseForge page for update status.
- Test one at a time — If you recently added multiple mods, remove them all and add them back one at a time to identify the problematic mod.
- Check mod conflicts — Some mods are incompatible with each other. Read the mod descriptions for known conflicts.
📝 Note: Mod downloads happen during server startup, so the first start after adding mods will take longer than usual. Large mod packs with multiple large mods can take 5–10 minutes to download. Don't interrupt the process — let it complete before trying to connect.
If you get stuck at any time, you can join our Discord.
How is this guide?
How to Connect to Your ARK: Survival Ascended Server
Learn how to find your server IP and join your ARK: Survival Ascended dedicated server using the in-game server browser or Steam.
How to Set Max Players on Your ARK: Survival Ascended Server
Learn how to change the maximum number of players on your ARK: Survival Ascended server, with performance recommendations by map.