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.
Off-topic posts will be removed from here
2104 results found
-
Smarthost per domain configuration & enablement
At the moment, it is possible to configure Smarthost in Plesk on a server level and enable it for all domains at once.
However, there can be cases where I need to enable configured Smarthost for some specific domains only, with all the other emails flow via the default mail system.
Another example is that when I, as an admin, configured Smarthost on a server level and want to provide my customers & resellers with an ability to enable this Smarthost ad hoc.
54 votes -
Limited service plans for resellers
Resellers can now create their own service plans. It would be a good addition that resellers can only use predefined service plans, so that hosting providers have more control on eg. CPU and memory allocation.
7 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
-- SH
-
Add possibility to set the predefined value for "Plugin/theme set" in WordPress Toolkit
At the moment if we try to create a new WordPress instance in WP Toolkit, the value for "Plugin/theme set" will be set as None
Please add a possibility to define a specific value for "Plugin/theme set" instead of None
15 votes -
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 votesThank you for your input! We will consider this functionality in upcoming releases.
Everyone, please continue voting for this feature if you consider it important.
-
Smart Email Log Dashboard
Currently, Plesk only allows a raw, line-by-line view of mail logs through tools like Mail Log Browser. However, there is no real centralized and user-friendly interface that enables users to easily and clearly review the history of sent and received emails on the server.
The idea is to provide a global dashboard that groups together all domains and all existing mailboxes, offering a clear and organized chronological view of messages handled by the server. Each row would represent a single message (incoming or outgoing), with the main information immediately visible: sender, recipient, delivery status, spam score, date and time, and…
1 vote -
Apply mail filters to existing emails in PPE
At this time, Plesk Premium Email filters use sieve filters, which by default are only applied to new emails.
An option should exist such as a Run Now button which applies the filter to existing emails like what can be done within Outlook, as can be done through CLI with this method:
https://shoreless.limited/en/knowledge-base/kb20224071315-reapply-dovecot-sieve-filters2 votes -
Ability to add custom links for imprint to the Plesk login page
Include the ability to customize the Plesk login page by adding custom links to it for cases where an imprint is required.
4 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
-- SH
-
Support client-side file chunking in Plesk File Manager to bypass Cloudflare 100MB limit
When Cloudflare Proxy is enabled (Free/Pro plans), it imposes a hard 100MB limit on file uploads via POST requests.
Plesk File Manager does not support client-side chunked uploads, so large files cannot be uploaded when Cloudflare is active.
Adding chunked upload support would allow users to upload large files safely even when behind Cloudflare protection, and improve reliability for all users working with large assets like videos or backups.See: https://developers.cloudflare.com/cache/concepts/default-cache-behavior/#upload-limits
3 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
-- SH
-
Prevent Postfix from modifying "From" Header for authenticated users.to mail address that doesn't belong to them
An authenticated SMTP user (e.g., user1@example.com) is able to send emails with a different "Mail From" address (such as user2@example.com), even though both addresses belong to the same domain. This behavior is undesired, as it allows users to impersonate other valid users within the domain.
Our goal is to prevent this kind of spoofing by enforcing a match between the authenticated SMTP identity and the actual sender address.
3 votes -
customize the link of full documentation on Mail Client Setup
Provide to user the abilitiy to customize the link from "see full documentation with screenshots" and customize the URL in this link in Domains > example.com > Mail > Mail accounts > Mail client setup:screenshot points to a custom link
3 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so we can accurately assess its popularity relative to other features. Thanks in advance!
-- SH
-
Add a configurable option in Plesk to retain the existing private key when renewing a Let's Encrypt SSL certificate
Add a configurable option in Plesk to retain the existing private key when re-issuing or renewing a Let's Encrypt SSL certificate.
This would be useful in environments where DANE/TLSA support is enabled. Retaining the same private key ensures that TLSA records (e.g., type 3 1 1) remain valid across certificate renewals. This is critical for maintaining secure SMTP delivery and avoiding disruption in DNSSEC-enabled domains.
3 votes -
Improve WP Toolkit sets management via CLI
Please add the ability to manage WP Toolkit sets for resellers via CLI. Currently, "plesk ext wp-toolkit --sets" is only able to show sets owned by administrator and doesn't show the sets created by resellers.
2 votes -
Add API/CLI support for adding SSH keys to domains (SSH Keys Manager extension)
Add API/CLI support for adding SSH keys to domains (SSH Keys Manager extension)
2 votes -
2 votes
-
use this external SMTP server to send watchdog emails
Provide the ability to use this external SMTP server to send watchdog emails.
2 votes -
Manage DNS records type stnc with Cloudflare on domain level
currently, there's an option to select DNS record types for syncing with Cloudflare only on server level in panel.ini:
[ext-cloudflaredns]
defaultSyncableDnsRecordTypesAdd an option to do the same on domain/subdomain level.
2 votes -
Ability to add HINFO dns record in Plesk
Please add ability to set HINFO dns record in Plesk (RFC 1033).
2 votes -
Fail2ban does not block failed login attempts to Plesk Premium Email webmail.
Fail2ban does not block failed login attempts to Plesk Premium Email webmail.
Plain Roundcube is blocked by jail plesk-roundcube after failing all attempts to log in.
If the webmail is switched to Plesk Premium Email, the jail plesk-roundcube does not block failed attempts.
As a workaround create the following filter:
cat /etc/fail2ban/filter.d/kolab-webmail.conf
[Definition]
failregex = ^[\d{4}-[A-Za-z]{3}-\d{2} \d{2}:\d{2}:\d{2} +\d{4}]: <[^>]+> Failed login for .* from <HOST> in session .*ignoreregex =
Also add the jail into /etc/fail2ban/jail.d/plesk.conf:
[kolab-webmail]
enabled = true
filter = kolab-webmail
port = http,https
logpath = /var/log/roundcubemail/userlogins.log
maxretry = 1
findtime = 600
bantime = 3600
backend =…2 votes -
Backup manager: Include Docker Volumes
Some of my dockers are inside the sites' folders, inside httpd, but some have different permissions or user groups that sometimes do not allow the volume to be backed up, an example was postgresql, you can test, if there is even one advice on how you could add permission to the user or the system that makes the backup so that they can copy the files, for example.
Furthermore, it would be great to get a backup of the container volumes, I believe this would make pleks the only one and come out ahead of the other panels.
9 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
-- SH
-
Bypass MFA requests from IP ranges feature for MFA extension
Develop a feature for MFA extension to bypass MFA requests for certain IP addresses ranges. It's justified by having some users access Plesk from internal network which is considered trusted and thus do no require MFA.
4 votesThank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
-- SH
- Don't see your idea?