Netdata link on portal page broken

Hi,

my router listens on

http://192.168.100.1/

This brings me to a portal page with three links:

reForis → Works (https://192.168.100.1/reforis/)
LuCI → Works (https://192.168.100.1/cgi-bin/luci)
Netdata → 500 Internal Server Error (https://192.168.100.1/netdata/)

I have a bookmark for Netdata, it’s http://192.168.100.1:19999/ (as it is described in the documentation) and it’s working fine, I use it nearly daily.

Wondering why this link is not being fixed. Is it broken just for me? How to fix it?

The documentation seems to be wrong, try adding localhost to allow rules.

[web]
    allow connections from = localhost 192.168.1.*
    allow dashboard from = localhost 192.168.1.*

I will submitted a PR to the documentation to fix this: geek/netdata: fix allow connections documentation (!287) · Merge requests · Turris / user-docs · GitLab. Did this work for you in the past and an update to Turris OS 6.0 broke it?

1 Like

Thanks, adding localhost to allow rules fixed it, I can access netdata via /netdata/ endpoint now.

I have not used netdata before the 6.0 upgrade so I cannot tell if it was broken before the upgrade.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.