# Restoring Password
To change password, you must access to server terminal, then run the following command:
cd /var/www/keitaro && sudo -u keitaro php bin/cli.php admins:change-password NEWPASSWORD --login admin
1
Replace NEWPASSWORD
to new password. If login different from admin
, replace it here --login admin
.