Installation Guide
Follow these steps to install and configure cd_bridge correctly.
1. Download
Download your resource from FiveM’s Portal.
Unzip the
cd_bridge.zipfolder and place this folder in your server's resource folder.Add this resource to the bottom of your
server.cfgstart list so it can automatically detect and integrate with resources loaded above it, such as inventory systems, fuel scripts, and notification frameworks.Ensure
cd_bridgeis started after your framework (e.g.es_extended,qb-core) and any supported integrations, not before them.ensure cd_bridge
2. Fxmanifest
In most cases, no changes are required in cd_bridge/fxmanifest.lua.
The only time you need to edit this file is if your server uses mysql-async or vRP.
Any lines that may require changes are clearly commented inside cd_bridge/fxmanifest.lua for easy identification.
Simply open the file, locate the relevant section, and follow the inline comments to enable support for your setup.

3. Configure Resource
You should review all configurable options in cd_bridge/shared/config.lua to understand what is available.
The bridge is designed with automatic detection, meaning no configuration is required in most cases — supported frameworks and integrations will be detected and handled automatically.
Each configuration option includes a commented list of supported resources that can be manually selected if needed. These comments show which integrations are available, not just descriptions.
Only change these values if auto-detection does not suit your setup or if you want to force a specific integration.
Last updated
Was this helpful?

