# Restoring password

To change password, you must access to server terminal, then run the following command:

kctl run cli-php admins:change-password 'NEWPASSWORD' --login admin
1

Replace NEWPASSWORD to new password. If login different from admin, replace it here --login admin.