Installing FiveM & RedM Scripts and MLOs

Install your Cornerstone Scripts resource, add it to server.cfg and check startup errors. Setup guidance for FiveM scripts and RedM MLOs.

Last recorded
Sep 11, 2026

Purchases through the store are tied to the Cfx.re account you signed in with at checkout, so every Cornerstone resource is delivered through Keymaster, not by email.

1. Download from Keymaster

  1. Sign in at keymaster.fivem.net with the same Cfx.re account you used at checkout.
  2. Open Granted assets. Each purchase appears as an asset you can download.
  3. Download the archive and unzip it. The folder inside is the resource.

2. Place the resource

Copy the resource folder into your server's resources directory. Keep the folder name as it came; renaming an escrowed resource can stop it loading.

text
server-data/
└── resources/
    └── [cornerstone]/
        └── <resource-name>/
            ├── fxmanifest.lua
            └── ...

Replace <resource-name> with the folder name inside your download. Grouping Cornerstone resources in a [cornerstone] folder is optional but keeps them easy to find.

3. Start it

Add the resource to your server.cfg after your framework's own resources, then restart the server:

bash
ensure <resource-name>

MLOs load their map data on the next full restart. A restart of the resource alone is enough for scripts, but a full server restart is the reliable way to see a new MLO.

4. Check the console

On a clean start the console shows the resource starting with no errors. If you see a warning about the runtime, check the Legacy and Enhanced page: the asset must match the runtime your server is on.