Dedicated Server. Ubuntu

I have a dedicated box through OVH. I am running other game servers on the same box. I am unable to connect to my fivem server. It seems like a firewall issue, but my firewall is disabled on the box. I have also checked the ports and they seem to be working.

I have noticed that I can find the server if I type in the ip and port into direct connect while I am logged in to the box through ssh, but not while I am not connected to the box. Which also leads me to believe it is a firewall issue.

Any help, suggestions, or hints in the right directly are great appreciated. I can also provide any info I haven’t included that would help

server.cfg file:

# you probably don't want to change these!
# only change them if you're using a server with multiple network interfaces
endpoint_add_tcp "144.217.11.183:28056"
endpoint_add_udp "144.217.11.183:28056"

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames

sv_scriptHookAllowed 1

# change this
#rcon_password password

# a comma-separated list of tags for your server
# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
sets tags "testing"

sv_hostname "Jomica"

# 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
sv_endpointprivacy true

# server slots limit (must be between 1 and 31)
sv_maxclients 30

# license key for server (https://keymaster.fivem.net)
sv_licenseKey d6iqfhte8ostqgm8dbn0ui8pk2o65pwz

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