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
1402 results found
-
Create daily md5-hashes of the web-content of a domain, to quickly identify tampering or hacking.
Let Plesk on every night optionally create/compare md5-hashes from all files in the domains storage-space (web,httpdoc,ftp) and update this in a simple list (database), sortable by date of last change, size, number of changes. Indicating "changed files in the last xx days" to have a time-window to drill down.
In addition, accumulate all vhosts together into a seperate "Admin-View", where ALL domains are put together alphabetically.
Add an additional button "snapshot", so one could create a list of all webfiles on request. For example, when an incident has been cleaned, then click "snapshot" and then wait some time to see…
69 votes -
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
67 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.
65 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
-
Limiting inodes for client, reseller, subscription
Hello,
is good idea to limit users files count. This limit will restrict users from generating
thousands of files, makes faster backups creations. Directadmin and cpanel has this feature and it is very usefull for hosting.64 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.
— SU -
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.
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 -
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.
63 votes -
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 -
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/1908758261 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
61 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 -
clone plans on customer/provider
it would be great to be able to clone the plans and transfer it on a different provider/reseller
60 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.
58 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 -
Windows DNSSEC
Now Plesk is compatible with DNSSEC, but only in Linux
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.
—ES
-
56 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 -
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/56 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…
56 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
55 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 -
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.
55 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 -
Add WebDAV for backups
I'd love to see WebDAV for backups, so cloud storage can be used.
55 votes -
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
55 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 Email54 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
- Don't see your idea?