Difference between revisions of "FAQs"

From WHMCS Documentation

m
Line 28: Line 28:
  
 
==License Invalid==
 
==License Invalid==
A Licence Invalid error on the admin login page suggests an invalid licence key has been entered or the WHMCS installation has been moved without updating the licence. For more information refer to [[Licensing#License_Invalid|License Invalid]].
+
A Licence Invalid error on the admin login page suggests an invalid licence key has been entered or the WHMCS installation has been moved without updating the licence. For more information refer to [[Licensing#License_Invalid|Licensing - License Invalid]].
  
  
 
{{troubleshooting}}
 
{{troubleshooting}}

Revision as of 17:50, 7 August 2012

This page contains the answers to general frequently asked questions.

Reset Administrator Password

Should you forget the administrator password for WHMCS a reset option is available from the login page. However if this option is disabled or the email is not received the password can be changed directly in the database by following these instructions:

  1. Login to your database administration interface (usually PHPMyAdmin via your server control panel)
  2. Select the WHMCS database in the left-hand menu
  3. Browse to the tbladmins table
  4. Click Edit next to the administrator account you wish to reset
  5. Enter the new password in the Password field
  6. From the Functions dropdown select the MD5 option
  7. Finally click Go to apply the changes

You will now be able to login using the new password specified in step 5.

Lift IP Address Ban

If three consecutive failed administrator login attempts are made that IP address will be blocked for the amount of time specified in your security settings to prevent against dictionary password attacks. You can wait for the ban to expire at the time displayed on in the error message, login from a different IP address, or follow these instructions to lift the ban immediately:

  1. Login to your database administration interface (usually PHPMyAdmin via your server control panel)
  2. Select the WHMCS database in the left-hand menu
  3. Browse to the tblbannedips table
  4. Finally locate the row containing your IP address and click the corresponding red "X" icon.

The ban will now be lifted and access to your WHMCS installation restored.

No Connection Error

A No Connection error on the admin login page suggests there is a problem preventing your server from communicating with the WHMCS licensing server. For more information refer to Licensing - No Connection Error.

License Invalid

A Licence Invalid error on the admin login page suggests an invalid licence key has been entered or the WHMCS installation has been moved without updating the licence. For more information refer to Licensing - License Invalid.