Can not access netdata web page

Still regarding this and to prevent opening another thread, I tried netdata and I can’t access the webpage, but looks like everything is fine:

Mar 27 10:56:05 DietPi systemd[1]: Started netdata - Real-time performance monitoring.
Mar 27 10:56:05 DietPi netdata[123937]: CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Mar 27 10:56:05 DietPi netdata[123937]: 2024-03-27 10:56:05: netdata INFO  : MAIN : CONFIG: cannot load cloud config '/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults.
Mar 27 10:56:05 DietPi netdata[123937]: SIGNAL: Not enabling reaper
Mar 27 10:56:05 DietPi netdata[123937]: 2024-03-27 10:56:05: netdata INFO  : MAIN : SIGNAL: Not enabling reaper

what happens when you try to access it? do you get an error or does it time out?

Just a blank page like if the url doesn’t exist.

let’s check ports available

ss -tulpn | grep LISTEN
root@DietPi:~# ss -tulpn | grep LISTEN | grep netdata
tcp   LISTEN 0      4096       127.0.0.1:19999      0.0.0.0:*    users:(("netdata",pid=123937,fd=4))         
tcp   LISTEN 0      4096       127.0.0.1:8125       0.0.0.0:*    users:(("netdata",pid=123937,fd=45))

Switched the bind socket to 0.0.0.0 instead of 127.0.0.1 which was the default, and it works now. Not sure why tho.

Offtopic: I’m looking for a way to get all my services systemd status logs somewhere, instead of having to go and check whenever an issue happens. Is there any service for that?

This will give an overview of all services dietpi-services status and journalctl will give individual service logs

This what? Have you posted any link? Thanks!

Edit: if it makes it easy, I want to have some kind of service that has the journalctl logs in a dashboard/console instead of having to ssh into my server and run it. I need to monitor some services.

Google might be your friend. Probably something like this Journalctl logs web viewer with Logdy | Logdy

Yes, I know there are a couple of options but you may know already any for dietpi that could be more recommended over the other. Thanks I’ll look into it.

we don’t have such own option and we never checked them. At the end it doesn’t matter if it is DietPi or not because it would need to fit with Debian.