#
🧩 Installing Scripts on FiveM
To customize your FiveM server, you can install scripts (also known as "resources"). These add new features like jobs, vehicles, UIs, and more.
Scripts must be uploaded manually via the File Manager or SFTP.
#
📁 Step 1: Download Your Script
- Download the script folder from a trusted source (e.g., GitHub, forum releases, paid resources).
- Make sure it’s already extracted and ready to use (not zipped).
- Ensure the folder includes a
fxmanifest.lua
or__resource.lua
file.
Avoid using outdated or unmaintained scripts, as they may cause server crashes.
#
📂 Step 2: Upload the Script
- Log in to the Expanse Panel.
- Go to your FiveM server.
- Open the File Manager.
- Navigate to the
resources/
directory. - Upload your script folder into
resources/
.
You can also use SFTP for faster uploads of large scripts.
#
📝 Step 3: Ensure the Script in server.cfg
- Go back to the File Manager.
- Open your
server.cfg
file. - Add the following line at the bottom (or wherever you keep other resources):
ensure scriptfoldername
#
🔁 Step 4: Restart the Server
- Go to the Console tab in the panel.
- Click Restart or use the start/stop buttons.
#
🧠 Extra Tips
Some scripts require dependencies like ESX or QBCore.
Others may need config files edited (check config.lua or readme).
SQL-based scripts usually come with a .sql file — import it into your database via phpMyAdmin.