For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ’»Installation

1

Install devhub_lib

Download and install the required library and configure it according to your framework.

Download https://github.com/DEVHUB-GG/devhub_lib or use command

git clone https://github.com/DEVHUB-GG/devhub_lib.git
2

Install resources from keymaster

Download the LICENSE SYSTEM script file from keymaster.

3

Start resources

Move the files to the resources folder on your server and add the following lines to your server.cfg in the correct order:

ensure devhub_lib
ensure devhub_licenses

On its first start the license system automatically sets up its built-in image API (used to host license avatar photos on your server). FiveM's built-in yarn resource installs the required Node dependencies for you β€” this can add a few seconds to the first start and needs no manual npm install. Following starts are instant.

4

Database Setup

Import the sql.sql file into your database.

5

Restart your server

πŸ“—devhub_lib (NEEDED FOR EACH SCRIPT!)

Last updated