If you forget your administrator password for WHMCS, there are a few steps you may need to take to reset it and regain access to the WHMCS admin area. This guide will outline the steps to reset the password.
Request Password Reset
- In a browser, navigate to the WHMCS admin area login
- Select Forgot Password?
- Enter the username or email for the account
- Click the Reset Password button
NOTE: Your site will now send you an email containing your login information. If you do not receive that email, or receive an error when attempting to reset the password, follow the steps below.
Manually Reset Password
TIP: Review the official WHMCS documentation for other options for resetting the password. If the password reset email cannot be sent, follow the steps below to update the password in the database.
- Log into the cPanel account
- Navigate to the File Manager, located in the Files section
- Navigate to the site's document root
- View the
configuration.php
file - Locate the WHMCS database name listed for
$db_name
NOTE: WHMCS installations usually containwhmcs
in the database name. - Return to the main cPanel
- Navigate to phpMyAdmin, located in the Databases section
- Select the database name from the left column
- Click on the tbladmins table
- Click Edit next to the administrator account to update the password
- Type the new password in the
password
field - In the Functions drop-down menu, select MD5
- Scroll to the bottom of the page and click Go to save
NOTE: When the password is updated, it will be encrypted by the MD5 function. Because of this, you won't be able to view the current password directly in the database. - Log into the dashboard with the new password
Comments
0 comments
Article is closed for comments.