Issue: I have created a key using https://keymaster.fivem.net/
I used the IP for the network interface which my server will be using (172.16.4.111)
I have setup my server config as follows: https://pastebin.com/x9qVEqG8
When i launch my server the bootup console appears as follows:
[root@ fx-server-data]# bash /home/fivem/fx-server/run.sh +exec server.cfg
Initializing Mono
Initializing Mono completed
Hello!
Resolved live-internal.fivem.net:30110 to 62.210.162.18:30110
Found new resource fivem in /home/fivem/fx-server-data/resources//fivem
Found new resource fivem-awesome1501 in /home/fivem/fx-server-data/resources//fivem-awesome1501
Found new resource fivem-map-skater in /home/fivem/fx-server-data/resources//fivem-map-skater
Found new resource fivem-map-hipster in /home/fivem/fx-server-data/resources//fivem-map-hipster
Found new resource ragdoll in /home/fivem/fx-server-data/resources//ragdoll
Found new resource runcode in /home/fivem/fx-server-data/resources//runcode
Found new resource sessionmanager in /home/fivem/fx-server-data/resources//[system]/sessionmanager
Found new resource ■■■■■■■ in /home/fivem/fx-server-data/resources//[system]/■■■■■■■
Found new resource baseevents in /home/fivem/fx-server-data/resources//[system]/baseevents
Found new resource chat in /home/fivem/fx-server-data/resources//[system]/chat
Found new resource spawnmanager in /home/fivem/fx-server-data/resources//[system]/spawnmanager
Found new resource hardcap in /home/fivem/fx-server-data/resources//[system]/hardcap
Found new resource scoreboard in /home/fivem/fx-server-data/resources//[system]/scoreboard
Found new resource gameInit in /home/fivem/fx-server-data/resources//[test]/gameInit
Found new resource betaguns in /home/fivem/fx-server-data/resources//[test]/betaguns
Found new resource keks in /home/fivem/fx-server-data/resources//[test]/keks
Found new resource race-test in /home/fivem/fx-server-data/resources//[gamemodes]/race-test
Found new resource race in /home/fivem/fx-server-data/resources//[gamemodes]/race
Found new resource mapmanager in /home/fivem/fx-server-data/resources//[managers]/mapmanager
Found new resource obituary in /home/fivem/fx-server-data/resources//[gameplay]/obituary
Found new resource channelfeed in /home/fivem/fx-server-data/resources//[gameplay]/channelfeed
Found new resource irc in /home/fivem/fx-server-data/resources//[gameplay]/irc
Found new resource obituary-deaths in /home/fivem/fx-server-data/resources//[gameplay]/obituary-deaths
Found new resource playernames in /home/fivem/fx-server-data/resources//[gameplay]/playernames
Started resource sessionmanager
Started resource mapmanager
Started resource chat
Started resource spawnmanager
Started gametype Freeroam
Started resource fivem
Started resource hardcap
Started resource ■■■■■■■
Started resource ragdoll
Authenticating server license key...
GlobalError: An error occurred while checking server license key.
An error occurred while checking server license key.Stacktrace:
Server version: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/584-30649a49030f8d2ebd016b634ed3239316b38f0a/
OS Version: CentOS Linux release 7.4.1708 (Core)
I have tried creating a key under the public IP which my server will appear (185.177.22.111), i have tried using the default endpoint IP
What am I doing wrong?