Skip to content

Installation of the module

  1. Connect to the server with installed WHMCS over SSH.

  2. Download an archive with the module and unpack it:

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

  3. Move the content of modules folder to the directory of WHMCS:
    # mv ./SolusVM-WHMCS-Module-master/modules/* <WHMCS-root-directory>/modules/
    
Back to top