licenseKey error Help!

Captura

My server.cfg

you probably don’t want to change these!

only change them if you’re using a server with multiple network interfaces

endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

start mapmanager
start chat
start spawnmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard

Set connection MYSQL-async

set mysql_connection_string “server=localhost;database=essentialmode;userid=root;”

Disable Couchdb from essentialmode

set es_enableCustomData 1

Mysql/Base

start mysql-async

#Fix Errors
restart sessionmanager

#Base
start es_extended
start esplugin_mysql
start essentialmode
start mysql-async
start es_admin2
start cron

#[ESX]
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_voice
start esx_sit
start esx_rpchat
start esx_animations
start skinchanger
start esx_skin
start esx_identity
start esx_joblisting
start esx_status
start esx_optionalneeds
start esx_basicneeds
start esx_jail
start esx_customui
start esx_clothestore
start esx_addonaccount
start esx_jobs
start esx_shops
start esx_billing
start esx_society
start esx_datastore
start esx_addoninventory
start esx_policejob
start esx_ambulancejob
start esx_mecanojob

#[Cars]

#[Other]
start hair
start NoPlayerBlips
start interiorfix
start nocrosshair
start PvP
start nonpcdrop
start noemergencycars
start disabledispatch
start DeWeaponizedVehicles

sv_scriptHookAllowed 1

sv_hostname “Dead ASS”

nested configs!

#exec server_internal.cfg

loading a server icon (96x96 PNG file)

#load_server_icon myLogo.png

convars for use from script

set temp_convar “hey world!”

disable announcing? clear out the master by uncommenting this

#sv_master1 “”

want to only allow players authenticated with a third-party provider like Steam?

#sv_authMaxVariance 1
#sv_authMinTrust 5

add system admins

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

player endpoint protection

sv_endpointprivacy true

+set sv_licenseKey “”

1 Like

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

1 Like

Show your console output and how you are running the server.

1 Like

@patagameryt12

You haven’t put any license key into your server. You need to create one at https://keymaster.fivem.net/

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.