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
-
Disable File Manager
Add an opportunity to disable/hide File Manager in the Customer Panel
57 votesPlease write exact scenarios of why do you want to hide this functionality in Plesk.
Do you want to disable File Manager on a server or you would like to disable File Manager for particular customers only? And why?
Your descriptions will help us to properly estimate if this idea is worth to be implemented or not.
—
AA -
Check details about POP3/IMAP/SMTP traffic for single email
Sometimes is useful check the details about POP3/IMAP/SMTP traffic for a single email, to look and find problems.
57 votesThank you for your input! 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.—
IG -
WebAuthn two-factor-authentication at the webinterface (FIDO, FIDO2, U2F)
Implementing the new standard WebAuthn would be the best solution for 2FA.
56 votesThank you for your input! 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.
—
IG -
Drush for Drupal
important tool, should be included with drupal installations
56 votes -
Display DKIM Public Key in the Web Interface
Currently the only way to get the DKIM key is to decode the private key from the shell when using an external DNS service, however it would be nice if the public key is just being displayed in the web interface so the user can see it and add it to the external DNS.
56 votes -
Windows DNSSEC
Now Plesk is compatible with DNSSEC, but only in Linux
56 votesThank you for your input! 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.
—ES
-
clone plans on customer/provider
it would be great to be able to clone the plans and transfer it on a different provider/reseller
54 votes -
Allow customers/resellers to manage additional Apache and nginx directives
Currently, management of additional Apache/nginx directives is available for Plesk Administrators only.
With Apache, it is possible for users to add custom directives via .htaccess file.
However, when running a Plesk server with nginx only hosting and a large number of customers, it takes a lot if time to configure nginx directives manually for each.
It is clear that additional Apache/nginx directives fields are hidden from Plesk users for security reasons, but it would be great to have an ability to enable this feature at your own risk.
Previous same suggestions that have been marked as "declined":
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/34285378
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/38760889
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/1908758253 votesThank you for your input! 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.
—
IG -
Support HPKP
I'd like to see HPKP integrated into the SSL certificate management of Plesk. This would allow, in combination with standard Nginx/Apache config, for a strongly recommended and worthwhile security element to be added to hosted sites.
Testing tool
https://securityheaders.ioMore info
https://scotthelme.co.uk/hpkp-http-public-key-pinning/53 votes -
Email Archiving for all incomming/outgoing emails
All incoming/outgoing mail for a certain domain is copied automatically to a different inbox within that domain.
53 votesLook at this solution for Postfix – http://webmasters.stackexchange.com/questions/57746/plesk-email-journaling
But anyway, thank you for your input! We will consider this suggestion in upcoming releases if it will be popular.
Everyone, please continue voting for this feature and add your comments if you consider it important.
—
IG -
Add Firewall rule to block outgoing mail for non-Postfix / non-qmail
iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner postfix -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --uid-owner root -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -j REJECT --reject-with icmp-port-unreachableWould be nice to add this to the Plesk Firewall Module.
This disables malicious scripts of sending direct mail.
Other malicious mails sent through localhost (Postfix / qmail) will…
53 votes -
Add WebDAV for backups
I'd love to see WebDAV for backups, so cloud storage can be used.
52 votes -
Add the ability to enable or disable Plesk Premium Email for particular mailboxes
Currently, Plesk Premium Email can be enabled only for a subscription.
But Plesk Premium Email license differ by a number of users, so, to not exceed the license limit, it'll be handy to define which particular mailboxes on a subscription have the ability to use Plesk Premium Email51 votesThank you for your input! 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.
—
IG -
Enhanced VPN support
Since VPN connection are more and more common, and mobile devices used to connect to monitor servers, there is a need for an enhancement on the old VPN Add-on on plesk (linux).
Currently the IOS and Android OpenVPN client does not support secret — Static key encryption mode (non-TLS) is not supported.
from https://docs.openvpn.net/docs/openvpn-connect/openvpn-connect-ios-faq.html
Which is the only way to use the Plesk VPN connection because it does not support certificates.
There is a lot of literature on troubles with VPN on mobile, but basically, all of them are due to old style, unsecured way to connect to VPN.Can…
51 votesThank you for your input! 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.
—
AA -
Fix File and Folder Permissions for docroot from Plesk UI
When switching from Apache to FastCGI the Service Provider needs to change the permissions for the customer from apache:apache to <user>:psacln
This can be fixed by having a button in Plesk which does:
find $PLESKDOMAINHTTPDOCS -not -user $PLESKDOMAINOWNER -not -name "plesk-stat" -print0 | xargs -0 chown $PLESKDOMAINOWNER:psacln
find $PLESKDOMAINHTTPDOCS -type d -not -name "plesk-stat" -print0 | xargs -0 chmod 0755
find $PLESKDOMAINHTTPDOCS -type f -not -name ".pl" -not -name ".cgi" -not -name ".sh" -print0 | xargs -0 chmod 0644
find $PLESKDOMAINHTTPDOCS -type f -name "…51 votesLooks like “plesk repair fs” can help: https://docs.plesk.com/en-US/12.5/administrator-guide/plesk-administration/plesk-repair-utility/plesk-repair-utility-file-system.75675/
Everyone, please continue voting for this feature if you consider it important!
— rk
-
Firewall - Import/Export IP List and Bulk Add
Would it be possible to add an import/export feature to the Firewall settings or at least provide a bulk add capability.
Adding IPs one at a time is very time consuming to say the least.
A simple solution would be to permit a comma separated list to go into the text field.
51 votes -
Add ability to manage TLS version per domain basis
For now it is possible to manage specific TLS version and cipher suite only on server level, meaning that particular TLS versopm will be applicable for all domains at once. It would be nice if Plesk introduces the ability to manage TLS version per domain basis, which would add more flexibility for Plesk administrators.
50 votes -
Add server-wide custom error pages configuration via Plesk UI
Add server-wide custom error pages configuration via Plesk UI.
Per-domain solution is her: https://support.plesk.com/hc/en-us/articles/213370209-How-to-enable-custom-error-pages-for-a-domain-in-Plesk
50 votesThank you for your input! 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.
—
IG -
Google Cloud DNS Extension
Same sort of thing as the Route53 extension just with Google Cloud DNS
50 votesThank you for your input. 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.
—
IG -
Domains by renewal date
It would be very nice to be able to sort domains by renewal date.
In previous versions there was this very useful option.
a greeting50 votes
- Don't see your idea?