How to install Netdata for real-time monitoring
Updated 7/20/2026
Netdata is a monitoring tool that displays CPU, RAM, disk, network and dozens of other metrics in real time, through a fast web interface.
1. Install
wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh
sh /tmp/netdata-kickstart.sh
2. Access the interface
Netdata listens on port 19999 by default:
http://SERVER_IP:19999
3. Secure access
Do not leave the port publicly open. Put Netdata behind a reverse proxy with authentication and HTTPS (see Nginx as a reverse proxy), or allow the port only from your IP with the firewall.
4. What to watch
- CPU or RAM spikes that coincide with slowness.
- Disk filling up, see disk space monitoring.
- Unusual network traffic.
Low footprint
Netdata is lightweight and runs well even on small plans. To monitor several servers in one place, see the Beszel app.
Put this guide into practice on your own VPS
EU cloud servers, billed hourly, ready in minutes, with one-click installs for dozens of apps.
See pricingRelated tutorials
How to monitor database performance
See slow queries, connections and database usage, to keep it fast.
Updated 7/20/2026Monitoring & loggingHow to monitor disk space and avoid running out
A full disk stops services and corrupts data. Here is how to track space and get alerts in time.
Updated 7/20/2026Monitoring & loggingHow to monitor a website and SSL expiry
Do not let your site go down or your SSL certificate expire without knowing. Here is how to track them automatically.
Updated 7/20/2026