~/vipex/docs_

Installation

How to install and set up vx_mdt on your FiveM server.

Download the Resource

Download the resource from the Cfx.re Portal after purchasing.

Extract and Place into Resources

Extract the downloaded file and place it in your server's resource folder.

Update server.cfg

Add the following to your server.cfg. The resource should be started after your framework and dependencies.

ensure ox_lib
ensure oxmysql
ensure vx_mdt

Note: The latest version of ox_lib is maintained by CommunityOx. You can download it by clicking here.

Server Requirements

Your server must be running artifacts 17000+ with OneSync enabled.

Configure Departments

Edit config/shared/global.lua to set up your departments, dispatch settings, and other options. See the Configuration page for a full reference.

The framework is auto-detected — no manual framework configuration is needed. Bridges for inventory, billing, prison, and other integrations are also auto-detected. Just ensure the supported resource is started.

Restart Server

Restart your server. The MDT will automatically create all required database tables on first boot and seed default data for each department.

On this page