password painel web

matias80

Verified User
Joined
Sep 13, 2023
Messages
19
Dear

I'm having a problem that's causing me trouble. Out of nowhere, my password was blocked on the web panel. I ran this command below:

cat /usr/local/directadmin/scripts/setup.txt

He made the password only as I am entering it and it appears that it is wrong.

How do I solve this problem?
 
your command just reads txt file, it not generate new pass.
you can change pass from console with: passwd USERNAME
in your case: passwd admin
 
I have already run this command and the keyboard does not allow me to enter the password, meaning nothing happens
 
and the keyboard does not allow me to enter the password
Does it not allow you, meaning you get a "not allowed" error? Or do you not see anything happening?
Because that is normal. When typing the new password in SSH, you won't see any characters or *** for the password, you see nothing.
Just use:
passwd admin
the press enter and a new password will be asked. Enter the new password (you won't see it) and then press enter. Then you will be asked to enter that new password again. Do so and press enter again and you will see that the password is changed.
 
o meu é root e não ssh, digito o comando em root e me dá a opção de nova senha mas quando digito a senha nada acontece parece que tem um bloqueio. No root o comando é outro?
 
Does it not allow you, meaning you get a "not allowed" error? Or do you not see anything happening?
Because that is normal. When typing the new password in SSH, you won't see any characters or *** for the password, you see nothing.
Just use:
passwd admin
the press enter and a new password will be asked. Enter the new password (you won't see it) and then press enter. Then you will be asked to enter that new password again. Do so and press enter again and you will see that the password is changed.
It really was blank, that was it, thank you
 
Back
Top