Applicable to:
- SolusVM
Question
How to update SolusVM provisioning module for WHMCS?
Answer
- Connect to WHMCS server via SSH
- 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
- Unpack the archive:
# unzip v4.1.6.zip
- 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.
Comments
0 commentsPlease sign in to leave a comment.