- Code: Select all
$ su -
(enter root's password)
# apt-get install ntop
At the end of the above install it gives you a couple of instructions:
- Code: Select all
# cp /etc/ntop.conf.sample /etc/ntop.conf
if necessary:
- Code: Select all
# vim /etc/ntop.conf
Create the admin user and set the password:
- Code: Select all
# ntop @/etc/ntop.conf -A
Start ntop:
- Code: Select all
# service ntop start
Then open a browser and go to http://yourntophost:3000
Enjoy!

