NTopng - Unable to start HTTP server on port 3000 - Can't login to web gui

19,167

This is a common problem, it happens when the port 3000 isn't free/open.

An easy fix is for you to change the port to a free one, 3050 perhaps by changing the ntopng.conf file in /etc/ntopng/ntopng.conf.

Add the line "-w=3050"(i.e if you choose to use port 3050).

Restart ntopng, all should be well.

Share:
19,167

Related videos on Youtube

Community
Author by

Community

Updated on September 18, 2022

Comments

  • Community
    Community almost 2 years

    I can access NTop via IP:3000 though the default login/pass doesn't go anywhere, just a refresh.

    And when running "ntopng -v -G /var/run/ntopng.pid -i 1 -s" I get:

    [HTTPserver.cpp:350] HTTPS Disabled: missing SSL certificate ? /usr/local/share/ntopng/httpdocs/ssl/ntopng-cert.pem

    11:36:50 [HTTPserver.cpp:351] Please read README.SSL if you want to enable SSL

    11:36:50 [HTTPserver.cpp:371] ERROR: Unable to start HTTP server (IPv4) on port 3000

    I do have a webserver installed and running on the server itself and iptables are off for now. I followed this guide for installation: http://blog.redbranch.net/2013/11/07/ntopng-on-centos-6/

  • Admin
    Admin about 2 years
    sudo ntopng -w :3050 -i eth0