Debian 9.0 HELP!

Hello guys. So, I have the Debian 9.04 on a VPS and when i launch my server it gives me an error:

Resolved live-internal.fivem.net:30110 to 178.32.9.100:30This 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)Stacktrace:

But I have the key:

License key for your server (https://keymaster.fivem.net)

sv_licenseKey “qbgim2rierhzoo**************”

I’m stuck could someone help me? Thank you!

How are you launching the server?

With:

bash /root/server/run.sh +exec server.cfg

And are you cded to the folder where your server.cfg is located?

I guess soScreenshot_3

Doesn’t look like you are cded to any folder?

Well I cded and it worked but now it gives me another error: Screenshot_4

Show your folder structure please

Screenshot_5 Screenshot_6 Screenshot_7

Move your server.cfg to the server-data folder and then cd to your server-data folder and run the server

../run.sh +exec server.cfg

Screenshot_9

try to remove “ ”
eg: sv_licenseKey qbgim2rierhzoo**************

He helped me but now theres another problem, I can’t start the server.

Keep updated on the discussion, that issue has been resolved.

You are trying to run run.cmd now but that’s doesn’t exist anymore in that folder, just do like you did the first time (but make sure you are still cded into the folder)

bash /root/server/run.sh +exec server.cfg

Screenshot_11

Make sure the paths match, i just copied your previous command (also you are no in the right directory anymore)