Download ntop


ntop is distributed under the GNU GPL. In order to be entitled to download ntop you must accept the GNU license.

These are the available ntop formats:

  • Source (it should virtually compile on any Unix/Win32 platform)
    • tarball
    • SVN
      We have a SVN server with the ntop code. This is how to fetch it:
      1. mkdir my_ntop_goes_here
      2. cd my_ntop_goes_here
      3. svn co https://svn.ntop.org/svn/ntop/trunk/ntop

      Now you need to compile ntop:

      1. cd ntop
      2. ./autogen.sh
      3. make
      4. make install

  • Binary