Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Problem logging into ntopng
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problem logging into ntopng (Read 3940 times)
joyjit
Newbie
Posts: 1
Karma: 0
Problem logging into ntopng
«
on:
October 24, 2020, 08:01:55 pm »
Hi,
I am a new user of OPNSense (using it on a 6-port Protectli Hardware).
I am using version 20.7.4
I am trying to install and setup ntopng:
- Installed redis
- Installed ntopng
- make sure both are "enabled" and running.
When I now try to login to ntopng with "admin"/"admin" from
http://192.168.1.1:3000
, it just silently tries to throw me back to the login page, without any error message.
I have tried to reset the ntopng password in the redis database by following steps from here:
https://blog.redbranch.net/2013/12/12/reset-ntopng-admin-password/
I still have this issue.
Is anybody else facing the same problem?
my os-ntopng version is 1.2
os-redis version is 1.1
Would appreciate any pointers that could help me solve this problem.
Logged
dia4
Newbie
Posts: 24
Karma: 2
Re: Problem logging into ntopng
«
Reply #1 on:
January 12, 2021, 03:56:19 pm »
hi,
i've had the same problem. Try entering the username
admin
and as password use the one you use to log into the OPNsense GUI (your root password to be clear).
I don't know if this happens because I have installed, uninstalled and then reinstalled the plug-in again and the old password is kept in the settings or if it is the standard procedure.
Ciao
«
Last Edit: January 13, 2021, 03:08:44 am by dia4
»
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: Problem logging into ntopng
«
Reply #2 on:
January 12, 2021, 07:50:56 pm »
I was able to reset it, but it was a different guide from ntop Docs itself
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
mihak
Jr. Member
Posts: 70
Karma: 5
Re: Problem logging into ntopng
«
Reply #3 on:
January 13, 2021, 12:00:44 am »
Executing
redis-cli del user.admin.password
typically does the trick - from
https://www.ntop.org/guides/ntopng/faq.html#cannot-login-into-the-gui
Logged
dia4
Newbie
Posts: 24
Karma: 2
Re: Problem logging into ntopng
«
Reply #4 on:
January 13, 2021, 03:06:39 am »
this one works!!
Code:
[Select]
redis-cli del ntopng.user.admin.password
It was simpler than i thought. It is important to run this command while both Redis and ntopng are running. After reset the password you have to restart Ntopng service.
My mistake was to stop ntopng service and than reset the admin's password
Ciao
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Problem logging into ntopng