Skip to content

Installation

This guide walks you through installing the bridge on your FiveM server.

Installation steps

1
Download the resource
Download from your CFX Portal or GitHub. Extract it into your server resources folder and ensure the folder is named prp-bridge.
2
Install dependencies
Install ox_lib (required) from GitHub and add ensure ox_lib to your server.cfg. Install your framework, inventory, phone, targeting, and other integrations as needed — see the supported integrations list.
3
Configure the bridge
Open the prp-bridge folder and edit config.lua. Set framework, inventory, phone, targeting, and other options to match your installed resources. Resource names must match exactly (case-sensitive). See the Configuration guide for all options.
4
Add to server.cfg
Add ensure ox_lib and ensure prp-bridge to your server.cfg. The bridge must be started before any other Prodigy Studios resource — place it early in your startup order.

Dependencies in detail

ox_lib (required)

Quick setup

1
Download
Download ox_lib from GitHub.
2
Place in resources
Put it in your server resources folder and name the folder ox_lib.
3
Add to server.cfg
Add ensure ox_lib to your server.cfg (before the bridge).
cfg
ensure ox_lib

Order matters

Start ox_lib before the bridge. Start the bridge before any other Prodigy Studios resource.

Framework and integrations

Install and configure your chosen stack according to their docs. Typical options:

  • Framework: qbx_core, qb-core, es_extended, or nd_core
  • Inventory: e.g. ox_inventory, origen_inventory, tgiann-inventory
  • Phone: e.g. lb-phone, npwd, roadphone, yseries
  • Targeting: e.g. ox_target, qb-target, sleepless-interact
  • Medical: e.g. qbx_medical, esx_ambulancejob, nd_ambulance
  • Dispatch: e.g. ps-dispatch, cd_dispatch, rcore_dispatch
  • Vehicle keys: e.g. qbx_vehiclekeys, qb-vehiclekeys, wasabi_carlock
  • Fuel: e.g. ox_fuel, LegacyFuel, cdn-fuel
  • Minigames: prp-minigames

See Supported integrations on the overview page for the full list.

Configuration

After installation, configure the bridge to match your server. See the Configuration guide for all options.

Quick steps

1
Open config
Open the prp-bridge folder and edit config.lua.
2
Set integrations
Set framework, inventory, phone, targeting, and other options to match your installed resources.
3
Match names exactly
Ensure every resource name matches exactly (case-sensitive).

server.cfg example

Add the following to your server.cfg. Place the bridge before any other Prodigy Studios resource.

cfg
ensure ox_lib
ensure prp-bridge

Start order

The bridge must load before any other Prodigy Studios script. Put it early in your startup order.

Support

If you run into issues:

  • Confirm requirements are met (especially ox_lib).
  • Check the server console for errors.
  • Verify configuration matches your setup.

For further help, open a ticket on our Discord.