Ok so my issue is that I cannot direct connect to my server I am hosting. I have dedicated servers deployed in my home and the one I am trying to get running is on the latest version of Ubuntu Server. I used a tool located here Slluxx's Servermanager (FX only!) [DEBIAN/UBUNTU] to make my servers, and everything installs correctly and it runs but as I said I cannot connect.
This is what the console looks like
Found new resource irc in /home/fx/servers/GPDTEST/resources//[gameplay]/irc
Found new resource playernames in /home/fx/servers/GPDTEST/resources//[gameplay]/playernames
Found new resource channelfeed in /home/fx/servers/GPDTEST/resources//[gameplay]/channelfeed
Found new resource yarn in /home/fx/servers/GPDTEST/resources//[system]/[builders]/yarn
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 scoreboard
Started resource playernames
Authenticating server license key…
Server license key authentication succeeded. Welcome!
cfx> Sending heartbeat to live-internal.fivem.net:30110
Started map fivem-map-skater
Started resource fivem-map-skater
and this is the server config
endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”
#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 test2018
sv_hostname “GPD Test”
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
my 30120 and 30110 ports are forwarded and allowed through the firewall as well
HELP!!!
edit: I tried to connect using my LAN IP (10.0.0.XXX) as well as my public IP (73.108.xxx.xxx) as well as with and without the port numbers on the end