Allmon2 login issue

I am having an issue with allmon. I attempt to login with user name and password, it returns the message successfully logged in. When I try to connect to another node I get the message login to connect, it still shows I am logged in.

This just started happening today

That’s a weird problem… logged in but not logged in. Try logging out and in again, restart and/or clear your browser, reboot your computer… :man_shrugging:

After months of running the allmon, now having the same issue. Unable to fix it. Tried 2 different systems with 3 different browsers including TOR browser, reboot does not help.

Are you getting a can’t connect message, or is the login link not working? If the latter you need to create an .htpasswd file.

 - Create your .htpasswd file for the admin user(s). In your web server
   directory, on the command line do: htpasswd -c .htpasswd username
   Some systems will need the -d option to force crypr() encryption 
   needed by php

cd to your Allmon directory cd /var/www/html or maybe it’s in (/var/www/html/allmon2) type
htpasswd -c .htpasswd admin and then supply a password.