Welcome!
First of all, you have to download the Server Files and set them up.
Just download the cfx-server.7z
from here and unpack it anywhere on your HDD. Then open the just unpacked folder an configure your Server with the citmp-server.yml
.
Open this to see whats inside of the `citmp-server.yml`
ListenPort: 30120 -- Which Port is used for your server. You should forward this port (30120 UDP & 30120 TCP) in your Router
PreParseResources: -- Name says it. Just don't change it!
- mapmanager
AutoStartResources: -- Name says it. Here you can add Resources (Mods) to your Server. For example RottenV
- chat
- spawnmanager
- fivem-skater-map
- baseevents
- rconlog
- hardcap --prevents the game from breaking
- scoreboard
# do change
RconPassword: lovely
# configure this, please
Hostname: Default Fivereborn Server --Change this to the Name of your needs, it is your Servername
ScriptDebug: true
DebugLog: true
# set to false to hide from the online server list --Name says it. If you disable this your server will not be an the Serverlist and it is just possible to join if someone got the public IP of your Server (Your Network)
Announce: true
# set to false to require players to be signed in to Steam -- Selfexplaining
DisableAuth: true
# set to true to disable local script hook plugins -- If you enable this locally mods will be disabled.
DisableScriptHook: false
# uncomment and set to the path of an icon to use in the server browser. it should be square.
#ServerIcon: default.png -- With this you can change your Server Icon, just take a png and copy it into your Serverfolder. Then change this to the name of the pic and remove the "'#" before "ServerIcon".
# don't try enabling this
#UseGameServerV2: true
“Mods”/ Resources goes to Serverfolder\resources\
[details=Example with RottenV]
For example, I took RottenV (Zombie Mod). YOu can download it here.
After downloading it you have the folder Zombies
. You have to unpack it to resources
in you Server folder. Afterward you have to add it to your citmp-server.yml
. Open it and add the folder name of the resource to AutoStartResources
. Just follow the format as the other resources got added.
[/details][quote=“Haarek, post:1, topic:17759”]
also, is it possible to get redux on one of these servers, or would that be too complicated?
[/quote]
Unfortunately it is not possible to fully add it as resource. But there are some mods which make the game look better, check it out here.
If you still want to know something first check the Tutorial Section if it is already mentioned there or use the Forum - Search
If you configured your Server right he should be able to join your server through the Serach Function in the Client App.
I hope I could help you. If you still have some questions just ask.