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