All Collections
Miscellaneous
Installing the WHMCS Plugin
Installing the WHMCS Plugin

How to install our billing plugin for WHMCS

Will avatar
Written by Will
Updated over a week ago

Our WHMCS plugin helps streamline billing in upsell environments.

Capture / provision the data you need from monarx.com

Enterprise ID - available within the "Enterprises" console

API KEY / API ID - created in the "Credentials" module

Once created, capture the Key / Id and save for later use. Edit the key once created and attach the "Billing" property and save.


Via command line on the instance running WHMCS -

#create the directory where the plugin will live
mkdir -p /var/www/html/whmcs/modules/addons/monarx
chmod a+w /var/www/html/whmcs/modules/addons/monarx

#move to previously added directory
cd /var/www/html/whmcs/modules/addons/monarx

#download
wget https://repository.monarx.com/repository/monarx/monarx-whmcs-plugin.latest.zip

unzip monarx-whmcs-plugin1.latest.zip


From within the WHMCS management portal configure our plugin -

Navigate to "System Settings" -> Add On Modules

Select the Monarx Module and enter the configuration view

Enter the following values

  • Enterprise ID - Visible from with the Monarx "Enterprises" console

  • Line Item Description - Must match the description of the item / package that Monarx is being included in

  • API Key - API Key provisioned from within the Monarx "Credentials" console

  • API ID - API ID provisioned from within the Monarx "Credentials" console

  • (No special access rights are required, so the check boxes under "Access Control" can be left empty.)

Did this answer your question?