I can't enter into Octoprint-Website [SOLVED]

TL-DR:
The problem was with firewall…
It’s solved.


Hello everyone. i have been using Dietpi 2 years ago moreless. i haven’t problem.
In first step im running my current website into my raspberry 3b+ with Dietpi OS(all updated)
i have this services:
mariadb
php7.3
nginx
noip2
cron
ssh

octoprint.

I recently installed octoprint, and i wanted to enter to octoprint-website, i didn’t know what ip is, so i decided to go Dietpi-docs to see what is the ip

The web interface is accessible via port 5000 on the machine running the OctoPrint server:

    URL = http://<your.IP>:5000

I’m trying enter with my computer, raspberry is connect it to router by ethernet, the ip rasp is: 192.168.1.93:5000
but i had a reached problem.




This is my netstat -lnt

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN
tcp        0      0 192.168.1.93:3306       0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:28017         0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:5432            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN
tcp6       0      0 :::5000                 :::*                    LISTEN
tcp6       0      0 :::80                   :::*                    LISTEN
tcp6       0      0 :::22                   :::*                    LISTEN
tcp6       0      0 :::5432                 :::*                    LISTEN
tcp6       0      0 :::443                  :::*                    LISTEN

As you can see port 5000 is open, but i can’t display into firefox.

I don’t know what more can i do. Thanks for your time.

thx for sharing your solution :smiley:

No problem, i was a completly idiot… right now im doing well :smiley: