Skip to content

Feature Suggestions

Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.

Please write in English so that voters from all over the world can read and support your request.

For technical assistance, contact Plesk support
For questions, bug reports, discussions and free assistance, check our Forum and Facebook page
For additional information, see Documentation, Knowledge Base and Blog
Follow us on Twitter for more news on Plesk development

Off-topic posts will be removed from here

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

2092 results found

  1. Add a detailed status message for restoring specific domains via Backup Manager

    Restoring a backup in Tools & Settings > Backup Manager always results in a generic message:

    Restoration of the backup <timestamp> completed

    But this message remains the same both after restoring a full server backup or just some specific domains, which can be confusing.

    If only specific domains have been restored, please add a separate message listing these domains.

    1 vote
    How important is this to you?
  2. Restricted mode: select subdomains to lock for deletion

    Create opportunity to select subdomains that are locked for deletion by additional admin user

    1 vote
    How important is this to you?

    Is this about a four-eyes or six-eyes feature? Like one admin first needs to "prepare" domains or subdomains for deletion, then another admin can delete them? Could you please mention some details on the business case and why such a function would help users to work more efficiently with their server?

    -- PD

  3. create subscription wizard for WordPress

    Allow us to select the Wordpress set when using the create Subscription Wizard

    1 vote
    0 comments  ·  Usability and UI  ·  Admin →
    How important is this to you?
  4. to implement a complete reset function (automatic full backup after initial installation)

    The first thing the server does when a server has Plesk installed is a backup. this backup is secured with an encrypted directory.

    1 vote
    How important is this to you?
  5. Increase the downloading speed on Plesk Installer in China

    The installation of Plesk in mainland China is very slow, mainly when downloading.
    Can you add some nodes within China?

    1 vote
    How important is this to you?
  6. "Enable/disable filter set" via CLI

    Allow the Roundcube option "Enable/disable filter set" found at Roundcube > Settings > Filters > Actions > Enable/disable filter set to be toggled via CLI.

    1 vote
    0 comments  ·  Mail  ·  Admin →
    How important is this to you?
  7. Prevent resellers from editing Cgroup manager's settings

    To prevent resellers from modifying Subscription's CPU usage limits, in other words to prevent a reseller from editing Cgroup manager's settings would give Administrators more control over the server resources usage.

    1 vote
    How important is this to you?
  8. Allow resellers to use remote FTP backup, but prevent them from changing it's settings

    To let resellers use the ftp archive without letting them change the FTP remote settings could give Administrators more control over backups.

    1 vote
    How important is this to you?
  9. Use official RPM commands to verify repo being used in Plesk Installer

    In the current state of Plesk installer, regular expressions are being used to verify EPEL release and installation state.

    To support 3rd party repository, it would be advantageous if Plesk installer would use official RPM commands to verify. For example:

    # rpm -q --whatprovides epel-release
    epel-release-rackspace-8-4.el8.noarch
    
    # rpm -q --provides epel-release-rackspace
    config(epel-release-rackspace) = 8-4.el8
    epel-release
    epel-release-rackspace = 8-4.el8
    
    1 vote
    How important is this to you?
  10. Collapse domain aliases under main domain

    When you have a domain with many aliases (I currently have one with 15 domain aliases and several with 4 or 5) it makes the classic view (or any other view for that matter) a bit messy.

    It would be great if these domain aliases were simply hidden from the list using an accordion or something below the main domain so you can expand it out if needed.

    They also shouldn't count towards the number of domains shown on the page e.g. 25.

    1 vote
    How important is this to you?
  11. Add the ability to remove all infected email all once in Plesk Email Security

    Currently it's only possible to delete infected / quarantined items in Plesk Email Security one page at a time (50 items at once).

    This makes it very tedious to remove quarantined items through the extension when there are several thousand infected.

    A button to select all items in all pages should be added.

    1 vote
    0 comments  ·  Extensions  ·  Admin →
    How important is this to you?
  12. DNS Forwarding

    It'd be great to have an option to configure DNS Forwarding with masking in Plesk.

    1 vote
    0 comments  ·  DNS  ·  Admin →
    How important is this to you?
  13. Use the same time format for all elements in Backup Manager

    The "Tools & Settings > Backup Manager > Schedule" menu is using 24-hour format for setting a time for backup startup, but the backup list in "Tools & Settings > Backup Manager" is using 12-hour format (AM/PM), which can be confusing.

    Please use the same format between these two elements, or add an option to select the preferred format.

    1 vote
    How important is this to you?
  14. Email forwarding stops forwarding mail back to the address that sent the mail

    We have an email address for "operations", which forwards emails to three separate accounts. When someone on the team replies to an email, it gets sent to "operations" and all of the other addresses listed. "operations" then receives the email and forwards it back again to the address that sent it.

    My idea is to have an option for the forwarding email to NOT forward emails back to the email address it was received from. It recognizes that email address is in its forwarding list and won't forward it back to that specific email.

    So, instead of user 1 ->…

    1 vote
    0 comments  ·  Mail  ·  Admin →
    How important is this to you?
  15. Add the option to display doc and xls format via the File Manager view/editor.

    Add the option to display basic Word (doc) and Excel (xls) format via the File Manager view/editor.

    1 vote
    How important is this to you?
  16. Rest API - Get assigned plan from domain

    Using the REST API it is not possible to view the assigned plan from a domain. You can only add a plan when creating a domain. I would like the see what plan is assigned to a domain for our billing process.

    1 vote
    How important is this to you?

    Thank you for your input! We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important. 


    At the moment you can use the following SQL query for psa database for getting what you want:


    SELECT dom.id as domain_id, dom.name as domain, ps.plan_id, t.name as plan_name from domains dom LEFT JOIN Subscriptions s ON (dom.id=s.object_id AND s.object_type='domain') LEFT JOIN PlansSubscriptions ps ON ps.subscription_id=s.id LEFT JOIN Templates t ON t.id=ps.plan_id;


    -- 

    IG

  17. Add the import feature to the "plesk ext wp-toolkit --wp-cli" utility

    There is an export option for the "plesk ext wp-toolkit --wp-cli":
    plesk ext wp-toolkit --wp-cli -instance-id 2 -- export
    Starting export process...
    Writing to file /var/www/vhosts/example.com/httpdocs/futureinvestments.wordpress.2022-06-03.000.xml
    Success: All done with export.
    But the import feature require native "wp" utility to be installed, and fails via plesk utility with error:
    WordPress Importer needs to be installed. Try 'wp plugin install wordpress-importer --activate'.

    Such option (import) in plesk ext wp-toolkit --wp-cli would improve usability

    1 vote
    1 comment  ·  WP Toolkit  ·  Admin →
    How important is this to you?
  18. Limit rate of backup

    Full weekly backup for all domains create a huge I/O throughput on our SAN that stress too much our infrastructure until backup ends. It would great if we can tune data through a pipe like "pv" command do.

    I.e.
    This is an example of backup that stress the SAN:
    mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip > $_file

    This instead is and example that do not stress the SAN:
    mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip | pv -L 512k > $_file

    in the last command we set the maximum rate limit of 512k. Of course…

    1 vote
    How important is this to you?
  19. Create security.txt

    Help admins and customers to create a security.txt file when creating a site in Plesk Panel, see https://securitytxt.org/
    No details yet.

    1 vote
    open discussion  ·  2 comments  ·  Security  ·  Admin →
    How important is this to you?
  20. Progress bar and display time left for the transfer via Site Import

    It would be nice to have a timer that will show time left to finish the site transfer via Site Import extension.

    1 vote
    0 comments  ·  Migrations  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Feedback and Knowledge Base