How to Install NTOP

Debian / Ubuntu Linux Install ntop To See Network Usage / Network Status

How do I install ntop under Debian / Ubuntu Linux?
apt-get update
apt-get install ntop

Set ntop admin user password
/usr/sbin/ntop -A

Restart ntop service
/etc/init.d/ntop restart

How do I view network usage stats?
http://server-ip:3000/

Verify ntop is working, enter:
netstat -tulpn | grep :3000    ( port 3000 can be set customized )


Was this article helpful?

mood_bad Dislike 2
mood Like 1
visibility Views: 12962