Real-Time Server Monitoring and Performance Analysis

with NetData.Cloud (Complete Setup from Scratch)

 

1. Update Install System Moduls

 sudo apt update & sudo apt upgrade -y 
 sudo apt install -y curl 

 

2. Install NetData.Cloud

 

 Netdata Download Command + Token 

 

 http://your-server-ip-adress:19999/ 

 

3. Update NetData Config

 sudo nano /etc/netdata/netdata.conf 

 

Allow Only Admin Ip

[web]
bind to = your-home-ip-adress

 

Block All External Connection And Allow Only Localhost

[web]
mode = none

 

For Save Changes

Ctrl + O
Enter
Ctrl + X

 

4. Update FireWall to Allow Only Admin Ip

 sudo ufw allow from your-home-ip-address to any port 19999 
 sudo ufw status 
 sudo ufw enable 
 reboot 

 

5. Update FireWall to Make Public

 sudo ufw delete allow from your-home-ip-address to any port 19999 
 sudo ufw allow 19999 
 sudo ufw enable 
 reboot 

By using our website, you accept our Cookie Policy.