[SOLVED] Login failed. Please try again

nojah

Active Member
Jan 30, 2019
10
0
41
49
Since a couple of days I can't login to the WebGUI as root using Linux PAM standard authentication, just keep getting the folowing message: Login failed. Please try again.
But I can login using the same credentials using SSH.

Any ideas where to start looking?
 
Last edited:
Hi,

try the following things
* disable all Browser extensions.
* flush the Browser cache.
* restart the pveproxy
 
I can add that this started when I noticed a backup job for a container was hanged, and still is locked due to backup.
The rest of the VMs ar still running

lock.png
 
Also got this issue on a fresh install, however am running v6.2-1. I'm able to login with `root` and the same password at the terminal, but using `root` and the same password, with`Linux PAM standard authentication` always gives `Login failed. Please try again`. This happens regardless of browser, or activated extension.

My server time is correct.

I've added some iptables rules as some have suggested:

Bash:
iptables – I INPUT -p tcp --dport 8006 -j ACCEPT
iptables – I INPUT -p tcp --dport 5900 -j ACCEPT
iptables – I INPUT -p tcp --dport 3128 -j ACCEPT
iptables -I INPUT -i lo – j ACCEPT
iptables -I OUTPUT -o lo – j ACCEPT

But this hasn't worked