Difference between revisions of "Configuration guide for GTA Five Reborn"
Jump to navigation
Jump to search
This article will guide you how to configure your server settings in the Configurations (server.cfg).
1. Click Configuration Files.
2. Click Text Editor.
3. Edit as needed.
(Created page with "<div style="text-align: center;"><br /><strong><span style="font-size: small;">This article will guide you how to configure your server settings in the Configurations (server....") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<div style="text-align: left; margin-left: 150px;"><span style="font-size: small;"><strong># Don't change these settings here</strong></span><br /><span style="font-size: small;">endpoint_add_tcp "$[Service.IpAddress]:$[Service.GamePort]"</span><br /><span style="font-size: small;">endpoint_add_udp "$[Service.IpAddress]:$[Service.GamePort]"</span><br /><span style="font-size: small;"><em>note: IP and Port can be found in the Game Panel under your name (owner) in this format: IPADDRESS:PORT</em></span><br /><br /><span style="font-size: small;"><strong># Mods\Resources can be added here</strong></span><br /><span style="font-size: small;">start mapmanager</span><br /><span style="font-size: small;">start chat</span><br /><span style="font-size: small;">start spawnmanager</span><br /><span style="font-size: small;">start sessionmanager</span><br /><span style="font-size: small;">start fivem</span><br /><span style="font-size: small;">start hardcap</span><br /><span style="font-size: small;">start rconlog</span><br /><span style="font-size: small;">start scoreboard</span><br /><span style="font-size: small;">sv_scriptHookAllowed 1</span><br /><br /><span style="font-size: small;"><strong># This is your Rcon password, comment out to disable rcon</strong></span><br /><span style="font-size: small;">rcon_password $[RConPassword]</span><br /><br /><span style="font-size: small;"><strong># This is your server name</strong></span><br /><span style="font-size: small;">sv_hostname "$[HostName]"</span><br /><span style="font-size: small;"># nested configs!</span><br /><span style="font-size: small;">#exec server_internal.cfg</span><br /><br /><span style="font-size: small;"><strong># This will allow you to set a custom logo for your server</strong></span><br /><span style="font-size: small;"># loading a server icon (96x96 PNG file) </span><br /><span style="font-size: small;"># load_server_icon myLogo.png</span><br /><br /><span style="font-size: small;"><strong># Convars for use from script</strong></span><br /><span style="font-size: small;">set temp_convar "hey world!"</span><br /><br /><span style="font-size: small;"><strong># This will only allow players authenticated with a third-party provider like Steam</strong></span><br /><span style="font-size: small;">#sv_authMaxVariance 1</span><br /><span style="font-size: small;">#sv_authMinTrust 5</span><br /><br /><span style="font-size: small;"><strong># This is the default admin of GTA V</strong></span><br /><span style="font-size: small;">add_ace group.admin command allow # allow all commands</span><br /><span style="font-size: small;">add_ace group.admin command.quit deny # but don't allow quit</span><br /><span style="font-size: small;">add_principal identifier.steam:110000112345678 group.admin # add the admin to the group</span><br /><span style="font-size: small;"># hide player endpoints in external log output</span><br /><span style="font-size: small;">#sv_endpointprivacy true</span></div> | <div style="text-align: left; margin-left: 150px;"><span style="font-size: small;"><strong># Don't change these settings here</strong></span><br /><span style="font-size: small;">endpoint_add_tcp "$[Service.IpAddress]:$[Service.GamePort]"</span><br /><span style="font-size: small;">endpoint_add_udp "$[Service.IpAddress]:$[Service.GamePort]"</span><br /><span style="font-size: small;"><em>note: IP and Port can be found in the Game Panel under your name (owner) in this format: IPADDRESS:PORT</em></span><br /><br /><span style="font-size: small;"><strong># Mods\Resources can be added here</strong></span><br /><span style="font-size: small;">start mapmanager</span><br /><span style="font-size: small;">start chat</span><br /><span style="font-size: small;">start spawnmanager</span><br /><span style="font-size: small;">start sessionmanager</span><br /><span style="font-size: small;">start fivem</span><br /><span style="font-size: small;">start hardcap</span><br /><span style="font-size: small;">start rconlog</span><br /><span style="font-size: small;">start scoreboard</span><br /><span style="font-size: small;">sv_scriptHookAllowed 1</span><br /><br /><span style="font-size: small;"><strong># This is your Rcon password, comment out to disable rcon</strong></span><br /><span style="font-size: small;">rcon_password $[RConPassword]</span><br /><br /><span style="font-size: small;"><strong># This is your server name</strong></span><br /><span style="font-size: small;">sv_hostname "$[HostName]"</span><br /><span style="font-size: small;"># nested configs!</span><br /><span style="font-size: small;">#exec server_internal.cfg</span><br /><br /><span style="font-size: small;"><strong># This will allow you to set a custom logo for your server</strong></span><br /><span style="font-size: small;"># loading a server icon (96x96 PNG file) </span><br /><span style="font-size: small;"># load_server_icon myLogo.png</span><br /><br /><span style="font-size: small;"><strong># Convars for use from script</strong></span><br /><span style="font-size: small;">set temp_convar "hey world!"</span><br /><br /><span style="font-size: small;"><strong># This will only allow players authenticated with a third-party provider like Steam</strong></span><br /><span style="font-size: small;">#sv_authMaxVariance 1</span><br /><span style="font-size: small;">#sv_authMinTrust 5</span><br /><br /><span style="font-size: small;"><strong># This is the default admin of GTA V</strong></span><br /><span style="font-size: small;">add_ace group.admin command allow # allow all commands</span><br /><span style="font-size: small;">add_ace group.admin command.quit deny # but don't allow quit</span><br /><span style="font-size: small;">add_principal identifier.steam:110000112345678 group.admin # add the admin to the group</span><br /><span style="font-size: small;"># hide player endpoints in external log output</span><br /><span style="font-size: small;">#sv_endpointprivacy true</span></div> | ||
− | + | [[Category:Grand Theft Auto V]] [[Category:FiveM Server Help Articles]] | |
− | [[Category:Grand Theft Auto V]] | ||
− | [[Category: |
Latest revision as of 08:54, 8 August 2019
This article will guide you how to configure your server settings in the Configurations (server.cfg).
1. Click Configuration Files.
2. Click Text Editor.
3. Edit as needed.
# Don't change these settings here
endpoint_add_tcp "$[Service.IpAddress]:$[Service.GamePort]"
endpoint_add_udp "$[Service.IpAddress]:$[Service.GamePort]"
note: IP and Port can be found in the Game Panel under your name (owner) in this format: IPADDRESS:PORT
# Mods\Resources can be added here
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
sv_scriptHookAllowed 1
# This is your Rcon password, comment out to disable rcon
rcon_password $[RConPassword]
# This is your server name
sv_hostname "$[HostName]"
# nested configs!
#exec server_internal.cfg
# This will allow you to set a custom logo for your server
# loading a server icon (96x96 PNG file)
# load_server_icon myLogo.png
# Convars for use from script
set temp_convar "hey world!"
# This will only allow players authenticated with a third-party provider like Steam
#sv_authMaxVariance 1
#sv_authMinTrust 5
# This is the default admin of GTA V
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
# hide player endpoints in external log output
#sv_endpointprivacy true
endpoint_add_tcp "$[Service.IpAddress]:$[Service.GamePort]"
endpoint_add_udp "$[Service.IpAddress]:$[Service.GamePort]"
note: IP and Port can be found in the Game Panel under your name (owner) in this format: IPADDRESS:PORT
# Mods\Resources can be added here
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
sv_scriptHookAllowed 1
# This is your Rcon password, comment out to disable rcon
rcon_password $[RConPassword]
# This is your server name
sv_hostname "$[HostName]"
# nested configs!
#exec server_internal.cfg
# This will allow you to set a custom logo for your server
# loading a server icon (96x96 PNG file)
# load_server_icon myLogo.png
# Convars for use from script
set temp_convar "hey world!"
# This will only allow players authenticated with a third-party provider like Steam
#sv_authMaxVariance 1
#sv_authMinTrust 5
# This is the default admin of GTA V
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
# hide player endpoints in external log output
#sv_endpointprivacy true