Skip to main content
Multiplayer Greenhouse

Installation

Get the complete greenhouse system running on your FiveM server, from dependencies and database setup to resource configuration.

Required dependencies

Install these dependencies before starting the greenhouse resource. Keeping them updated prevents most startup and integration issues.

oxmysql

Database connector used by the resource.

ox_lib

Shared utilities, locale handling and UI helpers.

Clean installation

Stop your server before copying resources or importing the database. Start it again only after every package is in place.

Installation steps

  1. 01

    Install the Aquiver bridge

    Download aquiver_cfx and place the resource inside your FiveM resources directory.

  2. 02

    Extract the product package

    The download contains four folders: props, interior, sounds and the main script.

  3. 03

    Create a resource collection

    Place all four folders inside one bracket folder so they can be started together.

    [aquiver-greenhouse]
  4. 04

    Import the database

    Import the included SQL file into the database used by your FiveM server.

  5. 05

    Start the collection

    Add the collection to server.cfg after all required dependencies.

    ensure [aquiver-greenhouse]
  6. 06

    Configure your framework

    Open aquiver_cfx and select the framework, inventory and database functions used by your server.

Framework configuration

Before starting the resource, configure the framework and inventory functions inside aquiver_cfx. This is especially important if your server uses custom framework or inventory behavior.

Important file locations

Configuration
lua/shared/Config.lua

General gameplay and resource settings.

Localization
locales/*.json

Translated strings loaded through ox_lib.

Images
images/**

Product images and other visual assets.

Localization

Language configuration

Select an existing ox_lib locale or add your own JSON translation file inside the locale directory.

Locale documentation