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
342 results found
-
SSL settings per plan restriction
Hi it would be nice to have in plan permission settings, to disable access to SSL (both those from extensions as well as LetsEncrypt) Settings for Hosting Plan, not user as it was sugested. Exactly the same way it has been done with SiteJet Builder.
I have some customers who are non-technical, so less options in the Panel then better for them.
1 voteThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD -
SMTP Connection in SiteJet Builder
Store SMTP connections in Sitejet Builder. phpsendmail is not a quality solution.
7 votesThank you for your idea! 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.
-- PD
-
.Net Toolkit: Automatically Restart Application after having published new Version
.Net Toolkit: Automatically Restart Application after having published new app version.
When setting up a .Net App using your .Net Toolkit (which works great), it would be amazing if the app could be restarted automatically after having pushed a new version to the git publish repository.
Currently, one has to disable and then enable the application manually. Restart by the way has no effect - at least not what I have seen so far.
This change would be amazing. Thank you!
2 votesThank you for your idea! 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.
-- PD
-
CLI command in Plesk for creating self-signed certificate
There is a possibility in Windows Powershell to create self-signed certificate with various settings.
For example see this info: https://blog.admindroid.com/how-to-create-self-signed-certificate-using-powershell/It would be good to have the same CLI feature in Plesk.
2 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Ability to view the history of process list by domains
Provide to the administrator a usage history of process of the domains in Plesk Windows to check what process was consuming on a past date.
2 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Limit maximum crontab frequency and preventing cronjobs pile-up
Plesk administrator should be able to limit the maximum crontab frequency allowed for user's crontab (example: deny the creation of cronjob that run more often than once in 5 minutes)
Crontab pile-up should be prevented, so a user can't run a cron job if the same job isn't finished yet.
1 voteThank you for your idea.
For the time being, please consider that a script that is started via cronjob, should check itself if another instance of the same script is already running, if there is a risk that a further instance causes problems. Crontab cannot check that.
Also, please be aware that users are not bound to repeat actions in a script in a while-loop. They can easily start a script every 10 minutes, yet let it run over and over again by just putting their content into a while-loop, maybe even wait a few seconds after each iteration. So limiting them to create cronjobs for only every n minutes will not keep users from executing scripts all the time.
We'd like to hear more from other users what they think about the idea. If it still becomes popular, it might find its way into a future version of the…
-
In Plesk File Manager, add an option to move a directory when the destination location already has a directory with the same name
In Plesk File Manager, add an option "Overwrite existing directories" when moving a directory to a location that already has a directory with the same name.
Right now, it is required to manually remove/rename the directory before moving.
The option "Replace existing files" applies only to the files.
3 votesThank you for your suggestion. We will consider this functionality in upcoming releases if it becomes popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Add permissions for ModSecurity like WordPress
WordPress has permissions at the subscription and service plan level that allow controlling customer's access to it individually.
There should be similar options for ModSecurity without having to disable all the hosting settings with the Hosting Management Settings permission.
1 voteThank 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.
—
KvD
-
Disable statistic files generation (.stat/.webstat) for domains where AWStats/Webalizer are disabled
Please add the ability to disable generation of stat/webstat files for domains (named like accessssllog.stat and accessssllog.webstat). It would be nice to be able to disable statistics generation completely, as in some cases these files take a lot of disk space.
1 voteThank 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 a "Service Plan" column in the Subscriptions list
We absolutely miss a "Service Plan" column in the Subscriptions list.
This is very annoying not knowing which Service Plan a Subscription is using.1 voteThank you for your idea! We will consider this functionality in upcoming releases if it will be popular.
For now, the service plan is mentioned in brackets "(...)" right behind the the subscription name.
Everyone, please continue voting for this feature if you consider it important.
-
Make the navigation tree adjustable in width.
I use nested folders on my site. The navigation tree does not have sufficient width to show them without constantly moving the bottom slider. Either the ability to drag the vertical scroll or a 'setting' would be extremely useful.
1 voteThank you for your idea! 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.
-- PD
-
store customers and resellers data on different disks depending on the amount of space
It would be great if Plesk could store customers and resellers data on different disks depending on the amount of space they use.
1 voteThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD
-
Please support OpenLDAP in Plesk
I am looking into options on how to use LDAP with mail users in Plesk domains. So Postfix+Dovecat config in Plesk should support OpenLDAP, and Plesk should also allow to setup, configure and administer an OpenLDAP server on a per-domain basis.
1 voteThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD -
Show password protected directories in the overview of websites
Show password protected directories in the overview of websites. A key symbol would be very cool to show websites, which are protected.
1 voteThank you for your idea! 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.
-- PD
-
Allow setting MAILFROM field in crons from Plesk Interface
When a customer adds a cronjob within the Plesk interface through "Scheduled tasks", they can set the recipient (MAILTO field) of the cron with the "Send notifications to" field, but there is no option to set the sender (MAILFROM field). By default, the sender for crondaemon is user@server.tld, which in our case causes SPF errors with the receiving mail server of the recipient.
We do not give our clients CLI access, so they cannot manually set it with the crontab -e command, nor should they (the whole point of the Plesk Interface is for GUI-style ease of use). Could…
2 votesThank you for your idea and your additional explanation. As the use case is probably an edge case, we'll need to see whether many other users believe that this is an important feature that they need.
If you believe it is an important feature, please continue voting for this feature request.
-- PD
-
Add "Activate account by e-mail" option to the command adding customer via CLI
There is no option "Activate account by e-mail" while adding customer with command like below:
plesk bin customer --create JDoe -name "John Doe" -passwd sample -country US -notify false
No such option in:
# plesk bin customer --helpPlease consider adding this parameter to CLi.
1 voteThank you for your suggestion. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
-- KvD -
An option to change 'from' field in Plesk email notifications when using MSMTP
Currently, it's possible to change the 'from' field in Plesk email notifications only when Postfix or Qmail is installed. The change cannot be applied when using MSMTP.
Please implement an option in Plesk to change the 'from' field in email notifications when using MSMTP.
2 votesThank you for your idea! 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.
-- PD
-
Implement Alert System for nginx Service Failures in Plesk
Introduce a feature in Plesk to automatically detect and notify administrators through Plesk panel (if accessible) and email alerts when the nginx service fails to start or encounters any issues to ensure immediate awareness and prompt resolution.
1 voteThank you for your idea! 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.
For the time being: Have you checked the https://platform360.io capabilities? You can monitor your servers through it and prevent or detect downtime.
-- PD
-
Additional option for overuse policy- Overuse is allowed up to x %
I would like to have option to set overuse policy as:
Overuse is allowed up to x %
- after percentage threshold is crossed then suspend and send e-mail notification
- with ability to set up percentage freeley, but suspend when disk usage is 110 % or 130 % and so on.2 votesThank you for your idea! 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.
-- PD
-
Access to the action log under the customer
Provide the possibility to get information from the action log under the customer that is related to the domains and objects that belong to this customer.
1 voteWe've started to research what is required by the panel to satisfy NIS2, internal ID PPM-5343.
-- PD
- Don't see your idea?