Good afternoon,
I just installed Netdata on my CentOS Linux 7.9.2009 (Core) Nginx server with the command that appears on GitHub:
- bash <(curl -Ss https://my-netdata.io/kickstart.sh)
But I can’t access through http://my_ip_address:19999
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I would recommend a few things:
firewalld
, make sure that the 19999 port is open. For more information onfirewalld
make sure to check out this tutorial here:https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-firewalld-on-centos-7
If you do not see any output, then you need to make sure that the service is running and also make sure that you are using the correct port.
Best, Bobby