Applicable to:
- SolusVM 2
Question
How to create a login button for SolusVM 2 Client panel in WHMCS client area?
Answer
It can be configured through /whmcs_root/modules/servers/solusvm2vps/config.php:
return [
'allow_login_to_cloud_panel' => false,
'delete_solus_user' => false,
'default_domain' => [
'enabled' => false,
'mask' => '*.example.com',
],
];
allow_login_to_cloud_panel - if true, renders the Log In button in the provisioning module to log in to the SolusVM 2 user area. The default value is false.
Comments
0 commentsPlease sign in to leave a comment.