Articles in this section

How to update SolusVM provisioning module for WHMCS?

Applicable to:

  • SolusVM WHMCS module (for SolusVM 1)

Question

How to update SolusVM provisioning module for WHMCS?

Answer

  1. Connect to WHMCS server via SSH
  2. Download the latest SolusVM release from here.

    wget https://codeload.github.com/plesk/SolusVM-WHMCS-Module/zip/master -O ./SolusVM-WHMCS-Module-master.zip

  3. Unpack the archive:

    unzip SolusVM-WHMCS-Module-master.zip

  4. Backup the existing module and replace the old files with the new ones:

    # cp -a WHMCS_WEBROOT/modules/servers/solusvmpro{,.old}
    # rm -rf WHMCS_WEBROOT/modules/servers/solusvmpro/*
    mv ./SolusVM-WHMCS-Module-master/modules/* <WHMCS-root-directory>/modules/

    Replace WHMCS_ROOT with the path to WHMCS web root directory.

     

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.