Difference between revisions of "Mobile App: Connecting to WHMCS"
From WHMCS Documentation
Line 13: | Line 13: | ||
#* Finally, click the '''Save''' button | #* 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. | |
− | + | [[File:Profile_creation.png|left|thumb|Profile Creation Screen]] |
Revision as of 21:50, 21 May 2020
To use the mobile app with your WHMCS installation, you'll need to establish a connection to it by following these steps:
- Open the configuration.php file found in your WHMCS installation directory in a text editor
- Add the following line to the end of the file:$api_access_key = "YOUR_API_ACCESS_KEY";
- Replace YOUR_API_ACCESS_KEY with the key you'd like to use.
- A tool such as https://passwordsgenerator.net/ can be used to generate a random key
- Save changes to the configuration.php file and upload to your server
- Open the mobile WHMCS application
- 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.