If you cannot log in to the WordPress admin area, the fastest way on GARMTECH hosting is to reset the password from Plesk WordPress Toolkit.
Option A (recommended): Reset password in WordPress Toolkit
- Log in to Plesk via My.GARMTECH.
- Open WordPress (or WordPress Toolkit) in the left menu.
- Find your WordPress installation and click it.
- Open Setup (or Change login settings).
- Set a new password for the admin user (you can use Generate for a strong password).
- Save changes and log in to WordPress with the new password.
Option B: Reset via “Lost your password?” in WordPress
If the admin email address works, you can reset via the WordPress login page:
- Open
https://your-domain.tld/wp-login.php
- Click Lost your password?
- Enter your username or email and follow the email link.
Option C (advanced): Reset in the database (phpMyAdmin)
Use this only if you cannot reset by email and WordPress Toolkit is unavailable.
- Open Databases → phpMyAdmin in Plesk.
- Open your WordPress database and find the
wp_users table (prefix may differ).
- Edit the admin user and set a new value for
user_pass.
Important: if you are not sure which database belongs to the site, check wp-config.php in your site files (httpdocs) for DB_NAME.
After you reset the password
- Log in and update your profile email if needed.
- Consider enabling 2FA in WordPress (plugin) and keep plugins/themes updated.
Related articles
- How to access Plesk from My.GARMTECH
- Disable a WordPress plugin/theme if you cannot log in
- Export/import databases in phpMyAdmin