Page cover

Installation

  1. Run the sql files:

    1. Main SQL File [installation]\database.sql

      1. Don't worry this will execute all your server's database just ensure that your sql app has the server's default language of utf8mb4_general_ci (utf8mb4). Otherwise you have to run all the sql files one by one by yourself, if your server has the require language, your execution will run without any problem, it's easy and fast so we don't waste your worthy time <3

    2. Secondary SQL File (optional) [installation]\database(optional).sq

      1. This is an optional file insertion, it is required to the insert and run this file if you were using [additionals-qb] or [additionals-otherqb]

  2. Download the dependencies:

    1. Install the latest version of the fivem artifacts:

    2. Download the streams

      1. Cut & Paste the [Stream] Folder inside the [resources] directory

    3. Update the old Chat with the updated version

      1. Go to so you can find the chat file: [Installation]\chat

        1. Now replace it here server/citizen/system_resources/chat

  3. Configuration

    1. Open the files in a coding space (sush as VSCode) and search for change_me and replace it with your configurations

    2. Replace the \myLogo.png with your server photo (must be 96 height and 96 width and in a png extention or format (96x96px)

  4. Note

    1. Up to date:

      1. FrameWork update: as the last framework update for these files were 2025/05/24 you will need to update all the QBCore framework scripts if there were any updates, you can go https://github.com/orgs/qbcore-framework/repositories and check the updates that the files is missing

      2. Make sure your are runing the latest version of ox_lib. you can check it out here (https://github.com/overextended/ox_lib/releases/latest)

    2. Color Shape:

      1. If your server has a different colors, you can ask for an additional service so we can change all your server's colors to whatever you want or you just search (ctrl + shift + f on your coding app | tool | web) for these color's shapes and replace it with yours: - 0, 255, 206 - 0, 255, 204 - 0, 102, 76 - 0, 24, 34 - 0, 20, 16 - 24, 124, 127 - 00ffce - 00ffcc - 002424

    3. Locales:

      1. This files support multiple locales (languages/translation) you can change it to whatever you want from the server.cfg (setr qb_locale "change_this" to for ex. "en", "ar", ....)

      2. Don't forgot to translate the radialmenu > config.lua, target > init.lua's, .... labels and locales

      3. Also the items which every script has its own items, to do so, check every script's server file that has exports['qb-core']:AddItems and exports['qb-core']:AddItem and translate the item's label and description only

  5. Advice:

    1. If you don't know how to run this server you can ask a certified developer from us for an installation service so we can change your server's preferences and go live

    2. Make sure you are always keeping a backup of the database: (database.sql)

    3. Feel free to report any issue you face the files support technical support, if you did all the previous steps correctly, then your good to go, Peace ;)

Note: If it was your first time running the server just ignore it because it didn't found it in the sql app

Note: If you uncounter one of these on your command propt you can just ignore them