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

  • or

1194 results found

  1. Better email notifications management through CLI

    Improve the email notifications management through CLI using the "plesk bin notification" command.

    As of now, there are plenty of notifications that can be easily managed in Plesk GUI while it is not possible through that command making it quite hard to manage as the ones that can not be managed through the command itself, need to be modified directly on the Plesk database while in Plesk GUI all (or almost) the notifications are unified under Tools & Settings > Notifications

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  3. Ability to clean mail queue via CLI filtering messages with the same pattern

    There is a way to clean mail queue with command like the following:

    plesk bin mailserver --help | grep queue
    --clean-mail-queue Removes all the messages from the mail
    queue.

    But sometimes it is required to clear not all messages but only ones that have the same subject, sender, recipient, etc.
    In Plesk GUI there is already this functionality in Tools & Settings > Mail queue, opening search bar with arrow icon.
    It would be great to have the similar functionality for CLI command.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Classic and integrated pipeline mode

    Posibility to change classic and integrated pipeline mode in IIS7/7.5/8/8.5 on Plesk Panel (ASP.NET Settings)

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  5. Allow access to Presence Builder from control panel

    It's probably a bug rather than anything else, but since the first version of Obsidian, there is no more link from the domain control panel to Web Presence Builder. You have to tinker around with different views and moving into the subscription settings to be able to open the site for editing.

    The feature request is: provide a link to Web Presence Builder, at least for sites for which it is installed, on the domain overview, in all views.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  6. PLESK DASBOARD with video Intro: How to set xyz !!!

    It´s in all Dashboard the same circle ..run to find solution
    IF someone is looking for How to act..then the first things is to waste time in google to find right solution or in youtube a movie ..
    why cant u add solution related to issue with link from youtube or google link...(maybe basics)
    we are in time , where nobody has time to waste

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  7. Migrating tool for Apache2 (Wordpress) linux server confs and sites.

    Just reading with ssh root access /etc/apache2/sites-enabled/ and listing sites to be copied with their files and databases. Also Nginx sites.
    It could be payable extension linked to Plesk license.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Migrations  ·  Admin →
  8. function that users can check the log

    Hello, I'm using Plesk Onyx 17.5.3.

    In our environment
    We are providing Role of DNS to users.
    I wish to provide users with their own DNS operation log.

    Administrators can check logs from Tools & Settings.
    The Subscriptions owner and the Role user who restricts the authority can not check the log.
    We request a function that can check the log even for users who have restricted Role.

    If there are some mistakes in English, I’d like to apologize.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    declined  ·  IgorG responded

    Thank you for your input!
    Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.

    IG

  9. set the "lower-case-table-names" value to 1

    1 is the current default setting and most widely used or you can just have the setting open even for the starter hosting account.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Databases  ·  Admin →
  10. Database user permission is set according to the database server type

    Migrator should take into account the database server type (remote or local) and change user permissions accordingly. Currently, users that was set on the source with permissions to connect locally to a local database are migrated to the target with the same permissions, despite the fact, that on the target database server is set as a remote. That leads to inability to connect to remote database for that user on the source after migration and migrator change the permission accordingly.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Migrations  ·  Admin →
  11. Add hidden mail forwarding option

    There should be an option to forward mail without letting the customer know it is enabled (to the extent permitted by the law).

    Currently, it is possible to hide all mail settings from a service plan or subscription. More granular control to hide mail forwarding only, or an option to enable it separate from the customer's own forwarding settings, would help monitor malicious content.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Panel/Mail  ·  Admin →
  12. Allow csv export of IP Addresses for easy export to new server when setting up the configuration.

    Allow for easy export of various values in Plesk as CSV values. In my case I am generating a yaml file for the server that I am migrating my Plesk server to that contains a lot of IP addresses. Plesk's migration extension is good, but it complains about the lack of available IP addresses on the new server, IP addresses we may not want active/live until the cutover from dev to prod.

    I can copy/paste line by line so this is the lowest of low priorities for me.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    At least three easy solutions already exist to export the list of IP addresses:


    1: As CSV:

    # plesk db -Ne "SELECT ip_address FROM psa.IP_Addresses INTO OUTFILE '/tmp/ip_addresses.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '\"' LINES TERMINATED BY '\n';"


    2: As XML:

    # plesk bin ipmanage -xi


    3: As a formatted text list:

    # plesk bin ipmanage -l


    -- PD

  13. Update the subscription's backup options by the means of CLI

    It would be nice to have an option which allows to update the subscription's backup settings(exclude files/logs) via CLI.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Friendly Name for mailbox account.

    Ability to set "FROM header contains a friendly name", i.e. "John Smith" john.smith@example.com.

    P.S. As I see, when I set auto-answer on Plesk Panel, users receive "" john.smith@example.com.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →
  15. Better Multi-Server API Support and Documentation

    Current documentation doesn't sufficiently cover which settings are needed for which XML API calls when in a multi-server context.

    Furthermore, some calls require the service node to be specified, this defeats the purpose of having a single management node to manage subscriptions.

    It requires the API caller to have knowledge of the individual service nodes and where the management node has provisioned them. The management node should automatically pass the call to the relevant service node so as to benedit from the single API entry point.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  16. forwarding emails with independent email reciever-address, not the mailbox adress

    it should be possible to set an independent address for the forwarded emailm example:

    i have a mailbox: mail@domain.com

    i set up a forwarding to an other email, maybe forward@domain2.com

    the reciever gets an email with reciever-address mail@domain.com, but it would be better to adjust it and set the forward-address as reciever address.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  17. Add Option to delete Spam marked by SpamAssassin

    I'm using Plesk 12.5. on a Windows 2012 x64 Server
    I'm missing the option to delete Spam if it reaches the Score set in SpamAssassin Setting.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Mail  ·  Admin →
  18. Record history of domain configuration changes

    When the http, nginx, php etc settings for a domain are changed could these be recorded in a log file so there is a record of what has been done - and any associated notes.

    Same recording system could be applied to any server wide configuration changes.

    In its simplest case this could just list the changes a fuller implementation would allow an admin / site owner to revert to a configuration 38 minutes ago!

    This overlaps with backups but would record the changes as they are made through Plesk.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  19. CAS Trust Level Setting in Service Plan Level

    Add the capability of setting the CAS Trust level on the Service Plan level under the Permissions tab.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Group Folder permission

    Plesk allows to set permissions to a single folder. If I want to set permissions for multiple folders, I have to do it one-by-one.
    If I have, say, 10 folders, it's a time consuming process.

    I suggest you to allow users to set permissions on multiple folders at a single go. Like how you allow to add files/folders to archive by multiple selection.

    Same way, user can select multiple folders. Then click on "Permissions" and then user can set desired permissions on next page. These permissions should then be applied to the selected folders.

    It's a simple request but it…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  • Don't see your idea?

Feedback and Knowledge Base