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
1947 results found
-
Renew a subscription
Ability to renew a subscription based on the subscription plan's configured subscription expiry date.
So if a subscription expires in ten days from now and it's subscription plan is set to expire in one year, I would like to be able to click a Renew button to extend the subscription with one more expiry unit (1 year in this case, 2 years if the subscription plan would have been set to expire every two years).
Also show renewal date in the list and sort by renewal date
69 votes -
jpegoptim, optipng, gifsicle or similar
id like to see these tools implemented into plesk. To run server wide or domain wide, and via cron if required.
Alot of large organisations are using these tools. (facebook etc etc)
I like to see image optimization part of plesk admin panel. It will help servers run faster and optimize web delivery.
68 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 that we can accurately assess its popularity relative to other features. Thanks in advance!
— rk
-
Drush for Drupal
important tool, should be included with drupal installations
67 votes -
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.
67 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 -
Make the limits for CPU, Memory and Disk (cgroups) customizable per reseller in order lock resources available for reseller's plans
At the moment you cannot lock system resources available to the reseller. It could be useful to limit the cgroups resources available to the resellers when creating the reseller plan, in order to not allow the creation of unlimited service plans to be assigned to the reseller customers. It could be useful to limit any resource uverusing.
65 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.— rk
-
Fail2ban setting findtime per Jail
In Fail2ban (great idea to include it in plesk!) settings you can set "Time interval for detection of subsequent attacks" (findtime) in general. But it would be interesting this setting per Jail.
Why?
you could have 2 jail with same filter but different findtime. Example:
Jail 1) 5 failures in 600 seconds: 1800 seconds ban
Jail 2) 30 failures in 86400 seconds: 604800 seconds banThere are bots that detect if you have some protection fail2ban or similar and it will adapt, login attempt every 300 seconds for example. Jail 1 no detect this attack, but Jail 2 yes.
64 votes -
Wordpress CPU and RAM usage stats and slow plugin warnings
I would like to see the CPU and RAM usage by Wordpress applications.
I would also like to see a warning about slow php scripts, which would help to catch Wordpress plugins that use too many resources.
63 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 -
Disable File Manager
Add an opportunity to disable/hide File Manager in the Customer Panel
63 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 -
Add/remove Fail2ban for additional Administrator accounts
I open this again because the original from "anonymous" is closed.
When creating an additional admin user it is not possible to add or remove Fail2ban to the option of that user.
Is it possible to add such functionality in Plesk from the restricted mode?
So, as @IgorG need more info, here is it:
The guy are refering that when you create a new plesk admin account, and you check the mark to be "Enabled Restricted Mode" this account cannot see nothing about Fail2Ban. So, when you go to yourserver:8443/admin/server/admin-plan you cannot choose to enable "Fail2Ban" management. So, these restricted…62 votesThank 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 -
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.
62 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 -
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.
61 votesGood news! Despite the low number of votes that this request got, from some additional reports Plesk understands that this is a critical function for some users. We do not have an ETA yet, but it will be worked on in the scope of upcoming feature enhancements.
-
clone plans on customer/provider
it would be great to be able to clone the plans and transfer it on a different provider/reseller
61 votes -
SSH access to only httpdocs folder
Really need to have an user access via ssh to only httpdocs folder not root.
It is necessary for example to grant time-limit access for spesific user.60 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.
— AY
-
59 votes
Thank 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 -
Add WebDAV for backups
I'd love to see WebDAV for backups, so cloud storage can be used.
59 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 Email58 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 -
Plesk DNS Clustering
Please give to Plesk the ability to do DNS Clustering (at least) with another servers like cPanel; is not really difficult to configure manually a BIND DNS clustering
58 votes -
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…
58 votes -
Google Cloud DNS Extension
Same sort of thing as the Route53 extension just with Google Cloud DNS
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 -
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/57 votes
- Don't see your idea?