NTOP problem & REDIS

Started by SLONet, September 15, 2024, 12:03:45 PM

Previous topic - Next topic
September 15, 2024, 12:03:45 PM Last Edit: September 15, 2024, 12:45:48 PM by SLONet
Hello,

I need a little help and I'm wondering how I can reset the password for ntop, which was installed according to the instructions from the ntop website (https://www.ntop.org/guides/ntopng/third_party_integrations/opnsense.html).

There were no problems with the installation, but there are problems when I try to log in to the portal, because it does not work with the default password (admin/admin).

That's why I followed the password change procedure (https://www.ntop.org/guides/ntopng/faq.html#cannot-login-into-the-gui), but it creates a problem, because it tells me:

redis-cli set ntopng.prefs.local.auth_enabled 1
(error) OOM command not allowed when used memory > 'maxmemory'


if i run:
Quoteredis-cli config get maxmemory
1) "maxmemory"
2) "16384"

Maybe you can advise me where and how to solve this problem?

p.s.: I would like to follow the development of ntop.org which updates the app more often.


First of all:
ntopng default credentials are admin and the password of root from opnsense.

Second:
redis sucks a lot in combination with ntopng. Restart redis. On my machine it crashes from time to time. Probably a memory issue. But due to no need for ntopng any more, I removed both.

Quote from: Saarbremer on September 16, 2024, 06:21:13 PM
First of all:
The default credentials are admin and the password of root from opnsense.

Thanks, I tried this combination, but unfortunately, it didn't work :-(

Any other help :-)