I’m sorry if this is posted in the wrong section. So it is what it says in the title. I keep getting the error when attempting to boot my server. First time boot by the way. I got my license key and entered it in the server cfg as explained by several videos but i’m still getting the same error. This is kind of my last resort. If anyone could help i would much appreciate it
Regards.
1 Like
Is your server.cfg executing? Are any of your resources being started?
Initializing Mono
Initializing Mono completed
Hello!
Found new resource fivem in C:/Users\Uptow\Desktop\FXserver/resources//fivem
Found new resource fivem-awesome1501 in C:/Users\Uptow\Desktop\FXserver/resources//fivem-awesome1501
Found new resource fivem-map-hipster in C:/Users\Uptow\Desktop\FXserver/resources//fivem-map-hipster
Found new resource fivem-map-skater in C:/Users\Uptow\Desktop\FXserver/resources//fivem-map-skater
Found new resource runcode in C:/Users\Uptow\Desktop\FXserver/resources//runcode
Found new resource race in C:/Users\Uptow\Desktop\FXserver/resources//[gamemodes]/race
Found new resource race-test in C:/Users\Uptow\Desktop\FXserver/resources//[gamemodes]/race-test
Found new resource channelfeed in C:/Users\Uptow\Desktop\FXserver/resources//[gameplay]/channelfeed
Found new resource irc in C:/Users\Uptow\Desktop\FXserver/resources//[gameplay]/irc
Found new resource obituary in C:/Users\Uptow\Desktop\FXserver/resources//[gameplay]/obituary
Found new resource obituary-deaths in C:/Users\Uptow\Desktop\FXserver/resources//[gameplay]/obituary-deaths
Found new resource playernames in C:/Users\Uptow\Desktop\FXserver/resources//[gameplay]/playernames
Found new resource mapmanager in C:/Users\Uptow\Desktop\FXserver/resources//[managers]/mapmanager
Found new resource baseevents in C:/Users\Uptow\Desktop\FXserver/resources//[system]/baseevents
Found new resource chat in C:/Users\Uptow\Desktop\FXserver/resources//[system]/chat
Found new resource hardcap in C:/Users\Uptow\Desktop\FXserver/resources//[system]/hardcap
Found new resource ■■■■■■■ in C:/Users\Uptow\Desktop\FXserver/resources//[system]/■■■■■■■
Found new resource scoreboard in C:/Users\Uptow\Desktop\FXserver/resources//[system]/scoreboard
Found new resource sessionmanager in C:/Users\Uptow\Desktop\FXserver/resources//[system]/sessionmanager
Found new resource spawnmanager in C:/Users\Uptow\Desktop\FXserver/resources//[system]/spawnmanager
Found new resource betaguns in C:/Users\Uptow\Desktop\FXserver/resources//[test]/betaguns
Found new resource gameInit in C:/Users\Uptow\Desktop\FXserver/resources//[test]/gameInit
Found new resource keks in C:/Users\Uptow\Desktop\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)
This is what im seeing in the prompt window
Can you paste your server.cfg but blank out all important information please?
# 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 sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames
sv_scriptHookAllowed 1
# change this
#rcon_password yay
sv_hostname "blahblahblah"
# 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
# remove the # to hide player endpoints in external log output
#sv_endpointprivacy true
# server slots limit (must be between 1 and 31)
sv_maxclients 30
# license key for server (https://keymaster.fivem.net)
sv_licenseKey blahblahblah
sorry i am new to this but i appppreciate your time with me :
Maybe try put speechmarks around your licenseKey, I cannot see anything wrong with it at a glance.
still getting the same error. it’s driving me crazy for sure.
sv_licenseKey "blahblahblah"
Is how all 5 of my servers are and they all work fine.
Yeah same for me, this is weird.
im just going to printscreen the FX server folder to see if maybe something is wrong in there
How are you running the server?
its just from home on my home computer. i havent got it to boot yet though. im stuck at this stage
Well you can’t use that run.cmd to start the server. If that’s how you are trying to start it…
ok so thats the error :). we’re getting somewhere. where do i launch it from?
Make a batch file and edit it and put this inside there.
cd SERVER PATH HERE EX. C:\Whatever\test\Dkeiotigirt\Server
run +exec server.cfg
Or you could just do this:
start run.cmd +exec server.cfg
Or that. I use CD just to make sure its in the right path. If you were to move that batch onto the desktop it would work.
Using start run.cmd +exec server.cfg it will only work in the server folder.
Ok so i have the batch file. but it is still giving me my first error. This server does not have a license key specified