En pfSense 2.5, cuando intente abrir ntopng que viene integrado con el sistema, la página no terminaba por cargar y se quedaba en que la página no existía. Revisando los logs Status-System Logs-General en pfSense aparecen los siguientes errores:
ntopng [Redis.cpp:113] ERROR: to specify a redis server other than the default
ntopng [Redis.cpp:112] ERROR: Please start it and try again or use -r
ntopng [Redis.cpp:111] ERROR: ntopng requires redis server to be up and running
La solución es ejecutar el siguiente comando por medio de SSH en la shell de pfSense:
rm -rf /var/db/ntopng
Y ya podemos ir a Status-Services e iniciar de nuevo el servicio de ntopng, el cual debería arrancar sin problemas y por lo tanto acceder al webadmin del programa con el login por default.