# Resetting Admin Password
If you have misplaced or cannot remember the password for the administrator account, you can initiate a password reset procedure through the command line.
To accomplish this, access the SSH server and execute the specified command:
docker compose -f /opt/panelalpha/app/docker-compose.yml exec -T api php artisan admin:reset-password EMAIL_ADDRESS
Please keep in mind that you must substitute 'EMAIL_ADDRESS' in the provided command with the email address of the administrator for whom the password is being reset.