Plesk for Windows
Plesk for Linux
kb: how-to
ABT: Group B
Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
How to change the links to domain registration and certificate purchasing in Plesk?
- View Services
- Register Domain Names and Services portal
- Manage Domain Names
- Buy SSL/TLS Certificate
Answer
Connect to the Plesk server via SSH (Linux) / RDP (Windows Server) and use these commands:
-
to change the URL of the View Services button:
# plesk bin panel_gui -p -mpc_portal_url "https://example.com"
-
to change the URL of the Register Domain Names and Services portal buttons:
# plesk bin panel_gui -p -domain_registration_url "https://example.com"
-
to change the URL of the Manage Domain Names button:
# plesk bin panel_gui -p -domain_management_url "https://example.com"
-
to change the URLs of the Buy SSL/TLS Certificate button:
# plesk bin panel_gui -p -cert_purchasing_url "https://example.com"
Additional Information
To learn more about the panel_gui Plesk utility, visit:
Comments
0 comments
Please sign in to leave a comment.