Skip to content

Install Setup

This guide will show you how to install and configure the Grew esxAddon script on your server.
The Grew esxAddon enhances your ESX framework by adding new commands and flexible exports, making server management more efficient and customizable.
Follow the steps below to download, upload, and adjust the script to fit your server needs.
Be sure to carefully follow the installation steps to integrate the script successfully and unlock its full potential for extended server functionality.


  1. Ensure that all required scripts are installed before proceeding.
    If desired, install any optional scripts to enhance functionality.

  2. Purchase the script in my store.

  3. Download Grew_esxAddon from https://keymaster.fivem.net/.

  4. Upload the grew_esxAddon folder.

  5. Insert ensure grew_esxAddon in your server.cfg

  6. Edit the config file according to your personal wishes.
    For questions about the config file, see config.

  7. Optional: Add your new language using the instructions below

  8. Restart your Server and enjoy

Add your new language:

To add a new language, follow these steps:

  1. Go to the locales folder and copy the en.lua file.
  2. Rename the copied file to the language code of your desired language. Example for German: de.lua.
  3. Open the new file and adjust the first line to include your language code: lua Locales['de'] = {
  4. Translate the text in the file.
  5. Keep the following points in mind:

Follow these steps carefully to add and customize the new language successfully. Good luck!