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
- or
No existing idea results
- ~ No ideas found ~
2100 results found
- 
Hidden Primary DNS without NS RRin Plesk it is impossible to configure the SOA Primary Nameserver without a NS RR. The SOA template should support Hidden Primary NameServer and the Zone file generation should always use the Hidden Primary NameServer in the Domain SOA entry. Example: 
 @ IN SOA ns1.hidden-primary.tld ...
 ...
 domain.tld. IN NS ns1.secondary.tld.
 domain.tld. IN NS ns2.secondary.tld.2 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 a way to automatically restart scheduled backups in case they failIn case a scheduled backup fails, users have to wait until the next execution date. Please add a customizable timeframe for restarting a scheduled backup ahead of time in case the current execution has failed 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. -- KvD 
- 
Hide Caching (nginx) option in WP-ToolkitThe controls in the Tools section of WP-Toolkit should be customizable to allow hiding Caching (nginx) so that customers do not enable it randomly. The ability to enable nginx caching should still be available from Apache & nginx settings. 2 votesThank you for your idea! We understand that this idea originates from the fact that customers sometimes enable nginx-caching without realizing what this option does to their website. Potentially creating issues with their own website. 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 
- 
Enable User Selection of MS SQL Recovery Model: Full or SimpleTo prevent the transaction log from continuously expanding with no clear method of truncation even after a full backup, it's a good idea to allow the user to select the recovery model (either Full or Simple) when creating the MS SQL database. By enabling users to select the appropriate recovery model based on their recovery needs, those who do not require complete transaction log restoration can benefit from the simplicity and efficiency of the Simple recovery model, and keep transactions log to it's minimum size. 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 
- 
Database views should be saved and restored correctlyBackup and restore does not work correctly when database contain views. This should be fixed. 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 
- 
.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 
- 
Add separate notification confirming the issue was resolved if there were email about failureWhenever an email is sent about certificates that could not be automatically renewed (asking the user to manually inspect them), if the certificate can eventually be renewed automatically, then send an email to notify of the success. Otherwise the user only knows that something is wrong, and has no idea that it’s now good again. This success email should be sent regardless whether the user already receives notifications for any certificate renewal events or similar, because by default, one would expect that an error message is always matched by a success message, if it exists. 2 votesThank you for your excellent 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 
- 
CLI command in Plesk for creating self-signed certificateThere 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 
- 
Search/filter for vulnerable plugins/themes in Wordpress ToolkitI would like to know if it would be possible to filter in WPTK so that only the sites with Vulnerabilities/updates are shown. Both for Plugins and Themes. 
 Searching for Vulnerable or Update does not show any results.2 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 
- 
Ability to view the history of process list by domainsProvide 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 
- 
Simplify the process of uploading 3rd Party Vendor SSL certificates forcing CA part to be filledMake easier to understand that while uploading 3rd party vendor SSL certificates the CA part needs to be filled along with the key and crt parts. Currently its not mandatory. Consider the possibility of using the "old ca file" when a certificate is renewed and the crt and key parts are uploaded manually as a new certificate. 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 
- 
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
- 
plesk advisor score functionality needs enhancementThe Plesk advisor complains about not having installed the Plesk firewall, but it doesn't check iptables rules. I have setup my own iptables rules deriven and enhanced from the Plesk firewall. My setup also supports ipset rules which Plesk doesn't. 
 Thus, the advisor score mechanism should check if iptables rules are present and setup sophisticatedly.
 Please refer to: https://talk.plesk.com/threads/plesk-firewall-2-1-5-412-still-has-problems.371747/page-22 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 
- 
Allow user to set timezone for File managerIt would be extremely helpful to be able to set the timezone in the File manager. Currently the file manager shows the file timestamp in the timezone where the server is running. A user is not always aware of the physical location of the server to which they have logged in. There should be a setting (or a toggle) on the file manager to allow the user to see the timezone that is being used for display. It would be even better to allow the user to set the timezone for which they wish to see the timestamps. The optimal solution would be to use javascript to identify the local timezone for the browser and automatically adjust the time stamps to local time for the user. This is fairly trivial to implement by first casting the timestamp to UTC and then using toLocaleString() to convert the display value. It would be extremely helpful to be able to set the timezone in the File manager. Currently the file manager shows the file timestamp in the timezone where the server is running. A user is not always aware of the physical location of the server to which they have logged in. There should be a setting (or a toggle) on the file manager to allow the user to see the timezone that is being used for display. It would be even better to allow the user to set the timezone for which they wish to see the timestamps. The optimal… 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 
- 
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 add and manage multiple alias hostnames in Plesk User InterfaceAbility to add and manage multiple alias hostnames in Plesk User Interface 2 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 
- 
Separate log for domain resolve problems during SSL generationWe would like having log file containing records about the issues reported during the creation of a new SSL. For example, when domains resolves to different IP, the problem is not stored in Action Log or another log file. 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 specify sse_c_key for S3 backups on the plesk side.Ability to specify sseckey for S3 backups on the plesk side. 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 
- 
Nextcloud disk space limitImplement Nextcloud disk space limits for instances 2 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 password change to Nextcloud extensionAs explained in this thread: 
 https://talk.plesk.com/threads/set-new-admin-password-for-nextcloud-instance.358380/Nextcloud autologin from Plesk no longer works once password has been changed in Nextcloud. Password change feature should be added to Nextcloud extension in order to preserve this feature. 2 votes
- Don't see your idea?
 
          