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.
Database connector used by the resource.
Shared utilities, locale handling and UI helpers.
Aquiver framework bridge and integration layer.
Open resource ↗Clean installation
Stop your server before copying resources or importing the database. Start it again only after every package is in place.
Installation steps
- 01
Install the Aquiver bridge
Download aquiver_cfx and place the resource inside your FiveM resources directory.
- 02
Extract the product package
The download contains four folders: props, interior, sounds and the main script.
- 03
Create a resource collection
Place all four folders inside one bracket folder so they can be started together.
[aquiver-greenhouse] - 04
Import the database
Import the included SQL file into the database used by your FiveM server.
- 05
Start the collection
Add the collection to server.cfg after all required dependencies.
ensure [aquiver-greenhouse] - 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
lua/shared/Config.luaGeneral gameplay and resource settings.
locales/*.jsonTranslated strings loaded through ox_lib.
images/**Product images and other visual assets.
Language configuration
Select an existing ox_lib locale or add your own JSON translation file inside the locale directory.