FreeBSD / OPNsense / pfSense Development Builds
This directory contains binary development builds.
Adding the ntop Repository
Before installing ntop packages, you need to add the official ntop repository.
- FreeBSD 15 / pfSense (latest release, based on FreeBSD 15)
pkg add https://packages.ntop.org/FreeBSD/FreeBSD:15:amd64/latest/ntop-1.0.pkg
- FreeBSD 14 / OPNsense (latest release, based on FreeBSD 14)
pkg add https://packages.ntop.org/FreeBSD/FreeBSD:14:amd64/latest/ntop-1.0.pkg
- FreeBSD 13
pkg add https://packages.ntop.org/FreeBSD/FreeBSD:13:amd64/latest/ntop-1.0.pkg
- Make sure ntopng and redis (used by ntopng) are enabled
sysrc redis_enable="YES" sysrc ntopng_enable="YES"
- Make sure redis is up and running
service redis start
- Finally start ntopng
service ntopng start
- OPNsense
- pfSense/FreeBSD
Please refer to the user's guides for more information about ntop tools usage and configuration.
Installing ntop Packages
Once the ntop repository has been added, you can run the following commands (as root) to install ntop Packages:
pkg install nprobe ntopng
IMPORTANT:As ntopng is part of FreeBSD makes sure that you install the ntop packaged version and not the one packaged with FreeBSD (and thus obsolete).
Running ntop Packages
Below you can read how to start ntopng. Similar steps are necessary for nprobe and n2disk. Do (as root):
Manuals: Mastering ntop Tools