Is there any guide to make a Role Play Server. i am planning to make 1 Role Play City but im new i dont know where do i start
Open youtube.com search for FiveM Server Install, or something simillar. There will be enough results. Or just look in the right section of this forum, or use the forums search option.
You asking for things that are well documented, many times. I dont want to be rude, but have you considred reading the manual?
P.s. Manual can be found here: https://docs.fivem.net/docs/server-manual/setting-up-a-server/
Next step for a rp server would be choosing between vrp and esx. Those are the basic frameworks for installing rp mods. I’m also new to this topic, but afik esx should be the more versatile and up to date choice.
As starting point for esx i would suggest: https://github.com/esx-framework
There you can find esx and some commonly used plugins…
what is the difference of vRP and esx?
Both are frameworks for further mods to install.
If you are a programmer the difference is wich functions these frameworks provide for you to use in mods.
For the end user it comes mostely down to, what mods are existing for those frameworks, because thats the mods you got to use for your server.
what is your recommended? can you send me the link the guide how to set up it
Would try the readme’s at github… thats where the documentation is usually be found…
For example: https://github.com/esx-framework/es_extended if thats not enough you yould use google for further questions, most of the simple ones are already answered
Anything else you need, shall i feed you? Need a diaper changed?
if that possible yes. from setting up the server till installing the esx framework if that is okay
I’ve used docker and simply took the premade Spiritsail/FiveM image. Just needed to copy some plugins i wanted to the server-config folder. And had to add some config.
No Black Magic involved…
what do you mean T_T
Server install, with docker:
docker run --net=host -d --name FiveM -e LICENCE_KEY… -v /mnt/gta_server/server_config:/config -v /mnt/gta_server/SERVER:/opt -ti spritsail/fivem (on host network)
or:
docker run -d --name FiveM -e LICENCE_KEY=… -p 30120:30120 -p 30120:30120/udp -v /mnt/gta_server/server_config:/config -v /mnt/gta_server/SERVER:/opt
server.cfg -> https://pics.dieverlorenen.net/pics2020/1594190287scrshot.png
ressource.cfg -> https://pics.dieverlorenen.net/pics2020/1594190323scrshot.png
All custom things started in ressource cfg have to be in the config/ressources dir
Thats all i did to get my modded server working. Fine tuned config have to be done yet.
Thats the way i prefer, but idk on which system you are planning to run it…
But i guess there will be a post here explaining how to do it, have you searced the forum for it yet?
if the esx setup is easy. i like to try it
because im using windows and i want to learn how to setup my first RP City.
if you can help me to setup my first RP City i really appreciated and more thank you
So i opened youtube for you, and i’ve searched “fivem esx install” for you.
https://www.youtube.com/watch?v=qsjjCyC3Fs0 but i cant watch the video for you If you have questions that are’nt just answered by typing it into google or yt and read/watch one of the first 3 results, i’m willing to help you.
But i’m not here to teach you how to use your pc and your internet from ground up. There should be plenty much tutorials here in the forum on what you’re trying.
You havent even answered my question if you used the search function yet…
I’m away for some hours, good luck with your install…