This guide will walk you through the installation process of Madonne DOJ on your FiveM server.
Before installing Madonne DOJ, make sure you have:
β
A FiveM Server up and running
β
A MySQL Database configured
Installation Steps
Follow these steps to install Madonne DOJ on your server:
Step 1: Download the Resource
Download the MS_MaodonneDOJ resource and place it in your server's resources folder.
Copy resources/
βββ MS_MaodonneDOJ/ Step 2: Import the Database
Execute the SQL file to create the necessary database tables:
Copy -- Execute the db.sql file in your MySQL database You can import it using:
phpMyAdmin : Import the db.sql file
HeidiSQL or any other database management tool
Open the config.lua file and configure it according to your server's needs.
At minimum, you should configure:
For detailed configuration options, see the Configuration Guide .
Step 4: Add to Server Configuration
Add the resource to your server.cfg file:
Make sure it's placed after your framework (ESX/QBCore) in the load order.
Example:
Step 5: Restart Your Server
Restart your FiveM server to load the resource:
Or restart the entire server if you prefer.
To verify the installation was successful:
Check the server console for any errors
Join your server as a player
Type the command /tablet (or the command you configured)
The tablet interface should open successfully
Troubleshooting
The tablet won't open
β
Check that you have the necessary permissions in your job/service
β
Verify the command in config.lua matches what you're typing
β
Check the server console for errors
Database errors
β
Ensure db.sql was imported correctly
β
Check your database credentials
β
Verify all tables were created
Configuration errors
β
Make sure your config.lua syntax is correct
β
Verify all required fields are filled
β
Enable DebugMode = true to see detailed logs
Now that Madonne DOJ is installed, you should:
Need help? Check our Support page or join our Discordarrow-up-right .
Last updated 2 months ago