# --------------------------------------------------------------------------- # FiveRP - server configuration # install.sh writes this to server-data/server.cfg with your own values. # --------------------------------------------------------------------------- endpoint_add_tcp "0.0.0.0:30120" endpoint_add_udp "0.0.0.0:30120" set steam_webApiKey "none" sv_maxclients 32 sv_hostname "FiveRP" sets sv_projectName "FiveRP" sets sv_projectDesc "FiveRP Server" sets tags "roleplay" sv_enforceGameBuild 2699 # Free key from https://keymaster.fivem.net - keep it out of git sv_licenseKey "cfxk_your_key_here" add_ace group.admin command allow add_ace group.admin command.quit deny # oxmysql connection - the password is generated by install.sh set mysql_connection_string "mysql://fiverp:your_password@localhost/fiverp?charset=utf8mb4" # Loading screen first, database before anything that queries it ensure fiverp-loadscreen ensure oxmysql ensure mapmanager ensure chat ensure spawnmanager ensure sessionmanager # basic-gamemode force-respawns on map start, which would drop players into the # world behind the auth screen. fiverp-auth owns spawning instead. ensure hardcap ensure rconlog ensure fiverp-auth ensure fiverp-characters