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: