How to create a login button for SolusVM 2 Client panel in WHMCS client area

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.

 

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.