Securely connect your FiveM server with Z-UCP.
The Bridge is the communication layer between your FiveM server and Z-UCP. It enables real-time actions and the synchronization of data.
Before setting up the Bridge, you will need:
Download our Bridge plugin from the customer portal. It contains all necessary files for communication.
Create a new directory z-bridge in your resources folder and insert the downloaded files there. Open config.lua and enter your API key:
Config = {}
Config.ApiKey = "YOUR_API_KEY_HERE"
Config.ApiUrl = "https://api.z-hub.app"
Add ensure z-bridge to your server.cfg and restart your server.
Never share your API key with unauthorized persons. With this key, administrative commands can be executed on your server!