Install ARK Survival Evolved/Ascended mods
Add Steam Workshop mods to your ARK server via the ActiveMods option and restart.
Install ARK Survival Evolved/Ascended mods
ARK loads mods directly from the Steam Workshop. On a dedicated server, you need to list the mod IDs in the configuration and the server downloads them automatically on startup.
Cause / The problem
Without explicit mod declarations on the server side, players connecting with a mod will see version errors, invisible dinos, or a connection refusal. The server must have exactly the same mods as the clients, in the same order.
Solution
- Get the Workshop IDs of each mod you want (the ID is in the mod page URL, e.g.
https://steamcommunity.com/sharedfiles/filedetails/?id=821530042→ ID821530042). - Open
GameUserSettings.iniin the Pelican panel (Files tab), pathShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini. - Add the
ActiveModsline in the[/Script/ShooterGame.ShooterGameUserSettings]section:
IDs are separated by commas, no spaces, in the desired load order.[/Script/ShooterGame.ShooterGameUserSettings] ActiveMods=821530042,812634342,731609437 - For Survival Ascended, use
ActiveModOverridesor the Mod IDs field in the panel instead — the interface differs slightly. Check the panel documentation. - Restart the server. The first boot downloads each mod (this can take several minutes depending on size).
- Check the logs in the Console tab: search for
Mod ... loadedfor each entry. A failed mod showsFailed to load mod. - On the client side, players must subscribe to the mod on the Workshop before joining, otherwise the forced download can block the connection.
To update a mod, force the Workshop update from the panel (Steam Workshop → Update) then restart. Do not mix incompatible mods (overhauls that modify the same files): test them one by one.