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 the resource to your server start config (
server.cfg). Make surecd_bridgeis placed below your framework resource e.g., es_extended, not above it.ensure cd_bridge
2. Fxmanifest
Depending on your framework and dependencies, you may need to make a few adjustments in [cd_bridge/fxmanifest.lua].
We’ve made this process simple by clearly commenting the lines that may require changes. Refer to the image below for guidance.

For example, If your server uses ox_lib, simply edit the shared_scripts section and remove the -- from the beginning of the @ox_lib/init.lua line. This will turn it on.
3. Configure Resource
You must review all configurable options in [cd_bridge/shared/config.lua] and adjust them to suit your server’s needs.
Be sure to read the commented help text at the end of each line — it explains the purpose of each configuration option.
Last updated
Was this helpful?

