Reference for Command-Line Utilities, Plesk for Linux
  • History of Changes
  • Command Line Utilities Overview
  • Getting Started with Command Line Utilities
  • Plesk Utility
  • Using Command Line Utilities
    • admin_alias: Additional Administrator Accounts
    • admin: Administration Panel Preferences
    • anonftp: Anonymous FTP Access
    • aps: Application Catalog
    • autoresponder: Mail Autoresponders
    • branding_theme: Plesk Branding
    • certificate: SSL/TLS Certificates
    • cloning: Server Cloning Settings
    • custom_plan_items: Custom Plan Options
    • custombutton: Custom Buttons
    • customer: Customer Accounts
    • database: Databases
    • database-server: Database Servers
    • dns: DNS Zones on Domains
    • domain_restriction: Prohibited Domain Names
    • domalias: Domain Aliases
    • event_handler: Event Handlers
    • extension: Extensions
    • ftpsubaccount: Additional FTP Accounts
    • git: Git Repositories
    • grey_listing: Greylisting
    • hotlink_protection: Site Content Protection from Hotlinking
    • init_conf: Server Configuration
    • ip_ban: IP Address Banning (Fail2Ban)
    • ip_pool: IP Pools
    • ipmanage: IP Addresses
    • keyinfo: License Key Properties
    • license: License Keys
    • locales: Plesk Locales
    • mail: Mail Accounts
    • maillist: Mailing Lists
    • mailserver: Mail Server Settings
    • nodejs: Node.js Versions
    • notification: Email Notification About System Events
    • optimization_settings: Apache Modules Management
    • panel_gui: Links to Domain Registration and Certificate Purchasing Services
    • php_handler: PHP Handlers
    • pleskbackup: Backing Up Content and Configuration
    • pleskrestore: Restoration from Backup
    • poweruser: Power User Mode
    • product_info: Product Information
    • protdir: Site Directories Protection
    • reseller: Reseller Accounts
    • reseller_plan: Reseller Plans
    • role: User Roles
    • secret_key: Authentication in the XML API Service
    • server_dns: DNS Zone Template
    • server_filesharing: File Sharing
    • service_plan_addon: Hosting Plan Add-ons
    • service_plan: Hosting Plans
    • server_pref: Interface and System Preferences
    • service: Services
    • site: Sites
    • skeleton: Virtual Host Templates
    • spamassassin: Spam Filtering
    • statistics: Calculating Statistics
    • subdomain: Subdomains
    • subscription: Subscriptions
    • subscription_settings: Hosting Subscription Settings
    • tomcat: Tomcat Service and Java Applications on Domains
    • traffic: Traffic on Domain
    • user: Users
    • vps_optimized: VPS-optimized Mode
      • Apache Modules Switched Off in VPS-Optimized Mode
    • webstat: Web Statistics
    • webuser: Web Users
    • wp-toolkit: WordPress Toolkit
Reference for Command-Line Utilities, Plesk for Linux
  • Docs »
  • Using Command Line Utilities »
  • panel_gui: Links to Domain Registration and Certificate Purchasing Services

panel_gui: Links to Domain Registration and Certificate Purchasing Services¶

The panel_gui utility is used for customizing links to external services through 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:

plesk bin panel_gui --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/TLS certificates:

plesk bin panel_gui -p -cert_purchasing true
--help or -h   Displays help on the use of the utility.

To view help on the use of the utility:

plesk bin panel_gui --help

or

plesk bin panel_gui -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:

plesk bin panel_gui -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:

plesk bin panel_gui -p -cert_purchasing true
-extras true|false Enables/Disables hiding buttons for extra services.

To enable hiding buttons for extra services:

plesk bin panel_gui -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:

plesk bin panel_gui -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:

plesk bin panel_gui -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/TLS certificate selling service to example.com:

plesk bin panel_gui -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:

plesk bin panel_gui -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:

plesk bin panel_gui -p -mail_bounce true


© Copyright Plesk

Built with Sphinx using a theme provided by Read the Docs.