Having issues with your DietPi installation, or, found a bug? Post it here.
Antod10
Posts: 9 Joined: Mon Dec 21, 2020 12:07 pm
Post
by Antod10 » Wed Dec 23, 2020 10:32 am
Hi! Just installed NetData on DietPi v6.34.
Installation was ok, but i can't access the web interface @ ip:19999
dietpi-services status netdata returns this
Code: Select all
DietPi-Services
─────────────────────────────────────────────────────
Mode: status netdata
[ OK ] DietPi-Services | netdata active (running) since Wed 2020-12-23 09:26:33 GMT; 12s ago
Joulinar
Posts: 3238 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Wed Dec 23, 2020 11:56 am
Hi,
many thanks for your message. This is an expected behavior. You can have a look to our
online docs >
Netdata >
Troubleshooting
https://dietpi.com/docs/software/system_stats/#netdata
By default NetData is listen to localhost - 127.0.0.1 only.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Antod10
Posts: 9 Joined: Mon Dec 21, 2020 12:07 pm
Post
by Antod10 » Wed Dec 23, 2020 1:45 pm
i've tried both with no luck
Joulinar
Posts: 3238 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Wed Dec 23, 2020 1:50 pm
pls can you be more specific. What did you tried?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Antod10
Posts: 9 Joined: Mon Dec 21, 2020 12:07 pm
Post
by Antod10 » Wed Dec 23, 2020 1:53 pm
Joulinar wrote: ↑ Wed Dec 23, 2020 1:50 pm
pls can you be more specific. What did you tried?
access the interface through 127.0.0.1:19999 or localhost:19999
i also tried to run the following commands:
Code: Select all
cd /etc/netdata
edit-config netdata.config
but says command not found
Joulinar
Posts: 3238 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Wed Dec 23, 2020 2:33 pm
127.0.0.1:19999 or
localhost:19999 are reachable on the system themselves only and not from a client inside the local network.
And to edit a file, use
nano
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Antod10
Posts: 9 Joined: Mon Dec 21, 2020 12:07 pm
Post
by Antod10 » Wed Dec 23, 2020 6:02 pm
Joulinar wrote: ↑ Wed Dec 23, 2020 2:33 pm
127.0.0.1:19999 or
localhost:19999 are reachable on the system themselves only and not from a client inside the local network.
And to edit a file, use
nano
Thanks for your patience, works like a charm now