How to install netdata on Linux Cloud Servers

2022-10-25 By Nathan 1172 Views linux netdata monitoring
0 reviews

Netdata is a monitoring tool designed to run on all systems, both physical and virtual. It runs on Linux, FreeBSD, macOS, Kubernetes, Docker, and all their derivatives and is an extremely optimized real-time (per second) performance monitoring utility for Linux systems. It can be installed on systems without interrupting the current running applications.


Netdata monitors:

  • CPU usage, frequency, etc.
  • RAM, swap, and kernel utilization
  • Disk usage
  • Network interfaces
  • monitors Linux firewall connections, events, errors, etc.
  • Processes (running, blocked, forks, active, etc)
  • System Applications with the process tree
  • Apache and Nginx Status Monitoring
  • MySQL database monitoring
  • Postfix email server message queue
  • Hardware sensors
  • SNMP devices


This document outlines the fundamental steps for installing and configuring the Netdata monitoring tool in any Debian/Ubuntu or RHEL/CentOS/Fedora system.


Step 1: Netdata installation


  1. To install Netdata, run the one-line installation script that will install the latest netdata and also keep it up-to-date automatically

    # bash <(curl -Ss https://my-netdata.io/kickstart.sh)
    

    netdata1


    When prompted press Y to continue installation:

    netdata2


    After running the script, Netdata installs all requirements using your Linux native package manager.

  2. Check the status of the Netdata application.

    # systemctl status netdata
    

    netdata3


Step 2: Changing the default port

Netdata port by default is 19999.


  1. Edit the Nedata configuration file.

    # vim /etc/netdata/netdata.conf
    

    netdata4

  2. Add the following content to the file.

    [web]  
    default port = 12345
    

    netdata5

  3. Restart the Netdata application.

    # systemctl restart netdata
    

    netdata6


Step 3: Get Started


Go to the browser and use the IP and port to enter to Netdata Webpage:

http://123.123.123.123:12345

netdata7


Related Tutorials

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.