How to Start ntopng
###################

ntopng can be started from the command line of your favorite Linux, Unix and Windows system. When starting ntopng it is possible to modify its behavior by customizing one or more of the several optional settings available, using either the command line, or grouping them in a configuration file. Configuration files as well as option settings can be given as input to the ntopng executable.

.. code:: bash

   ntopng <configuration file path>
   ntopng <command line options>

.. toctree::
    :maxdepth: 2

    configuration_file
    running_as_a_daemon
    running_on_windows

Section :ref:`CliOptions` of this guide thoroughly discuss any available options.
