Replies: 5 comments
-
|
Stab in the dark here ; It works for me on 61208 on local network ; I think 61209 is not for basic http |
Beta Was this translation helpful? Give feedback.
-
|
i re-installed in docker with port 61208 and the result is the same. |
Beta Was this translation helpful? Give feedback.
-
|
ok i figured it out. You must install it as web interface (-w) not as a server (-s) |
Beta Was this translation helpful? Give feedback.
-
|
docker run -d |
Beta Was this translation helpful? Give feedback.
-
|
To be clear:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have HAOS in a mini pc on 192.168.0.24
I have Ubuntu Server in another mini pc on 192.168.0.38
with Docker 28.2.2 and Glances 4.4.1
In HAOS Terminal the command: nc -vz 192.168.0.38 61209
shows: 192.168.0.38:61209 open
In Ubuntu Server the command: docker ps
shows: aadddcdcab0b nicolargo/glances:latest "glances -s -B 0.0.0…" 3 hours ago Up 3 hours 61208/tcp, 0.0.0.0:61209->61209/tcp, [::]:61209->61209/tcp glances
In Ubuntu Server the command: sudo docker exec -it glances glances -c 127.0.0.1
shows the stats just fine
what am i doing wrong? why i can't connect?
Beta Was this translation helpful? Give feedback.
All reactions