Server won't use or ask for license key

I run multiple FiveM servers, some of them requires license key, but some don’t, even though their key is added in server.cfg. There is only one server I wish to show on the server list and of course it’s one of the servers that doesn’t want to use the license key. Anyone know a solution to this?

Thanks in advance!

You do know how hard it is to read your question right…
Like provide screenshots…
Something other then just that…

It’s kind of hard to provide screenshots of something I don’t have. Basically, some of my servers are validating license keys just fine. And the other server won’t validate anything.

hm. Are you sure you are launching them correctly? Are you sure you are not using the same license key for multiple servers?

Very sure, if I remove the license key, the server won’t ask for it either…

… Hm. Welp I really have no idea then.

How about adding this at the first lanes of your server.cfg?

# only change them if you're using a server with multiple network interfaces
endpoint_add_tcp   "0.0.0.0:30110" --different ports for every license key.
endpoint_add_udp  "0.0.0.0:30110" --different ports for every license key.
set mysql_connection_string "server=127.0.0.01;database=essentialmode;userid=root;"
set es_enableCustomData 1
set sv_licenseKey "license key here, thanks!"
sv_scriptHookAllowed 0  --dont know about this...
rcon_password rconpasswordifurpro
sv_hostname "Server name?? "

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