How to install and Configure NTOP on freebsd OS ,that is FreeBSD is installed on vmware Workstation.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
ntop is available to install on FreeBSD via the ports system. If you haven’t set it up yet, see this article for more information:
Once you’ve set it up initially, you can search for ntop by running:
sudo portsnap fetch update
cd /usr/ports
make quicksearch name=ntop path=/net
In the output, you’ll find its path
Path: /usr/ports/net/ntop
This lets us know where we need to run the installation commands from. Change to that directory, and install ntop from there using:
cd /usr/ports/net/ntop
sudo make config-recursive install distclean
This will configure, build, and install ntop and all of its dependencies.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.