# Installation

{% tabs %}
{% tab title="ESX" %}

1. Download the [dependencies](https://lunar-scripts.gitbook.io/lunar-scripts/paid-scripts/lunar_jobscreator/dependencies) and make sure they are properly installed.
2. Download `lunar_unijob` from your [keymaster](https://keymaster.fivem.net/asset-grants), extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.
3. Install all of the items inside `lunar_unijob/install/items`
   * ESX inventory - Import the SQL file to your database.
   * ox\_inventory - Add the items inside `ox_inventory/data/items.lua` and the images inside `ox_inventory/web/build/images`
4. Configure the script to your liking.
5. Use this in server.cfg to change the locale: `setr ox:locale en`
6. Restart your server and enjoy!
   {% endtab %}

{% tab title="QBCore/QBox" %}

1. Download the [dependencies](https://lunar-scripts.gitbook.io/lunar-scripts/paid-scripts/lunar_jobscreator/dependencies) and make sure they are properly installed.
2. Download `lunar_unijob` from your [keymaster](https://keymaster.fivem.net/asset-grants), extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.
3. Install all of the items inside `lunar_unijob/install/items`
   * QBCore inventory - Add the items inside `qb-core/shared/items.lua` and the images inside `qb-inventory/html/images`
   * ox\_inventory - Add the items inside `ox_inventory/data/items.lua` and the images inside `ox_inventory/web/build/images`
4. Configure the script to your liking.
5. Use this in server.cfg to change the locale: `setr ox:locale en`
6. Add this to server.cfg to give yourself permissions:

   ```lua
   add_ace group.admin jobscreator_admin allow
   ```
7. Restart your server and enjoy!
   {% endtab %}
   {% endtabs %}
