Installation
Installation Guide for Scoreboard Script from Keymaster (FiveM - ESX Framework)
If you purchased the scoreboard script from Cfx.re Keymaster, follow these steps to install it properly on your FiveM server.
1️⃣ Purchase and Download the Script
Go to Cfx.re Keymaster and log in.
Navigate to "Purchased Assets".
Locate the scoreboard script in your purchased list.
Click "Download" to get the latest version of the script.
2️⃣ Upload the Script to Your Server
Extract the downloaded file if it's in
.zip
format.Inside the extracted folder, you should see the script files (
fxmanifest.lua
,client.lua
,server.lua
, etc.).Move the entire script folder into your resources/ directory.
📂 Example folder structure:
server-data/ ├── resources/ │ ├── [paid]/ │ │ ├── scoreboard_script/
🔹 Note: Place it inside
[paid]
or another designated folder to keep paid scripts organized.
3️⃣ Ensure Server License Key Matches
Since this is a paid asset, it requires a matching FiveM license key.
Go to Cfx.re Keymaster.
Copy your server license key.
Open
server.cfg
and ensure your license key is correctly set:sv_licenseKey "your_license_key_here"
Save and close the file.
4️⃣ Add the Script to Server Configuration
Open your
server.cfg
file.Add the following line at the bottom:
ensure scoreboard_script
🔹 Note: Replace
scoreboard_script
with the actual folder name of your scoreboard.
5️⃣ Restart and Test the Server
Stop the server if it's running.
Start the server again and check for errors.
Join the server and press the assigned key (e.g.,
F9
,F10
).Verify that the scoreboard appears correctly.
6️⃣ Troubleshooting Issues
If the scoreboard does not work:
Check the server console for error messages.
Ensure the server license key is correctly set (required for paid scripts).
Make sure
es_extended
and dependencies are installed if required.Try manually restarting the script:
ensure scoreboard_script
🎉 Your Scoreboard is Installed!
Your FiveM server now has a fully working scoreboard from Keymaster. 🚀 If you need further help, feel free to ask! 😊 https://discord.gg/Fsha5ccYVa - for support
Last updated