How to update SolusVM 2 postpaid addon for WHMCS

Have more questions? Submit a request

Applicable to:

  • SolusVM 2

Question

How to update SolusVM 2 postpaid addon for WHMCS

Answer

  1. Connect to WHMCS server via SSH
  2. Run the following commands:

    # wget https://whmcs.prod.solusvm.com/solusvm2.whmcs.tar.gz
    # tar -xvf solusvm2.whmcs.tar.gz
    # cp -a {WHMCS_WEB_ROOT}/modules/addons/solusvm2{,.orig}
    # rm -rf {WHMCS_WEB_ROOT}/modules/addons/solusvm2/*
    # mv ./modules/addons/solusvm2/* {WHMCS_WEB_ROOT}/modules/addons/solusvm2/

    Where {WHMCS_WEB_ROOT} is the path to WHMCS installation web root directory(i.e. /var/www/html)

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.