PANDDA Configurator is used to configure and provision network monitoring infrastructure with ipfixprobe, ipfixcol2, and ADiCT.
Step-by-step configuration guide is available as a website that provision both network probes and the collector server.
Configurator is distributed as ready-to-use Dockerbox. However, you can build it yourself.
You can also use Vagrantbox with our prepared Vagrantfile.
Configurator is available at localhost:8080 after installation.
Note ports 8080 (frontend) and 8081 (backend) are used by PANDDA Configurator (in both Docker and Vagrant boxes) and must not be used by other processes.
Install the Dockerbox with Configurator by running:
docker pull plnyrich/pandda-configurator
docker run -d -p 8080:5000 -p 8081:5001 plnyrich/pandda-configurator
Install the Vagrantbox with Configurator by putting Vagrantfile to the target folder and running:
vagrant up
You can also run Docker and Vagrant from the locally cloned repository without using the prepared boxes.
Docker can be started by running:
docker build -t pandda-webconf .
docker run -d -p 8080:5000 -p 8081:5001 --name pandda-webconf pandda-webconf
Vagrant can be started by running:
mv Vagrantfile Vagrantfile.bak # optionally: backup the Vagrantfile
mv Vagrantfile.devel Vagrantfile
vagrant up
You can find PANDDA Configurator documentation at PANDDA Docs.
The documentation includes screenshots and step-by-step guige together with information about all other components of the PANDDA project.
Configurator, PAssive Network Device Discovery and Analysis
BSD-3-Clause license
Copyright ©: 2025, CESNET z.s.p.o.


