自定义字段:
字段名 | 字段类型 | 权限 | 虚拟化类型 |
vserverid | Text Box | Admin Only | All |
rootpassword | Text Box | Admin Only | All |
nodeid | Text Box | Admin Only | All |
instructions | Text Box | Admin Only | KVM |
vncip | Text Box | Admin Only | Xen HVM, KVM |
vncport | Text Box | Admin Only | Xen HVM, KVM |
vncpassword | Text Box | Admin Only | Xen HVM, KVM |
internalip | Text Box | Admin Only | Xen PV, Xen HVM, KVM |
SSL 配置
如果开启 SSL请正确配置证书,如果你的SSL证书状态不正常请才去下面设置:
Go to "Products/Services" -> "Servers" in admin area.
Choose your SolusVM server.
Enable "Tick to use SSL Mode for Connections".
Put the following lines into "Access Hash":
<ssl_verifypeer>no</ssl_verifypeer>
<ssl_verifyhost>no</ssl_verifyhost>
Callbacks 回调通知
The callback feature (Admincp > Settings > Configuration > Callback) allows SolusVM to notify WHMCS when a specific action is performed.
支持以下操作回调(主控端更换会自动发送回WHMCS):
Suspend
Unsuspend
Terminate
Change Hostname
Add/Remove IP
Change Root Password
Reinstall
编辑设置,以适应您的环境。将插件包内的 callback-exmple.php 更改为 你想要的名字 比如 callback.php编辑 callback.php 文件 设置三行内容
/**
* @var $admin_user
* The username of a administrator in your whmcs.
*/
$admin_user = "admin";
/**
* @var $security_hash
* The hash as shown in SolusVM.
*/
$security_hash = "xxx";
/**
* @var $connection_ip
* The ip address of your SolusVM master.
*/
$connection_ip = "IP";