JG Docs
Used Vehicles

RoadPhone and RoadPad

This adds the CarTrader marketplace app to RoadPhone, RoadPad or both.

Set the integration

Open config/config.lua and set the integration for each device you use:

config/config.lua
Config.Phone = "roadphone"

Add the app

Add this entry to the AppStore array:

roadphone/public/static/config/config.json
{
  "name": "CarTrader",
  "light_icon": "https://cfx-nui-jg-usedvehicles/marketplace-apps/app-icon.png",
  "dark_icon": "https://cfx-nui-jg-usedvehicles/marketplace-apps/app-icon.png",
  "default": true,
  "category": "apps",
  "custom_app_id": "jg_usedvehicles",
  "redirect": "custom_app",
  "url": "https://cfx-nui-jg-usedvehicles/marketplace-apps/roadphone/ui/index.html",
  "darkmode": true,
  "allowJobs": [],
  "disallowJobs": [],
  "custom_event": {
    "active": false,
    "closeWhenOpenApp": false
  }
}

Restart and test

Restart RoadPhone or RoadPad, then restart jg-usedvehicles.

Open the device and confirm the CarTrader app appears and loads marketplace listings.

Last updated 27 August 2026

On this page