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 )