How to update SolusVM 2 provisioning module for WHMCS?

Have more questions? Submit a request

Applicable to:

  • SolusVM 2

Question

How to update SolusVM 2 provisioning module for WHMCS?

Answer

  1. Connect to WHMCS server via SSH
  2. Download the latest solusvm2vps module release and unarchive it:

     

    # wget https://whmcs.prod.solusvm.com/solusvm2.whmcs.tar.gz
    # tar -xvf solusvm2.whmcs.tar.gz

  3. Backup the existing solusvm2vps module version:

    # cp -a WHMCS_WEBROOT/modules/servers/solusvm2vps{,.old}

    Replace WHMCS_WEBROOT with the path to WHMCS web root directory.

  4. Replace the old files with the new one:

    # yes | cp -a ./modules/servers/solusvm2vps/* WHMCS_WEBROOT/modules/servers/solusvm2vps/

    Replace WHMCS_WEBROOT 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.