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
2100 results found
- 
Reseller User with SSH access for all sub-accountsWould be a lot time-saving and more secure to get SSH access as Reseller with the reseller-user "system wide". 
 So we could as reseller use one user/credential for all sub-accounts of our clients.Actually there have to be a user/credential for each sub-account to access over SSH and also to use FTP and MySQL with SSH-Tunneling. So there are tones of different Accounts in the FTP- and MySql-tools and the frequent change of password (to make it more secure) is a lot of additional work (and a p.i.t.a), because they have to be synced trough all tools every password-change. 
 Also…3 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 
- 
Limit rate of backupFull weekly backup for all domains create a huge I/O throughput on our SAN that stress too much our infrastructure until backup ends. It would great if we can tune data through a pipe like "pv" command do. I.e. 
 This is an example of backup that stress the SAN:
 mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip > $_fileThis instead is and example that do not stress the SAN: 
 mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip | pv -L 512k > $_filein the last command we set the maximum rate limit of 512k. Of course… 1 voteThank 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 
- 
Add possibility configure solutions from different CDN providers directly via PleskAt the moment Plesk does not support any CDN solutions. 
 However, CDN is a useful feature that minimizes delays in loading web page content by reducing the physical distance between the server and the user.
 Please add the possibility to configure solutions from different CDN providers directly via Plesk for example such as DigitalOcean CDN or Cloudflare CDN.25 votesThe new DNS Integration for Cloudflare extension is production-ready since Plesk 18.0.56, published October 10th, 2023. If you are using Cloudflare, you can now also benefit from the Cloudflare CDN. Please comment which other CDN providers you are using in case this does not yet cater to your needs. -- PD 
- 
to disable mail forwarding to certain domains in Plesk PanelAdd a setting to disable mail forwarding to certain domains in Panel for global configuration so that on user side wont be allowed to put the certain domains in the Forwarding Email in the Plesk Panel. Thank you. 48 votes
- 
Disk encryptionDisk level encryption. 
 Similar to what AWS offers with RDS.
 Encryption at rest for the entire server rather than doing it column by column manually.8 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
- 
Disable email notifications for a specific domain.It would be nice to be able to disable email notifications for a specific domain. Right now, the notifications can be managed by an account type: Administrator, Reseller or Customer. Thus, the notifications are enabled or disabled for all domain of an account. More information here: https://support.plesk.com/hc/en-us/articles/213413209-How-to-enable-disable-email-notifications-in-Plesk Such scenario is not suitable when the notifications are to be received globally but some customers just don't want to receive them for a specific domain. 11 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
- 
Managing crontab via CLIIt would be very conenient to be able to manage the subscriptions' scheduled tasks via CLI. 6 votescronjobs can easily be managed by Linux commands already. They may not be sourced from Plesk, but all tools already exist on the operating system. As cronjobs are read by Plesk from disk, manipulating the corresponding files on disk will set everything you wish. Individual cron files are stored in /var/spool/cron and can be text-edited. You can add files, edit files, append files and delete files using Linux commands. You can also stream-edit files (e.g. insert a commend tag before a line with sed) and also create Linux control while-loops to apply changes to filtered files. Cron can also be controlled directly (https://man7.org/linux/man-pages/man1/crontab.1.html). Please let us know in details what you are missing or please provide an example how you would like Plesk to work with cron instead. -- PD 
- 
HTTP verbs management by Plesk on WindowsThere is a common need due to Rest API-development to able to switch on / off http verbs for IIS server. Verbs are according to my knowledge configured in the ApplicationHost.config file which cannot be configured via web.config file. So, please consider implementing this in Plesk. Also make this available in Classic Asp settings which also locates in the ApplicationHost.config file. For Classic Asp and also for ASP.net, by default only GET and POST verbs are available. 3 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 
- 
Install MySQL Connector/ODBC 8.0 to support modern TLS versions and ciphers(This is related to https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/44353242-add-mariadb-connector-odbc) > Drivers MySQL Connector/ODBC version 8 needs to be available to Plesk users, because 5.3 is outdated, not to mention 3.51. In MySQL Connector/ODBC, there is support for new, modern TLS versions and ciphers. https://dev.mysql.com/doc/refman/8.0/en/encrypted-connection-protocols-ciphers.html 
 > As of MySQL 8.0.26, the TLSv1 and TLSv1.1 connection
 > protocols are deprecated and support for them is subject to
 > removal in a future version of MySQL. See Deprecated
 > TLS Protocols.And please remove MySQL Connector/ODBC 3.51. I cannot think of any reason Plesk should rely on, or support, this version. The following runs perfectly in… 6 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
- 
Option to enable or disable automatic issue SSL certificate per domain (instead of per subscription)Currently in Plesk a subscription can contain multiple domains. But there is no option to manage which of those domains should be automatically secured with a SSL certificate. There is only the "Keep Websites secured with free SSL/TLS certificates" option for the subscription, which affects all domains inside the subscription. This is a suggestion to create an option to be able to manage the "Keep Websites secured with free SSL/TLS certificates" on a per domain basis. Use case example: 
 When a subscription is used for hosting multiple domains, sometimes some of those domains aren't transferred yet. For example because the…3 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 
- 
Add Cgroups Manager services to Watchdog's monitoring capabilitiesFor reliable usage it would be preferable that watchdog could start the processes for Resource controller (Cgroups) and controlld from the Cgroups Manager component if the process for some reason shuts down. 3 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 
- 
Add a button to run the composer init command from PHP Composer's extension UISeems it would be nice on the initial screen when no apps are found to have an option from UI to create it. Add a button to run the composer init command from PHP Composer's extension UI 2 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 
- 
Progress bar and display time left for the transfer via Site ImportIt would be nice to have a timer that will show time left to finish the site transfer via Site Import extension. 1 voteThank 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 
- 
Use colored icons for the new Domains viewSince Plesk Obsidian 18.0.38, the Domains menu has been updated and the icons have been replaced with black-and-white design. Please bring back the colored icons or add an option to switch between the old and new style. 6 votesThank you for your input! We will consider this request in upcoming releases if it will be popular. Everyone, please continue voting for this feature if you consider it important. — 
 IG
- 
Network Drive Support for Plesk for Windows- Using network drive for moving vhosts
- Using network drive for moving Mail Data
- Using network drive for MySQL
- Using network drive for MSSQL
- Creating backups or migrating the current backup location to a network drive
 4 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 
- 
Adjust fail2ban modsecurity configuration to detect Modsecurity custom allow rulesCurrently, if you create custom allow rule in Modsecurity fail2ban can ba IP as it match the failregex. Adjust fail2ban modsecurity configuration to detect Modsecurity custom allow rules and do not ban IP addresses. 2 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 
- 
Restrict webmail based on IP addressIt would be great to have a way to limit webmail access for a given domain by IP address, so that the client has to be in their office network, or VPNed in to their office in order to access webmail.domain.tld 5 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
- 
Сhange type of notifications via CLI using the utility plesk sbin crontabmngPlease add feature to change type of notification (do not notify, errors only, every time) about scheduled task completion via CLI with plesk sbin crontabmng utility 
 Currently, to change such notifications (via CLI) not only values in database need to be changed but also values for SendMailOnlyIfFail option in C:\Program Files (x86)\Plesk\Schedules\psaadm, C:\Program Files (x86)\Plesk\Schedules\Root files.Such steps are not ideal while changing the settings for a large number of servers. 1 voteThank 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 
- 
Log IP and port connection data when updating WordPress pluginIP address and port the server connects to when updating WordPress plugins should be logged and shown in WordPress Toolkit log. 1 voteThank 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 
- 
Add ability to hide hide controls for "rejection of messages for non-existent mail addresses" for admins and resellersCurrently, the function Tools & Settings --> Interface management --> Interface control visibility 
 --> "Hide controls for rejection messages for non-existent mail addresses" hide control only for users. Admins and resellers still can manage this.Add the ability to hide this function for admins and resellers into Plesk restricted mode settings 2 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 
- Don't see your idea?
 
          