Skip to content

Installation

Use the product-specific installation page for exact dependencies and package contents. The shared flow below applies to bridge-native resources.

Confirm that your selected framework and required provider resources are installed. Brick Bridge requires ox_lib; products that persist data require a database provider supported by your bridge configuration.

Copy the brick_bridge resource into your server resources directory. Configure its provider selectors, then place it after the selected framework and provider resources in server.cfg.

server.cfg
ensure ox_lib
ensure oxmysql
ensure qb-core # or qbx_core / es_extended
ensure brick_bridge

Copy the product resource into your resources directory. Complete any product-specific inventory item, image, bot, or configuration steps before starting it.

server.cfg
ensure brick_bridge
ensure brick_fishing # replace with the product resource name

Restart Brick Bridge after changing framework or provider selection. Restart the individual product after changing its configuration unless its product page explicitly says otherwise.

Check the server console for a clean startup, confirm the selected providers are ready, and then perform the product’s documented first-use checks.