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

2090 results found

  1. Bring back a "late adopter" version

    On servers with many users, bugs can have a significant impact on the business reputation and support volume. Plesk once had a "late adopter" option so that updates were not done right after publication, but a bit later, when most of the product issues discovered were already solved by hotfixes or patches (minor updates). Maybe this could be brought back into the product as an option for Plesk updates?

    5 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. Plesk Premium antivirus customize notifications

    It is necessary to be able to configure notifications via Plesk GUI about viruses in email messages for both the server administrator and customers.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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  ·  Extensions  ·  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. Limit maximum crontab frequency and preventing cronjobs pile-up

    Plesk administrator should be able to limit the maximum crontab frequency allowed for user's crontab (example: deny the creation of cronjob that run more often than once in 5 minutes)

    Crontab pile-up should be prevented, so a user can't run a cron job if the same job isn't finished yet.

    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)

    Thank you for your idea.

    For the time being, please consider that a script that is started via cronjob, should check itself if another instance of the same script is already running, if there is a risk that a further instance causes problems. Crontab cannot check that. 

    Also, please be aware that users are not bound to repeat actions in a script in a while-loop. They can easily start a script every 10 minutes, yet let it run over and over again by just putting their content into a while-loop, maybe even wait a few seconds after each iteration. So limiting them to create cronjobs for only every n minutes will not keep users from executing scripts all the time.

    We'd like to hear more from other users what they think about the idea. If it still becomes popular, it might find its way into a future version of the…

  5. plesk advisor score functionality needs enhancement

    The Plesk advisor complains about not having installed the Plesk firewall, but it doesn't check iptables rules. I have setup my own iptables rules deriven and enhanced from the Plesk firewall. My setup also supports ipset rules which Plesk doesn't.
    Thus, the advisor score mechanism should check if iptables rules are present and setup sophisticatedly.
    Please refer to: https://talk.plesk.com/threads/plesk-firewall-2-1-5-412-still-has-problems.371747/page-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

    1 comment  ·  Security  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Auto update translations for plugins

    add a panel option to allow plugin translations to be automatically updated like in this wp-cli command:
    wp language plugin update --all

    thanks

    7 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  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add "Activate account by e-mail" option to the command adding customer via CLI

    There is no option "Activate account by e-mail" while adding customer with command like below:
    plesk bin customer --create JDoe -name "John Doe" -passwd sample -country US -notify false
    No such option in:
    # plesk bin customer --help

    Please consider adding this parameter to 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)
  8. Add a "Status" column in the Scheduled Tasks (Cron Jobs) list

    The status of a task is currently indicated by a grey or green icon in the "Schedule" column.
    It is typical for number of servers to have numerous tasks (let's say.... a bunch of them!)
    Adding the availability to sort tasks by their status will be a great help.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thank you for your idea. We understand that you would like to have the status icon in a separate column, making it possible to sort all jobs by their status "active" or "inactive". We will consider this functionality in upcoming releases if it will be popular.

    Everyone, please continue voting for this feature if you consider it important.

    -- PD

  9. Add a column to Domain List to show if SSL is installed

    On the domain list, it would be helpful and save a LOT of time by having an additional column to show if a domain has SSL installed on it. See Image

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Optionally disable creation of local Git repositores

    Restrict creating local Git repositores, only allow remote ones

    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  ·  Extensions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add Purge Cache button for wordpress instance

    Add a button under each wordpress instance for purging cache.
    Its a simple solution that should be implemented. Can remove a lot of headache for any support team dealing with customers.

    A simple solution that runs with wp cache flush (wp cli), just integrate a button in wp toolkit.

    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  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Improve speed of Migration Manager re-sync process

    Because there is a re-sync option, the overall speed of the initial data transfer with Plesk Migration Manager (PMM) doesn't matter that much (to us), however when re-syncing the speed of the process is super important because domain web and email services on the source server must be down/offline to prevent data inconsistencies. The re-sync process currently takes roughly 1 hour per 100 subscriptions.

    Here's three ways the re-sync process could be improved to minimize web and email service downtime:

    # 1. Fetch configuration data ONCE

    PMM batches 5 subscriptions at a time, and prior to each batch of 5,…

    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

    1 comment  ·  Migrations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Allow user to set timezone for File manager

    It would be extremely helpful to be able to set the timezone in the File manager. Currently the file manager shows the file timestamp in the timezone where the server is running. A user is not always aware of the physical location of the server to which they have logged in.

    There should be a setting (or a toggle) on the file manager to allow the user to see the timezone that is being used for display. It would be even better to allow the user to set the timezone for which they wish to see the timestamps. The optimal…

    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)
  14. Display the number of subscriptions for a Customer

    When viewing the list of customers, a few domains are listed.
    But the NUMBER of subscriptions for each customer should be a new column, and a very useful one!

    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)
  15. Add a "Service Plan" column in the Subscriptions list

    We absolutely miss a "Service Plan" column in the Subscriptions list.
    This is very annoying not knowing which Service Plan a Subscription is using.

    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)
  16. Plesk IP management logic of VPN interfaces/IPs

    Please do the adjustments to the IP management logic of Plesk - currently it starts to manage VPN intefaces IPs by default, and it can cause issues with Apache and Nginx.
    Currently it is possible to ignore such interfaces via panel.ini, but it has to be configured prior to adding the VPN interface to server. It would be great if Plesk would show such addresses in IP Addresses menu and ask if it should manage these addresses/intefaces or just ignore them.

    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)
  17. 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  ·  Extensions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Ability to add and manage multiple alias hostnames in Plesk User Interface

    Ability to add and manage multiple alias hostnames in Plesk User Interface

    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)
  19. Include email directories in disk space viewer extension

    As described in https://www.facebook.com/groups/plesk/posts/24753472967632807 the Disk Space Viewer extension only shows the usage of directories in a subscription's webserver file path, e.g. /var/www/vhosts/subscriptioname/. The display is misleading some users that have a lot of storage space occupied in their mailboxes. For that reason it would be good if the extension could also include the mailbox paths of a subscription.

    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  ·  Extensions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. defaultProxiedEnabledTypes option for the DNS Integration for Cloudflare® extension be available for all types of records

    It would be helpful to have the defaultProxiedEnabledTypes option for the DNS Integration for Cloudflare® extension be available for all types of records, not only A, AAAA and CNAME records.

    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  ·  Extensions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base