GRAND RP INSPIRED SERVER

posted 11-08-2024 10:59 5.979 views 12 replies 40 Credits
snozxyx
0 Posts
314 Credits
N/A Since
#1 5.979 views 12 replies
Leak of the finished Street RP (GRAND ROLEPLAY) server assembly (full working version) for RAGE Multiplayer. The server modification is written in JavaScript (TS) + React (visual part of the client). The server part uses a database - MongoDB + Redis . All screenshots of the server functionality and video reviews and a video tutorial on installation are at the bottom of the page. Installing and starting the server:

⚠️Please note! To run this server build, you must have the following programs installed:
  • Source Code Editor -
  1. Download the archive and extract all the files to a convenient location (not recommended on the desktop, better directly to one of the disks).
  2. Here is a folder with server files, what does it contain? src_client - source files of the client part src_server - source files of the server part src_ui - source files of the visual part (interfaces) file .env - main server configuration (settings)
  3. The next step is to set up the development environment and install the necessary modules. In the server folder, open the command line (SHIFT + RMB in an empty space in the folder - then click on PowerShell) and execute the following commands one by one: Git: npm install npm run build If during installation you get an error - Error: spawn git ENOENT, - then you need to install Git-SCM (download link is above ↑).
  4. Go to the .env file in the server folder, open it and look, the contents of the file should be like this: Makefile: DB_URI=mongodb://localhost:27017/streetrpREDIS_HOST=127.0.0.1 REDIS_PORT=6379 REDIS_PASSWORD= MAIL_USER=[email protected] MAIL_PASS=12345 WEATHER_KEY=ВашКлючПогоды WEATHER_CITY=Moscow,RU DAILY_NEWS= INIT_DELAY=
  5. Next, install the database server - MongoDB Community Server (download link is above ↑). Wait for the installation to finish, launch - MongoDB Compass , connect to the local server and create a new database (by clicking the plus sign on the left), call it - streetrp (it is also called in our config file .env ). 1678368875434.png 1678368976411.png
  6. Download and install the program - MongoDB Shell (download link is above ↑). And drop into it (namely in the bin folder , next to mongosh.exe) the database file from the server folder - database.sql In the folder with this program (namely in the bin folder , next to mongosh.exe) open the command line (SHIFT + RMB in an empty space in the folder - then click on PowerShell) and execute the following commands one by one: Git: mongosh.exe use streetrp load('./database.sql'); We wait for the process to finish and without any errors we should get the inscription - TRUE. With this step we have loaded the necessary data (houses, factions, businesses, clothes) and other information into the database. 1678368778495.png
  7. Next, the simplest step of all, download and install another database: Redis Server (download link is above ↑). 1678368504886.png
  8. In the server folder we find the file - client_packages/game_resources/dlcpacks.txt in this text document there will be a link to download the archive with all dlcpacks, download and unzip the contents of the archive next to the text file. You should get a new folder - client_packages/game_resources/dlcpacks 1678368462150.png
  9. Voila! You have installed the server, you can run the executable file - ragemp-server.exe and connect to the local IP! 1678368367079.png PREVIEW:- [MEDIA=imgur]X03ESn1[/MEDIA] [LIST=1]
replies (12)
neca9696
43 Posts
48 Credits
Jan 2022 Since
#1

snozxyx,

Thank you brother so much for posting this!
louxkayl
178 Posts
120 Credits
Nov 2023 Since
#2
Thank you brother so much for posting this!
cecko22
52 Posts
43 Credits
Apr 2024 Since
#3
nice man very very nice
gredelj_3003
148 Posts
27 Credits
May 2024 Since
#4

snozxyx,

Thanks man for sharing this
gredelj_3003
148 Posts
27 Credits
May 2024 Since
#5

snozxyx,

I Will install it but I must first pick 40 credits
Gametake
22 Posts
1,338 Credits
Mar 2023 Since
#6
Can someone send a video of preview?
_xiphoid
37 Posts
39 Credits
Jan 2024 Since
#7
is there someone show the video preview that i can check
project
6 Posts
2,719 Credits
Feb 2025 Since
#8
thanks for sharing project information
project
6 Posts
2,719 Credits
Feb 2025 Since
#9
can i get 40 coin
biba_kristall
1 Posts
39 Credits
Jul 2025 Since
#10
Thank you brother so much for posting this!

snozxyx,
Julian777
1 Posts
31 Credits
Jul 2025 Since
#11
Thank you for posting bro
Strix_Smart
3 Posts
56 Credits
Oct 2025 Since
#12
Selling a free server is crazy

You must be logged in to reply

Login Register