sv_licenseKey

To receive support, please fill out the following template, and remove this top text.

**GTA V version?**latest
**Up to date?**yes
**Legit or Pirate copy?**Legit
**Steam/CD/Social Club?**Steam
**Windows version?**10
**Did you try to delete caches.xml and try again?**yes
Error screenshot (if any)
System specifications
Corsair vengeance LPX 16GB (2x8GB) / 2133MHz / DDR4 / CL13 / CMK16GX4M2A2133C13
Intel core i5-6600k – 4 treded / 3.5GHz (3,9 Ghz turbo) / 6MB /socet 1151
MSI GeForce GTX 1060 Gaming x 6GB (GeForce gtx 1060 GAMING X 6G)

Every time I try to start up the FXserver, it comes up with this window, “this server does not have a license key specified. Please set the sv_licenseKey console variable to a key from https://keymaster.fivem.net/ 120. (for example, set sv_licenseKey “key” in the config, or +set sv_licenseKey key on the command line)”

Well, I’ve gone to the website to get the key, and I have placed the key, tried everything I could think of. Please help!

4 Likes

Put your sv_licenseKey at the bottom of your server.cfg and make sure that you have the latest build files.

https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/

plus in keymaster.fivem.net you have to use your ipv6 adress which can be found in cmd/ipconfig or on www.whatismyip.com

2 Likes

still dossent work

3 Likes

make sure your key is in quotations. sv_licensekey “keyhere” otherwise show us your config file and remove any passwords/ip’s before posting.

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”

set es_enableCustomData 1
set mysql_connection_string “server=;database=essentialmode;userid=root;”
set sv_licenseKey “”

ESSENTIAL

start customchat
start es_admin2
start es_camera
start esplugin_mysql
start essentialmode
start es_extended
start scoreboard
start fivem
start hardcap
start mapmanager
start mysql-async
start ■■■■■■■
start sessionmanager
start spawnmanager

Basics

start baseevents
start bob74_ipl
start commands
start cron
start deleteveh
start fivem-map-skater
start idoverhead
start instance
start NoDriveBy
start outlawalert
start PvP
start skinchanger
start streetLabel
start VK_main
start wk_vehdamage
start deathmessages

ESX

start new_banking
start esx_addonaccount
start esx_phone
start esx_addoninventory
start esx_AdvancedFuel
start esx_aiomenu
start esx_ambulancejob
start esx_animations
start esx_barbershop
start esx_basicneeds
start esx_billing
start esx_carwash
start esx_clotheshop
start esx_datastore
start esx_deliveryjob
start esx_dmvschool
start esx_drugs
start esx_eden_garage
start esx_firejob
start esx_holdup
start esx_identity
start esx_joblisting
start esx_jobs
start esx_license
start esx_lscustom
start esx_mask
start esx_mecanojob
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_policejob
start esx_jailer
start esx_property
start esx_realestateagentjob
start esx_service
start esx_shops
start esx_sit
start esx_skin
start esx_society
start esx_status
start esx_taxijob
start esx_truckerjob
start esx_vehicleshop
start esx_voice
start esx_weashops
start esx_brinksjob
start esx_gopostal
start esx_holdupbank
start esx_airlines
start esx_optionalneeds
start esx_mafia
start esx_coffee
start esx_securityjob
start esx_pizza
start esx_bennys
start esx_garbagejob
start esx_tattoosShops
start esx_ranger
start esx_clip
start esx_unicornjob
start esx_bus
start esx_dockshop
start esx_coastguard
start esx_lsd-master
start esx_turtle
start esx_rpchat
start esx_bishops
start esx_litter
start esx_dismay
start esx_grove
start ESX_binoculars
start esx_plasticsurgery
start esx_vehicle_inventory-master
start esx_vagos
start esx_ballas
start esx_moneywash
start esx_cigarette
start esx_borrmaskin

Cars

start 2016-chp-megapack
start cars
start pdmegapack
start EMSPack
start viktoraddoncars
start Captain14_FBI
start pack1
start pol718
start polaventa
start UPDATEDSTANG
start demon
start polisbil
start lastpolis
start ambulanceswe
start vwpolis
start polisb
start xcvolvo
start rs4
start 740
start g65
start dodgedemon
start rs7
start mustang
start yamaha
start kawasaki

Other Addons

start carhud
start guns
start handsup
start hospital
start knockout
start LEOAnimations
start lux_vehcontrol
start peds
start pointing
start pv-tow
start vengine
start wk_wrs
start vehcontrol
start PTTPoliceRadio
start marker
start timesync
start hat
start eden_accesories
start nos
start els-fivem
start eden_animal-master
start vk_loadingscreen
start heli
start vannouncer
start pdlock
start SexySpeedometer
start JF_RagdollKey
start simpledrift

sv_scriptHookAllowed 0

change this

rcon_password

sv_hostname “Hälsingland RP | Seriös RP! | Söker Poliser/Ambulans | https://discord.gg/R9j7mqn | Gäng | Costume bilar | 30+ jobb |”

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

hide player endpoints in external log output

sv_endpointprivacy true

server slots limit (default to 30)

sv_maxclients 32

Ugh. As you can see from the console output, only one resource is being started. This means that you’re not executing the cfg file correctly.

Make sure that

  1. you have saved the file as “server.cfg” and not another extension (e.g. “server.cfg.txt”)
  2. the file is in the location you’re executing the command from
1 Like

it is named server.cfg

Let’s see some pictures of all the relevant directories, also the batch file you’re using to execute the server.

run.cmd down bellow

Initializing Mono
Initializing Mono completed
Hello!
Resolved live-internal.fivem.net:30110 to 62.210.162.18:30110
Found new resource 2016-chp-megapack in D:/FXServer/resources//2016-chp-megapack
Found new resource 740 in D:/FXServer/resources//740
Found new resource ambulanceswe in D:/FXServer/resources//ambulanceswe
Found new resource async in D:/FXServer/resources//async
Found new resource bob74_ipl in D:/FXServer/resources//bob74_ipl
Found new resource Captain14_FBI in D:/FXServer/resources//Captain14_FBI
Found new resource carhud in D:/FXServer/resources//carhud
Found new resource cars in D:/FXServer/resources//cars
Found new resource commands in D:/FXServer/resources//commands
Found new resource cron in D:/FXServer/resources//cron
Found new resource customchat in D:/FXServer/resources//customchat
Found new resource dbjailer in D:/FXServer/resources//dbjailer
Found new resource deathmessages in D:/FXServer/resources//deathmessages
Found new resource deleteveh in D:/FXServer/resources//deleteveh
Found new resource demon in D:/FXServer/resources//demon
Found new resource dodgedemon in D:/FXServer/resources//dodgedemon
Found new resource eden_accesories in D:/FXServer/resources//eden_accesories
Found new resource eden_animal-master in D:/FXServer/resources//eden_animal-master
Found new resource eden_jail in D:/FXServer/resources//eden_jail
Found new resource els-fivem in D:/FXServer/resources//els-fivem
Found new resource EMSPack in D:/FXServer/resources//EMSPack
Found new resource essentialmode in D:/FXServer/resources//essentialmode
Found new resource es_carwash in D:/FXServer/resources//es_carwash
Found new resource es_extended in D:/FXServer/resources//es_extended
Found new resource fivem in D:/FXServer/resources//fivem
Found new resource fivem-awesome1501 in D:/FXServer/resources//fivem-awesome1501
Found new resource fivem-map-hipster in D:/FXServer/resources//fivem-map-hipster
Found new resource fivem-map-skater in D:/FXServer/resources//fivem-map-skater
Found new resource g65 in D:/FXServer/resources//g65
Found new resource guns in D:/FXServer/resources//guns
Found new resource handsup in D:/FXServer/resources//handsup
Found new resource hat in D:/FXServer/resources//hat
Found new resource heli in D:/FXServer/resources//heli
Found new resource hospital in D:/FXServer/resources//hospital
Found new resource idoverhead in D:/FXServer/resources//idoverhead
Found new resource instance in D:/FXServer/resources//instance
Found new resource Jailer in D:/FXServer/resources//Jailer
Found new resource JF_RagdollKey in D:/FXServer/resources//JF_RagdollKey
Found new resource kawasaki in D:/FXServer/resources//kawasaki
Found new resource knockout in D:/FXServer/resources//knockout
Found new resource lastpolis in D:/FXServer/resources//lastpolis
Found new resource LEOAnimations in D:/FXServer/resources//LEOAnimations
Found new resource lux_vehcontrol in D:/FXServer/resources//lux_vehcontrol
Found new resource marker in D:/FXServer/resources//marker
Found new resource mustang in D:/FXServer/resources//mustang
Found new resource mysql-async in D:/FXServer/resources//mysql-async
Found new resource NoDriveBy in D:/FXServer/resources//NoDriveBy
Found new resource nos in D:/FXServer/resources//nos
Found new resource outlawalert in D:/FXServer/resources//outlawalert
Found new resource pack1 in D:/FXServer/resources//pack1
Found new resource pdlock in D:/FXServer/resources//pdlock
Found new resource pdmegapack in D:/FXServer/resources//pdmegapack
Found new resource peds in D:/FXServer/resources//peds
Found new resource pointing in D:/FXServer/resources//pointing
Found new resource pol718 in D:/FXServer/resources//pol718
Found new resource polaventa in D:/FXServer/resources//polaventa
Found new resource polisb in D:/FXServer/resources//polisb
Found new resource polisbil in D:/FXServer/resources//polisbil
Found new resource PTTPoliceRadio in D:/FXServer/resources//PTTPoliceRadio
Found new resource pv-tow in D:/FXServer/resources//pv-tow
Found new resource PvP in D:/FXServer/resources//PvP
Found new resource rs4 in D:/FXServer/resources//rs4
Found new resource rs7 in D:/FXServer/resources//rs7
Found new resource SexySpeedometer in D:/FXServer/resources//SexySpeedometer
Found new resource simpledrift in D:/FXServer/resources//simpledrift
Found new resource skinchanger in D:/FXServer/resources//skinchanger
Found new resource streetLabel in D:/FXServer/resources//streetLabel
Found new resource timesync in D:/FXServer/resources//timesync
Found new resource UPDATEDSTANG in D:/FXServer/resources//UPDATEDSTANG
Found new resource vannouncer in D:/FXServer/resources//vannouncer
Found new resource vehcontrol in D:/FXServer/resources//vehcontrol
Found new resource vengine in D:/FXServer/resources//vengine
Found new resource viktoraddoncars in D:/FXServer/resources//viktoraddoncars
Found new resource vk_loadingscreen in D:/FXServer/resources//vk_loadingscreen
Found new resource VK_main in D:/FXServer/resources//VK_main
Found new resource vwpolis in D:/FXServer/resources//vwpolis
Found new resource wk_vehdamage in D:/FXServer/resources//wk_vehdamage
Found new resource wk_wrs in D:/FXServer/resources//wk_wrs
Found new resource xcvolvo in D:/FXServer/resources//xcvolvo
Found new resource yamaha in D:/FXServer/resources//yamaha
Found new resource esplugin_mysql in D:/FXServer/resources//[essentials]/esplugin_mysql
Found new resource es_admin2 in D:/FXServer/resources//[essentials]/es_admin2
Found new resource es_camera in D:/FXServer/resources//[essentials]/es_camera
Found new resource eden_animal in D:/FXServer/resources//[esx]/eden_animal
Found new resource esx_addonaccount in D:/FXServer/resources//[esx]/esx_addonaccount
Found new resource esx_addoninventory in D:/FXServer/resources//[esx]/esx_addoninventory
Found new resource esx_AdvancedFuel in D:/FXServer/resources//[esx]/esx_AdvancedFuel
Found new resource esx_aiomenu in D:/FXServer/resources//[esx]/esx_aiomenu
Found new resource esx_airlines in D:/FXServer/resources//[esx]/esx_airlines
Found new resource esx_ambulancejob in D:/FXServer/resources//[esx]/esx_ambulancejob
Found new resource esx_animations in D:/FXServer/resources//[esx]/esx_animations
Found new resource esx_ballas in D:/FXServer/resources//[esx]/esx_ballas
Found new resource esx_barbershop in D:/FXServer/resources//[esx]/esx_barbershop
Found new resource esx_basicneeds in D:/FXServer/resources//[esx]/esx_basicneeds
Found new resource esx_bennys in D:/FXServer/resources//[esx]/esx_bennys
Found new resource esx_billing in D:/FXServer/resources//[esx]/esx_billing
Found new resource ESX_binoculars in D:/FXServer/resources//[esx]/ESX_binoculars
Found new resource esx_bishops in D:/FXServer/resources//[esx]/esx_bishops
Found new resource esx_borrmaskin in D:/FXServer/resources//[esx]/esx_borrmaskin
Found new resource esx_brinksjob in D:/FXServer/resources//[esx]/esx_brinksjob
Found new resource esx_bus in D:/FXServer/resources//[esx]/esx_bus
Found new resource esx_carwash in D:/FXServer/resources//[esx]/esx_carwash
Found new resource esx_cigarette in D:/FXServer/resources//[esx]/esx_cigarette
Found new resource esx_clip in D:/FXServer/resources//[esx]/esx_clip
Found new resource esx_clotheshop in D:/FXServer/resources//[esx]/esx_clotheshop
Found new resource esx_coastguard in D:/FXServer/resources//[esx]/esx_coastguard
Found new resource esx_coffee in D:/FXServer/resources//[esx]/esx_coffee
Found new resource esx_datastore in D:/FXServer/resources//[esx]/esx_datastore
Found new resource esx_deliveryjob in D:/FXServer/resources//[esx]/esx_deliveryjob
Found new resource esx_dismay in D:/FXServer/resources//[esx]/esx_dismay
Found new resource esx_dmvschool in D:/FXServer/resources//[esx]/esx_dmvschool
Found new resource esx_dockshop in D:/FXServer/resources//[esx]/esx_dockshop
Found new resource esx_drugs in D:/FXServer/resources//[esx]/esx_drugs
Found new resource esx_eden_garage in D:/FXServer/resources//[esx]/esx_eden_garage
Found new resource esx_firejob in D:/FXServer/resources//[esx]/esx_firejob
Found new resource esx_garbagejob in D:/FXServer/resources//[esx]/esx_garbagejob
Found new resource esx_gopostal in D:/FXServer/resources//[esx]/esx_gopostal
Found new resource esx_grove in D:/FXServer/resources//[esx]/esx_grove
Found new resource esx_holdup in D:/FXServer/resources//[esx]/esx_holdup
Found new resource esx_holdupbank in D:/FXServer/resources//[esx]/esx_holdupbank
Found new resource esx_identity in D:/FXServer/resources//[esx]/esx_identity
Found new resource esx_jailer in D:/FXServer/resources//[esx]/esx_jailer
Found new resource esx_joblisting in D:/FXServer/resources//[esx]/esx_joblisting
Found new resource esx_jobs in D:/FXServer/resources//[esx]/esx_jobs
Found new resource esx_license in D:/FXServer/resources//[esx]/esx_license
Found new resource esx_litter in D:/FXServer/resources//[esx]/esx_litter
Found new resource esx_lscustom in D:/FXServer/resources//[esx]/esx_lscustom
Found new resource esx_lsd-master in D:/FXServer/resources//[esx]/esx_lsd-master
Found new resource esx_mafia in D:/FXServer/resources//[esx]/esx_mafia
Found new resource esx_mask in D:/FXServer/resources//[esx]/esx_mask
Found new resource esx_mecanojob in D:/FXServer/resources//[esx]/esx_mecanojob
Found new resource esx_menu_default in D:/FXServer/resources//[esx]/esx_menu_default
Found new resource esx_menu_dialog in D:/FXServer/resources//[esx]/esx_menu_dialog
Found new resource esx_menu_list in D:/FXServer/resources//[esx]/esx_menu_list
Found new resource esx_moneywash in D:/FXServer/resources//[esx]/esx_moneywash
Found new resource esx_optionalneeds in D:/FXServer/resources//[esx]/esx_optionalneeds
Found new resource esx_phone in D:/FXServer/resources//[esx]/esx_phone
Found new resource esx_pizza in D:/FXServer/resources//[esx]/esx_pizza
Found new resource esx_plasticsurgery in D:/FXServer/resources//[esx]/esx_plasticsurgery
Found new resource esx_policejob in D:/FXServer/resources//[esx]/esx_policejob
Found new resource esx_property in D:/FXServer/resources//[esx]/esx_property
Found new resource esx_ranger in D:/FXServer/resources//[esx]/esx_ranger
Found new resource esx_realestateagentjob in D:/FXServer/resources//[esx]/esx_realestateagentjob
Found new resource esx_rpchat in D:/FXServer/resources//[esx]/esx_rpchat
Found new resource esx_securityjob in D:/FXServer/resources//[esx]/esx_securityjob
Found new resource esx_service in D:/FXServer/resources//[esx]/esx_service
Found new resource esx_shops in D:/FXServer/resources//[esx]/esx_shops
Found new resource esx_sit in D:/FXServer/resources//[esx]/esx_sit
Found new resource esx_skin in D:/FXServer/resources//[esx]/esx_skin
Found new resource esx_society in D:/FXServer/resources//[esx]/esx_society
Found new resource esx_status in D:/FXServer/resources//[esx]/esx_status
Found new resource esx_tattoosShops in D:/FXServer/resources//[esx]/esx_tattoosShops
Found new resource esx_taxijob in D:/FXServer/resources//[esx]/esx_taxijob
Found new resource esx_truckerjob in D:/FXServer/resources//[esx]/esx_truckerjob
Found new resource esx_turtle in D:/FXServer/resources//[esx]/esx_turtle
Found new resource esx_unicornjob in D:/FXServer/resources//[esx]/esx_unicornjob
Found new resource esx_vagos in D:/FXServer/resources//[esx]/esx_vagos
Found new resource esx_vehicleshop in D:/FXServer/resources//[esx]/esx_vehicleshop
Found new resource esx_vehicle_inventory-master in D:/FXServer/resources//[esx]/esx_vehicle_inventory-master
Found new resource esx_voice in D:/FXServer/resources//[esx]/esx_voice
Found new resource esx_weashops in D:/FXServer/resources//[esx]/esx_weashops
Found new resource new_banking in D:/FXServer/resources//[esx]/new_banking
Found new resource race in D:/FXServer/resources//[gamemodes]/race
Found new resource race-test in D:/FXServer/resources//[gamemodes]/race-test
Found new resource channelfeed in D:/FXServer/resources//[gameplay]/channelfeed
Found new resource irc in D:/FXServer/resources//[gameplay]/irc
Found new resource obituary in D:/FXServer/resources//[gameplay]/obituary
Found new resource obituary-deaths in D:/FXServer/resources//[gameplay]/obituary-deaths
Found new resource mapmanager in D:/FXServer/resources//[managers]/mapmanager
Found new resource baseevents in D:/FXServer/resources//[system]/baseevents
Found new resource chat in D:/FXServer/resources//[system]/chat
Found new resource hardcap in D:/FXServer/resources//[system]/hardcap
Found new resource ■■■■■■■ in D:/FXServer/resources//[system]/■■■■■■■
Found new resource scoreboard in D:/FXServer/resources//[system]/scoreboard
Found new resource sessionmanager in D:/FXServer/resources//[system]/sessionmanager
Found new resource spawnmanager in D:/FXServer/resources//[system]/spawnmanager
Found new resource Stadus_Scoreboard in D:/FXServer/resources//[system]/Stadus_Scoreboard
Found new resource betaguns in D:/FXServer/resources//[test]/betaguns
Found new resource gameInit in D:/FXServer/resources//[test]/gameInit
Found new resource keks in D:/FXServer/resources//[test]/keks
Started resource sessionmanager
GlobalError: This server does not have a license key specified. Please set the sv_licenseKey console variable to a key from https://keymaster.fivem.net/. (for example, set sv_licenseKey "key" in the config, or +set sv_licenseKey key on the command line)

Start Server here.cmd down bellow


translation^^
The C: \ users \ 123 \ desktop \ NEWESX \ run.cmd file can not be found. Verify that you entered the correct name and try again

:man_facepalming:
The contents of the file, not the output.

Could you just use pastebin your console file and paste it>

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