Ubuntu Linux

How to Install NetData on Ubuntu 24.04

Richard
Written by
Richard
Mar 16, 2025 Updated Apr 17, 2026 2 min read
How to Install NetData on Ubuntu 24.04

This article explains how to install NetData on Ubuntu 24.04 to monitor your system resources through a web browser.

NetData is a real-time monitoring tool that shows you how your system is performing. It helps you see things like CPU usage, memory, disk activity, and network traffic. Why use it? It gives you a clear picture of your server’s health so you can spot problems early.

What happens when done? You will have a live dashboard that helps you keep your server running smoothly.

NetData is fast and uses very little of your computer’s power. It is designed to work in the background without slowing you down.

Install NetData

To get started, use the official one-line kickstart script. This ensures you have the latest version for 2026. Run this command in your terminal:

wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh

Update the file

After installing, you might want to secure your connection. Instead of setting up SSL inside the NetData configuration file, we recommend using Nginx or Caddy as a reverse proxy. This is safer and easier to manage. Simply point your proxy to the local NetData port (19999) and handle your SSL certificates there.

If you need to edit the configuration, open the file with this command:

sudo nano /etc/netdata/netdata.conf

Make sure to bind the service to the correct local IP address. Save your changes and restart the service:

sudo systemctl restart netdata

Access NetData portal

To see your metrics, open your web browser and type your server address followed by port 19999:

http://your-server-ip:19999

NetData portal

You should also claim your node to Netdata Cloud. This allows you to monitor all your servers in one place and manage alerts from a central dashboard. Log in to your Netdata Cloud account, click on your space, and follow the “Claim Node” instructions provided in the portal.

Conclusion

Installing NetData gives you a powerful way to watch over your server. By using a reverse proxy for security and connecting to Netdata Cloud, you create a professional monitoring setup.

Key features include:

  • eBPF Monitoring: Get deep insights into your system’s kernel and application performance.
  • Health Monitoring: Use the integrated alert system to get notified immediately when something goes wrong.
  • Real-Time Visuals: See your data change instantly as it happens.
  • Centralized Management: Use Netdata Cloud to oversee multiple servers at once.

Following these steps ensures your system stays healthy and reliable.

[global] [web]

Was this guide helpful?

Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2466 articles → Twitter

📚 Related Tutorials

Generate Free Let's Encrypt SSL on Ubuntu 24.04
Ubuntu Linux Generate Free Let's Encrypt SSL on Ubuntu 24.04
How to Setup WordPress with Nginx and Cloudflare on Ubuntu
CMS How to Setup WordPress with Nginx and Cloudflare on Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *