Mobile App: Connecting to WHMCS

From WHMCS Documentation

Revision as of 21:51, 21 May 2020 by John (talk | contribs)

To use the mobile app with your WHMCS installation, you'll need to establish a connection to it by following these steps:

  1. Open the configuration.php file found in your WHMCS installation directory using a text editor
  2. Add the following line to the end of the file:
    $api_access_key = "YOUR_API_ACCESS_KEY";
  3. Replace YOUR_API_ACCESS_KEY with the key you'd like to use.
  4. Save changes to the configuration.php file and upload to your server
  5. Open the mobile WHMCS application
  6. Upon the first login, you will be asked to enter your authentication details:
    • The WHMCS Installation URL should be set to the System URL found on your admin area Setup > General Settings > General tab
    • Enter your admin username and password
    • Enter the API Access Key created above
    • Finally, click the Save button

If everything was done correctly, you will be taken to the mobile app home screen and can begin using the app.

Profile Creation Screen