Debian 8 | Server Up & Running | Cant join / see in browser

Hello,

I’ve set up a server on Debian 8, everything seems fine, but cant direct-connect to the server and cant see the server in the browser either. Server is freshly installed.

Server Platfrom: Debian 8 (jessie)
Type: VPS
Artifacts Server Version: 1641

As you can see from the image aswell, the port should be open or else it would say “Connection Refused” instead of Timed Out?

Server Log:

Resolved live-internal.fivem.net:30110 to 178.32.9.100:30110
Creating script environments for _cfx_internal
Creating script environments for sessionmanager
Started resource sessionmanager
Creating script environments for webadmin
Instantiated instance of script FxWebAdmin.BaseServer.
Instantiated instance of script FxWebAdmin.HttpServer+HttpServerScript.
Started resource webadmin
Creating script environments for mapmanager
Started resource mapmanager
Creating script environments for chat
Started resource chat
Started resource spawnmanager
Stopping resource sessionmanager
Creating script environments for sessionmanager
Started resource sessionmanager
Started gametype Freeroam
Started resource fivem
Creating script environments for hardcap
Started resource hardcap
Creating script environments for rconlog
Started resource rconlog

Authenticating server license key…
Server license key authentication succeeded. Welcome!
cfx> Sending heartbeat to live-internal.fivem.net:30110

Started map fivem-map-hipster
Started resource fivem-map-hipster

e[91m fff

cccc ff xx xx rr rr eee

cc ffff xx rrr r ee e

cc ff xx … rr eeeee

ccccc ff xx xx … rr eeeee

                                 e[0m

e[32mAuthenticated with cfx.re Nucleus: e[0mhttps://kenth-m43ejq.cfx.re/

Does anyone have an idea what could be the problem? Im out of ideas…

Open port 30120. Make sure you can reach it via your browser http://ip:port

The port 30120 and 30110 are both open, i’ve checked via Teamspeak3 (Changed TS port to 30120 for a minute.). I cant reach the web page via the http://ip:port/info.json tho… I’ve got no idea what the problem might be. Also contacted my host provider and there are no NAT rules or anything from his side.

Response from the web page:
95.216.20.131 took too long to respond.

Here’s my server config aswell. I need to bind to IP, since i’m running multiple network interfaces.

endpoint_add_tcp "95.216.20.131:30120"
endpoint_add_udp "95.216.20.131:30120"

set es_enableCustomData 1
set mysql_connection_string "server=localhost;uid=**removed**;password=**removed**;database=**removed**"

ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure ■■■■■■■

ensure mysql-async
ensure essentialmode
ensure esplugin_mysql

sv_scriptHookAllowed 0
rcon_password **removed**
sets tags "default"

# A valid locale identifier for your server's primary language.
# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
sets locale "et" 

#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
sv_hostname "Unfinished Fivem Server"

#sv_master1 ""

# 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.fivem:1 group.admin # add the admin to the group

sv_endpointprivacy true
sv_maxclients 32
set steam_webApiKey **removed**

sv_licenseKey **removed**

Problem Fixed after upgrading distro from Debian 8 to Debian 9!