How to update SolusVM provisioning module for WHMCS?

Have more questions? Submit a request

Applicable to:

  • SolusVM

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:

    https://github.com/solusio/solusiovps/releases/

    For example:

    # wget https://github.com/solusio/SolusVM-WHMCS-Module/archive/refs/tags/v4.1.6.zip

  3. Unpack the archive:

    # unzip v4.1.6.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/*
    # 
    cp -a SolusVM-WHMCS-Module-4.1.6/modules/servers/solusvmpro/* WHMCS_WEBROOT/modules/servers/solusvmpro/

    Replace WHMCS_ROOT with the path to WHMCS web root directory.

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.