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://whmcs.prod.solusvm.com/solusvm2.whmcs.tar.gz
    # tar -xvf solusvm2.whmcs.tar.gz
    

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