Applicable to:
- SolusVM
Question
How to install and configure WHMCS SolusVM (solusvmpro) module?
Answer
-
Connect to the server with installed WHMCS over SSH.
-
Download and unpack the archive with the module:
# wget https://codeload.github.com/plesk/SolusVM-WHMCS-Module/zip/master -O ./SolusVM-WHMCS-Module-master.zip && unzip SolusVM-WHMCS-Module-master.zip
-
Move content of modules folder from the archive to <WHMCS-root-directory>/modules:
# mv ./SolusVM-WHMCS-Module-master/modules/* <WHMCS-root-directory>/modules/
-
Log in to SolusVM administrator web interface.
-
Open Configuration > API Access > Add API User.
How to add API user -
Type IP address of WHMCS server in IP Address section and copy ID and Key values. Click on Add API user.
-
Create a plan for the necessary visualization in Plans > Add <virtualization> Plan:
Plan settingsMandatory fields are:
-
Plan Name (Must be unique and contain no spaces)
-
Hdd Space (sets disk space of the created VM)
-
RAM (sets available memory of the created VM)
-
Swap (sets available swap of the created VM. Not required for Windows)
-
Bandwidth (sets available bandwidth of the created VM)
Other fields can be left untouched or edited if required.
-
-
Log in to WHMCS administrator interface.
-
Open Setup > Product/Services > Servers > Add New Server.
Adding SolusVM master node -
Add Master SolusVM server:
Settings of Master node-
Name - any name for SolusVM Master server.
-
Hostname - hostname of SolusVM Master server.
-
IP Address - address of SolusVM Master server.
-
Type - select solusvmpro.
-
Username - type ID value from step 6.
-
Password - type Key value from step 6.
-
Access Hash:
CONFIG_TEXT: <ssl_verifypeer>no</ssl_verifypeer>
<ssl_verifyhost>no</ssl_verifyhost> -
Secure - select the option Tick to use SSL Mode for Connections.
-
-
Click Save Changes.
Comments
0 commentsPlease sign in to leave a comment.