Server cannot start/invalid server key

Hello, I did not fill in all the requirements, because with my client everything works fine ! I started again a server, and everything worked. I suspended a day or two the server and now wanted to start again and now getting this error:

Started resource esx_shops
Started resource esx_optionalneeds
Started resource esx_boilerplate
Authenticating server license key...
GlobalError: Could not authenticate server license key.
Could not authenticate server license key.Stacktrace:

/proc/self/maps:
4109d000-410bd000 rwxp 00000000 00:00 0 
41808000-41818000 rwxp 00000000 00:00 0 
41b64000-41bf4000 rwxp 00000000 00:00 0 
41bf8000-41c88000 rwxp 00000000 00:00 0 
500000000000-50000002a000 r-xp 00000000 07:04 20987

This is only part of the code but what i understandand is that server key is not right. So i made new key with same ip and still not work. Could you please help me ?

EDIT: i have a Linux server and my cammands starting server are good
EDIT2: that is what i have put in the end of server.cfg (before people asking me if I have put server key)

set sv_licensekey "XXXXXXXX"

thanks in advanced

Jager Bom

Did you put the server key in your server.cfg at the bottom?

yes I did. Like I always did and gave me no problem

Are you starting the server with run.cmd +exec server.cfg ?

I have got a Linux server and made a script myself for starting the server:

#!/bin/bash

#config
FXSERVERDATA=/home/ESXserver/fx-server-data
FXSERVER=/home/ESXserver/fx-server

#script


echo "launching server..."
sleep 2
cd $FXSERVERDATA
bash $FXSERVER/run.sh +exec server.cfg

@Indominus you know maybe the answer ?

is run.sh inside of the FXFolder or inside of the server-data folder?

In the server folder like always…

i noticed it says /home/ESXserver/ but your screenshot shows /home/GTAESXServer/ perhaps this is the problem? looks like its trying to go into the wrong directory.

oh yea thank you, idk why it written the wrong direction but must have overwritten the file… thanks for your help and was my mistake

no problem glad i could help.

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