panel_gui.exe: Links to Domain Registration and Certificate Purchasing Services

The panel_gui.exe utility is used for customizing links to external services through CLI.

Location

%plesk_cli%

Usage
panel_gui <command> [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
]

Example

The following command hides buttons that forward users to certificate retailer's or domain registration sites:

panel_gui.exe --preferences -domain_registration true -cert_purchasing true

Commands
Command Parameter Description Example

--preferences or -p

 

Updates interface preferences.

To hide all links for purchasing SSL certificates:

panel_gui.exe -p -cert_purchasing true

--help or -h

 

Displays help on the use of the utility.

To view help on the use of the utility:

panel_gui.exe --help

or

panel_gui.exe -h

Options
Option Parameter Description Example

-domain_registration

true|false

Enables/Disables hiding buttons forwarding to a domain registration site.

To enable hiding buttons forwarding to a domain registration site:

panel_gui.exe -p -domain_registration true

-cert_purchasing

true|false

Enables/Disables hiding buttons forwarding to a certificate retailer's site.

To enable hiding buttons forwarding to a certificate retailer's site:

panel_gui.exe -p -cert_purchasing true

-extras

true|false

Enables/Disables hiding buttons for extra services.

To enable hiding buttons for extra services:

panel_gui.exe -p -extras true

-domain_registration_url

<URL>

Sets a custom URL for links referring to domain name registration service.

To set a custom URL for the domain name registration service to example.com:

panel_gui.exe -p -domain_registration_url example.com

-domain_management_url

<URL>

Sets a custom URL for links referring to domain management portal.

To set a custom URL for the domain name management service to example.com:

panel_gui.exe -p -domain_management_url example.com

-cert_purchasing_url

<URL>

Sets a custom URL for links referring to certificate selling service.

To set a custom URL for the SSL certificate selling service to example.com:

panel_gui.exe -p -cert_purchasing_url example.com

-mpc_portal_url

<URL>

Sets a custom URL for the Provider Services link.

To set example.com as the provider's website address:

panel_gui.exe -p -mpc_portal_url example.com

-mail_bounce

true|false

Enables/Disables hiding controls for bounce messages for non-existent mail addresses.

To enable hiding controls for bounce messages for non-existent mail addresses:

panel_gui.exe -p -mail_bounce true

-billing_enabled

true|false

Turns off Customer and Business Manager in Plesk.

Important: Use 'true' to turn off and 'false' to turn on Customer and Business Manager.

Note that to integrate Customer and Business Manager, you should first enable the single sign-on service using the sso utility.

To enable Customer and Business Manager in Plesk:

panel_gui.exe -p -billing_enabled false