This script will download and build the latest ntopng and nDPI from official ntop sources on github.
Originally put together for Raspiban Jesse Lite, but builds and runs fine on both Ubuntu 16.04 LTS as well as Ubuntu 14.04 LTS
/bin/bash
- root permissions to install files in the /opt directory
- Download the latest script by running
git clone https://github.com/idlethreat/ntop-build-harness.git
on target system - cd into the
ntop-build-harness
directory and run the build harness withbash ntop-build-harness.sh
- Sit around and wait for the install to finish
- run
/opt/ntop/bin/ntop --help
for instructions on how to run it. Or, check out the internet.
Have plans on MySQL support (has to be built in) and Geo libraries (have to be downloaded separately). But, if you're just looking for a quick way to get ntop installed on a device with minimum of fuss, this should do it.
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)