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
Code: Select all
The web interface is accessible via port 5000 on the machine running the OctoPrint server:
URL = http://<your.IP>:5000
but i had a reached problem.

This is my netstat -lnt
Code: Select all
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
I don't know what more can i do. Thanks for your time.