Rage:MP is a popular platform for creating GTA V servers, allowing the implementation of various gameplay-changing modifications. Installing mods can seem complicated. It’s important to remember that each mod may have different installation requirements and instructions. Before getting started, we recommend reviewing the documentation of the specific mod to avoid issues and ensure a smoothly running server. In this guide, we will cover the basics of mod installation, showing two examples of how to install them.
To install JS mods on rage-mp you need to have a package that will contains a JS code for it.
Installing first example mod Speedometer
1. To install Speedometer, download a .zip from https://rage.mp/files/file/159-speedometer-script/
2. Go to the control panel and access server files,
3. Upload and unzip recently installed package here: /home/container/client_packages
There should be a /home/container/client_packages/speedometer/script.js file with all of scripts.
4. Go to the /home/container/client_packages/index.js file (If you don’t have this file, create it with a mentioned content). Create a new line and add this:
require("/speedometer/script.js");
5. Go to the console and restart Rage:MP server.
Now, you should be able to see a speedometer and fuel gauge in the game!
Installing second example mod Vehicle Spawner
To install Vehicle Spawner we need to install NativeUI also, as it’s required to run this script.
Installing NativeUI
1. Download https://rage.mp/files/file/41-nativeui/ package .zip.
2. Go to the /home/container/client_packages directory, upload and unzip recently installed package.
3. Make sure that you have /home/container/client_packages/nativeui/index.js file exist.
4. Go to the console and restart server.
Install vehicle spawner
1. Download https://rage.mp/files/file/37-vehicle-spawner/ package .zip.
2. Upload and unzip package in the main server’s directory: /home/container/
This process should create a three files with paths, make sure that it’s exist:
/home/container/client_packages/vspawner/index.js
/home/container/client_packages/vspawner/vehicleHashes.js
/home/container/packages/vspawner/index.js
3. Go to the /home/container/client_packages/index.js file and add additional line in the end:
require("vspawner");
4. Restart a server.
You should be able to use vehicle spawner.
We hope that our intuitive guide has allowed you to manage your Rage:MP server easily. If you want to ask us any questions, feel free to contact us via e-mail, ticket or live chat!