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

940 results found

  1. Send expiration notification emails when it’s time to renew an SSL certificate

    Hi,

    I received this mail from Let's Encrypt :

    "As a Let’s Encrypt Subscriber, you benefit from access to free, automated TLS certificates. One way we have supported Subscribers is by sending expiration notification emails when it’s time to renew a certificate.

    We’re writing to inform you that we intend to discontinue sending expiration notification emails."

    Since Plesk manager knows the "Valid to" date (it displays it in the "SSL/TLS Certificate for domain_name" page, I guess that it could send the notification emails too by regularly checking that date.

    Regards

    9 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 comments  ·  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)
  2. Remember when expirering

    Hy Plesk-Team,
    now its so that i´ll get an expireing-message if the subscriptune period gets near over the time limit. So i had to go in plesk and prolongate the subscription. A button "rember me" at the next year would be cool. So i´ll be able to set the the period to "infinite", but remember me every expire of the time limit. So i could send my invoice to that special customer, without any actions in plesk. Its in my responsibility to do that or not.
    Thanks.

    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. 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 →
  4. Add domain reputation based spam protection lookup in server-wide mail settings.

    Add domain reputation based spam protection lookup such as the feed from dbl.dq.spamhaus.net, in addition to the existing IP DNSBL.

    4 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 →

    The feature request is asking to protect recipients from spam by a domain reputation based lookup. However, this is already available by simply adding a suitable DNSBL like Senderscore to the DNSBL settings. Other solutions would require Plesk to operate their own DNSBL service, but that is not the task of a control panel.

    -- PD

  5. send a confirmation by mail when migration is finished

    Be informed when migration is finished

    4 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  ·  Migrations  ·  Admin →
  6. Plesk Panel e-mail aliases synchronised with Roundcube identities.

    I have setup roundcube not to allow users to create identities. But when the admin adds an email alias via Plesk Panel, the users don't see this alias appear as a roundcube identity and therefore cannot use it via the RC webmail interface. Plesk shoud sync email aliases with Roundcube identities.

    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

  7. Hi there, can you help me to change my login data? Please send me your e-mail-adress to frnowakowski@freenet.de. Thank You.

    Ich kann leider keine Kontaktdaten zu Ihnen finden.
    I cannot find any adress to send an e-mail.

    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

  8. VERP-style mail lists status

    Hello,
    Currently the VERP-style option for email addresses for mail lists in Plesk via CLI has only enable/disable arguments and its status cannot be verified via plesk CLI:

    plesk bin mailserver | grep -i -A3 subaddr
    --email-subaddressing-enable <true|false>

    It would be a nice addition to have "status" as an argument to be able to query this setting.

    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)
  9. Improve the Mailqueue View to show the status

    The actual MailQueue status is useless, becaus the "status" of the email isnt viewed. This contains the important information for mails with problems.... Please expand it with the status, like it is done win Webim for example

    30 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

    2 comments  ·  Mail  ·  Admin →
  10. 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

  11. Ignore POP3/IMAP failed authentication attempts in traffic statistics on Plesk for Windows

    Mail authentication brute force attacks generate additional traffic.
    It is counted as a part of POP3/IMAP traffic statistics in Plesk for Windows.
    Please add functionality to recognize and ignore such normal traffic so that it does not forge POP3/IMAP statistics.

    6 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)
  12. Allow for E-Mail Notifican of Fail2Ban IP addresses that get blocked

    Most fail2ban implementation have functionality that will allow for an alert email of IP's getting banned. This would be helpful for system administrators to review and take further action.

    4 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  ·  Security  ·  Admin →
  13. Protect plesk gui 11.5.30 with "basic auth" login (optional)

    Hi,

    I'm the only one with access to plesk gui and want a additional "basic auth" protection for 11.5.30. I have MANY access from foreign IPs to my plesk login! Every day IPs testing direct script access (old security holes?). A "basic auth" login will protect the gui for new security leaks.


    11.0.9 use as internal web server lighttpd. There you can make this simple steps to protect gui:

    go to: /etc/sw-cp-server/applications.d/plesk.socket.sh
    add:

    # Limit access to Admin
    auth.backend = "htpasswd"
    auth.backend.htpasswd.userfile = "/opt/psa/admin/htdocs/.htpasswd"
    auth.require = ( "/" =>
    (
    "method" => "basic",
    "realm" => "Your Title",
    "require" => "valid-user"…

    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

  14. restrict installation of specific paid plugins/themes for WordPress

    There should be the possibility to limit access to WordPress plugins/themes per a service plan.

    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

    2 comments  ·  WP Toolkit  ·  Admin →
  15. Change of default "Access to CP" for mail users from enabled to disabled

    When creating email address Access to the Customer Panel box is always checked by default.
    Customer would like the ability to change this defaut so that the box would be unchecked by default.

    4 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

  16. Preview files larger than 10mb directly on Plesk File Manager

    When trying to open files larger than 10mb on file manager:
    Unable to display the file. The file size cannot be greater than 10485760 bytes.

    Plesk has a limit of 10mb hardcoded when viewing files on FileManager

    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)
  17. Add ability to manage DNSBL in Plesk Email Security Extension

    It would be great to add ability to manage DNSBL settings in Plesk Email Security Extension because:
    1. The default settings can be not too strict for client needs;
    2. No way to add IPs or domain into the settings I need to improve mail server security;

    6 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

    2 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. Login to panel using standard SSL port with additional IP address only used for Panel login.

    Plesk default configuration needs to use TCP 8443. This port is blocked by many corporate firewalls and generally looks tacky that the user needs to specify this in a URL.
    There are numerous posts on how to achieve this using a dedicated IP address for the Plesk Panel, while all other functions including mail, web, dns use the real Plesk IP address.
    Parallels should allow this configuration and support it where a secondary IP address can be assigned to Plesk Panel instead of using the non standard SSL port of 8443.

    4 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

  19. Option to restrict available application versions (e.g. WordPress 4.8.x only) via service plan settings (or subscription settings)

    Option to restrict available application versions (e.g. WordPress 4.8.x only) via service plan settings (or subscription settings).

    The use case is that we want to limit the options for the more inexperienced customer which represent the majority our customers. They have no need for a list of 15-20 versions to choose from, if they pick the "custom install" that is.

    A secondary reason is the older versions are older versions for a reason. The older versions have unfixed security updates and optimizations. As a hosting provider you might want have the policy you only want installs of a certain version…

    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

    0 comments  ·  Panel/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)
  20. A REST API for IMAP

    Having a built-in REST API for IMAP, either similar to or compatible with the Gmail API would be amazing, especially if you could limit user rights in Plesk so that you could have domain specific access, or read-only access etc. The imapapi linked to nodemailer is a huge step forward but integration with Plesk would be ideal since security is paramount for an API that can access mail. Obviously this is a long-term request.

    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)
    open discussion  ·  IgorG responded

    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.

    IG

  • Don't see your idea?

Feedback and Knowledge Base