Plesk for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk for Linux
Question
- How to hide buttons Register Domain Name, Manage Domain Names, View Services and Buy SSL/TLS Certificate in Plesk > Tools & Settings > External Services?
- How to hide buttons Register Domain Name and Manage Domain Names in Plesk > Domains > example.com?
Answer
- Log into Plesk.
- Go to Tools & Settings > Interface Management > Interface Controls Visibility > Controls.
- Tick the option which is required to hide:
Note: if all three options will be selected as on the screenshot above, the External Services section will not be no shown in Plesk > Tools & Settings.
- Press the OK button to apply the changes.
Solution using the SSH access
- Log into the server via SSH.
- Execute the command below to hide the corresponding button:
- To hide View Services button:
# plesk bin panel_gui --preferences -extras true
- To hide Buy SSL/TLS Certificate button:
# plesk bin panel_gui --preferences -cert_purchasing true
- To hide Register Domain Names and Manage Domain Names buttons:
# plesk bin panel_gui --preferences -cert_purchasing true
- To hide View Services button:
Comments
3 comments
To hide Register Domain Names and Manage Domain Names buttons:
# plesk bin panel_gui --preferences -domain_registration true
Hide controls for rejection messages for non-existent mail addresses
# plesk bin panel_gui --preferences -mail_bounce true
Even with hidden certificate purchasing the buy now fields are visible for everyone.
//EDIT:
Found my problem. If you're using SSL It! package you are able to deselect some ssl certificates.
Please sign in to leave a comment.