Documentation
Getting Started
-
Requirements
Installation
Update Guide
SSL Configuration
Resetting Admin Password
Translations
Health Check
Diagnostic Mode
Additional Configuration
-
General Configuration
Branding
Hosting Servers
DNS Servers
Email Servers
Remote Backups
Plans
Notifications
Automatic SSL
Themes, Plugins and Packages
-
Introduction
Single WordPress Instance
Predefined WordPress Template
Multiple WordPress Instances
Cross-Selling Paid Plugins and Themes
Cross-Selling Domains
Plan Upgrade
Free Trial Period
-
Integrated Solutions
Matomo
Google Analytics
Let's Encrypt
Google PageSpeed Insights
DB-IP
Extendify
-
List of Instances
Creating New Instance
Importing Existing Instance
Instance Details
Changing Domain
Sharing Instances
Monitoring
Backups
Plugins
Advanced Settings
# 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.