How to customize or remove Panel License and Add-On Keys
In Server Administration Panel > Tools & Utilities > License Management, there are links that can be customize or remove:
If you need to customize these links so as to point at your company’s website, create a text file named panel.ini and place the following lines there:
[marketplace]
panelAndAddonsLicensesStore = “”
If you want to remove these links from the Panel, leave the URL empty:
[marketplace]
panelAndAddonsLicensesStore = “”
Save the file and place it in the following directory on the Panel-managed server:
On Unix/Linux: /usr/local/psa/admin/conf/
To undo the customization and return to default values, remove these strings from panel.ini.
Reference: http://parallels.net
How to customize link to Provider’s Website
To customize the URL that opens when the View Services button is clicked:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -mpc_portal_url [url]
To remove the View Services button:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -extras true
Location of link to Provider’s Website
Server Administration Panel > Tools & Utilities > View Services button.
Reference: http://parallels.net
How to customize SSL Certificate buttons URL
To customize the Buy SSL Certificate and View Certificates buttons URL:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -cert_purchasing_url [url]
To remove the buttons for viewing and purchasing SSL certificates:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -cert_purchasing true
How to customize Domain Names button URL
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -domain_management_url [url]
Remove the Manage Domain Names button:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -domain_management true