news Version 0.8.4.0 Released (27th May 2026) - v0.8.4 Community Hotfix: backup, update, Web Console, and firewall fixes.
Installing Mods from CurseForge (AASM v0.8.3) | ARK Ascended Server Manager

Installing Mods from CurseForge

Browse, preview, and install ARK mods without leaving AASM

Studio Wildcard uses CurseForge as the official mod platform for ARK: Survival Ascended. AASM v0.8.3 has the CurseForge API built into the Discover Mods sub-tab so you can browse, search, filter, preview descriptions, and install mods without ever opening a browser.

v0.8.3 fixed two long-standing bugs in this flow: install buttons that were unresponsive due to a CSS shimmer overlay capturing clicks (BUG-20), and the missing right-click paste menu in the Mod ID field (also BUG-20).

Prerequisites:

  • A server already added to AASM.
  • Outbound internet access from the AASM host PC to CurseForge's API.

Step 1 - Open the Mod Manager tab

Server tab → Mod Manager sub-tab. The default view shows the three lists: Active, Passive, Disabled. We need a different sub-area for browsing.

Mod Manager tab landing showing the Active/Passive/Disabled lists

Step 2 - Switch to Discover Mods

Inside Mod Manager, switch to the Discover Mods sub-area (button or sub-tab depending on your Mod Manager layout). AASM fetches the CurseForge ARK mod listing.

The catalog supports search-as-you-type. The category and sort filters at the top narrow by Map / Creature / QoL etc. - useful when you're shopping rather than looking for a specific mod.

Step 3 - Preview a mod before installing

Click any mod card to open the detail view. AASM shows the mod's description, screenshots, version, last update date, dependency mods (if declared), and the mod ID you'd need to share with friends.

Mod descriptions are written by mod authors and rendered as HTML. v0.8.3 (specifically the latest changelog round) sanitises them via a CSP-style HTML sanitizer before render to close a XSS advisory - so descriptions can't execute scripts in the renderer process anymore.

Step 4 - Click Install

Either from the catalog card or from the detail view, click the green Install button. AASM:

  1. Adds the mod ID to this server's ActiveMods list in GameUserSettings.ini
  2. Queues the download (ARK itself fetches the .pak files on next startup)
  3. Returns you to the Mod Manager three-list view with the new mod shown under Active

Restart the server so ARK actually downloads and loads the .pak files.

Step 5 - Confirm the install on next startup

When the server next starts, watch the server log. ARK reports each mod download and load in lines like Loading mod: 928102. AASM also parses these and surfaces mod-load failures in the Mod Manager - if a mod fails to download or load, you'll see a red banner with the specific mod ID and the failure reason.

If a mod load fails because of an ARK API dependency you don't have installed, install AsaApiLoader first.

Installing Mods from CurseForge - done

You can now browse the CurseForge catalog and install mods with two clicks. Restart the server to actually pull the mod files.

Related Guides

Active/Passive/Disabled

Manage installed mods' load order and state.

View Guide
Bulk-Import Mod IDs

Paste a list of mod IDs from a friend's server.

View Guide
Edit Mod Settings

Configure per-mod options via [ModSettings].

View Guide