Hi everyone, when trying to log in my hestiaCP installation in hetzner VPS, i write my user and then my password obviously and it return to user form windows.
I have enough disk space i already verify that. And i running this server since 2024 and last year i could enter perfectly, the problem was just now
Don’t show any errors? It didn’t log in successfully?
No..any errors in the browser.
login with ssh and check the logs in /usr/local/hestia, in special auth.log.
root@test:~# sudo less /var/log/auth.log
7574
May 18 00:01:14 caruso sshd[3560147]: pam_unix(sshd:auth): check pass; user unknown
May 18 00:01:14 caruso sshd[3560147]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=92.118.39.65
May 18 00:01:17 caruso sshd[3560147]: Failed password for invalid user solx from 92.118.39.65 port 47574 ssh2
May 18 00:01:17 caruso sshd[3560147]: Connection closed by invalid user solx 92.118.39.65 port 47574 [preauth]
May 18 00:01:32 caruso sshd[3560150]: Invalid user solana from 193.32.162.136 port 39580
May 18 00:01:32 caruso sshd[3560150]: pam_unix(sshd:auth): check pass; user unknown
May 18 00:01:32 caruso sshd[3560150]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=193.32.162.136
May 18 00:01:34 caruso sshd[3560150]: Failed password for invalid user solana from 193.32.162.136 port 39580 ssh2
May 18 00:01:34 caruso sshd[3560150]: Connection closed by invalid user solana 193.32.162.136 port 39580 [preauth]
May 18 00:02:01 caruso CRON[3560153]: pam_unix(cron:session): session opened for user admin(uid=1001) by (uid=0)
May 18 00:02:01 caruso sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
: