Whitigol SoftwareWhitigol Software

Installation

Step-by-step guide to installing and setting up DevMate on your FiveM server.

Overview

This guide will walk you through the complete installation process for DevMate, from downloading the resource to configuring permissions and activating your license.


Prerequisite

This guide assumes you have already purchased DevMate from Big Daddy Scripts. If you have not, please purchase it here.

Step 1: Download DevMate

After purchasing DevMate, head to your Big Daddy Scripts Account Page and find the order that contains DevMate. Click on the "Download" button to download the latest version of DevMate.

DevMate Download


Step 2: Extract the File

The .zip file you downloaded will contain a folder named DevMate. Drag and drop this folder into your resources folder.

Important

DO NOT rename the folder. This will result in DevMate not working correctly.


Step 3: Add the Resource to Server

Navigate to your server's server.cfg file and add the following line where you want DevMate to start:

server.cfg
ensure DevMate
It's recommended to place DevMate near the top of your server.cfg to ensure it loads early, but this is not required.

Step 4: Grant Permissions

Navigate to your server's server.cfg file and add the following line to grant DevMate the necessary permissions:

server.cfg
add_ace resource.DevMate command allow # DevMate Permissions

This permission allows DevMate to execute commands required for its functionality.


Step 5: Insert License Key

From the Big Daddy Scripts Account Page, under "Licenses", find DevMate and click on "VIEW".

Licenses Section

At the top of the page, you will find your license key. Click the "COPY" button to copy your license key.

License Key

Then, navigate to your DevMate configuration file (DevMate/config.json) and insert your license key into the LicenseKey field:

DevMate/config.json
{
	"$schema": "...",
	"LicenseKey": "your-license-key-here",
	...
}
Make sure to keep your license key secure and never share it publicly. Your license is tied to your account and server.

License Key Troubleshooting


Step 6: Configure Permissions (Optional)

Before starting your server, you may want to configure the permissions system in DevMate. See the Configuration guide for detailed information on setting up role-based permissions.

By default, DevMate will work without additional permission configuration, but setting up proper permissions is highly recommended for security.

Done

You have now successfully installed DevMate! Start your server and DevMate will be available for use.

Next Steps

  • Review the Configuration guide to set up permissions and customize DevMate - Check out the Commands reference to learn what commands are available - Explore the Exports API if you want to integrate DevMate into your scripts
Edit on GitHub

Last updated: Unknown