Installation Guide

1

Download the Resource

After purchasing a resource: 1. Visit the Cfx.re Keymaster 2. Navigate to the Purchased Assets tab 3. Locate your purchased resource 4. Click the Download button to save the ZIP file
Regularly check Keymaster for updates to your purchased resources to ensure you have the latest versions and features.
2

Open Your Server's Resource Directory

Locate your FiveM server’s resources folder. This is where all your server’s resources are stored. The path is typically: - [server-data]/resources/
3

Add the Resource

Extract and Transfer

  1. Unzip the downloaded file to get a folder with the script’s name (e.g., rs_scriptname) 2. Transfer this extracted folder into your server’s resources directory
For best results, upload the ZIP file directly to your server and extract it there to avoid file corruption issues during transfer.
4

Enable the Resource in Server Configuration

Open your server.cfg file (usually located in your [server-data] directory) and add: cfg ensure [resource_name] Replace [resource_name] with the actual name of the resource folder (e.g., ensure rs_scriptname).
The ensure command is preferred over start as it manages resource dependencies more effectively.
5

Customize the Resource Settings

Always refer to the specific documentation page for your resource for detailed configuration guidance, as options can vary significantly.
6

Start/Restart Your Server

Launch your FiveM server or restart it if it’s already running.
A full server restart is recommended when adding new resources to ensure all changes are applied correctly.
Verify that the resource is running correctly by checking the server console for any error messages related to the script.

Troubleshooting

If you encounter any issues during installation or configuration: