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
1651 results found
-
Option to disable image optimization in Sitejet galleries
Currently, Sitejet galleries apply automatic image optimization including resizing and cropping. While this works well for most use cases, it introduces issues for specific workflows where image quality is critical — for example, high-resolution photography or imported images that were already optimized.
We suggest adding a checkbox to disable image optimization per gallery image, similar to how the “Optimized” toggle is being considered for regular image elements. This would allow developers and designers more control over the final output.3 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 option to exclude suspended subscriptions from backups
Please add option to exclude suspended subscriptions from server-wide backups
3 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
-
Digital Ocean DNS extension Moving domains to default DO Project
At the moment, any domains created in plesk and sync'd to Digital Ocean get put into the default project/container. There is no way to specify the destination project.
If you then go into Digital Ocean and move the domain to the correct project/container and then go back to plesk and make any dns change and click update, it resyncs to Digital Ocean and moves it back to the default project/container.
This means that Digital Ocean DNS extension for Plesk currently does not support the usage of a project different from Default in DigitalOcean. that makes organizing things harder and it…
3 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
-
Get list of domain aliases via cli
Currently it is possible to list all domains via
plesk bin site --list
but this command doesn't return domain aliases.
There is another commandplesk bin domalias
but it doesn't support--list
option.Please provide a way to list domain aliases via CLI without using access to DB.
3 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!
-- SH
-
Manage Windows Firewall Rules via Plesk CLI utilities
While firewall settings can be adjusted via the Plesk GUI, users who prefer automation and scripting are forced to use Windows PowerShell instead of Plesk’s built-in CLI.
Currently, there is no direct way to:
Add, modify, or remove Windows Firewall rules via Plesk CLI.
Disable or change default firewall rules, unlike in the GUI.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.
-- SH
-
Add support of Drupal CMS to Plesk
Please add support of Drupal CMS to Plesk
Note: it is not the same Drupal which is available in Plesk application catalog
For details please see this link: https://new.drupal.org/docs/drupal-cms3 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 remove entries from the Scheduled Backups List extension
The Scheduled Backups List extension has no option to remove entries. When there are many domains and customers enable and disable scheduled backup tasks, the extension eventually becomes unusable as it's necessary to manually navigate pages to find relevant disabled backup tasks.
3 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.
In the meantime, I believing sorting the tasks by Status, Name, Type, etc. can help you navigate a bit easier.
-- SH
-
Make Visual Studio Code projects deployment possible from non-root SSH
Visual Studio code deployment on Plesk for Linux doesn't work as intended if a non-root user with SSH enabled is used. Therefore, only root can be used to deploy projects.
3 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 Percona support
Support and shipping (installation) of Percona server
3 votesThank you for your input! We will consider introducing support for Percona in upcoming releases if there is considerable demand.
Everyone, please continue voting for this feature if you consider it important.
-- SH
-
Disable HTTP/2 support on Plesk Interface
Give to the administrator the ability to disable HTTP/2 using the Plesk GUI in Plesk Windows
3 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.
In the meantime, please following the instruction from our documentation on how to disable HTTP/2 through the command line.
-- SH
-
Exclude specific parameters from syncing with the Service Plan on unlocked subscriptions
The option to exclude certain parameters such as hard disk quota from syncing with the Service Plan on unlocked subscriptions can be provided in Plesk.
3 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
-
Link WP Toolkit notifications/error pop-up messages to the corresponding website
Notifications/error messages in the popup windows have no reference to the affected domain/s.
It would be helpful if you included the name of the affected domains in the popup messages.3 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
-
SSL It CLI for enabling DANE support
It would be nice to have the ability to enable DANE support via the CLI.
3 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
-
Update Nextcloud instances via CLI by bulk
Please include a feature to be able to update several or all Nextcloud instances to the latest version via CLI as a bulk operation instead of updating one by one manually.
3 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
-
Configure SSL in phpMyAdmin to access remote MySQL instances
Give the customer ability to configure SSL for phpMyAdmin when accessing remote databases.
3 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
-
Make Composer advisories configurable to only notify for production vulnerabilities
Add a setting to change the Composer warning advisories to only trigger on production vulnerabilities, so that non installed dev dependencies don't trigger warnings
3 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
-
Enable SSL session caching by default in Nginx configuration
SSL session caching is not enabled by default in Plesk's Nginx configuration, leading to the warning “Session resumption (caching): No (IDs assigned but not accepted)” during SSL testing (e.g., SSLLabs test). Without SSL session caching, SSL/TLS handshakes take longer and consume additional resources, impacting performance for returning users.
The following settings are missing in the Nginx SSL configuration file (/etc/nginx/conf.d/ssl.conf):
sslsessioncache shared:SSL:32m;
sslsessiontimeout 1m;Steps to Reproduce:
- Run SSL configuration tests, such as with SSLLabs, and observe the “Session resumption” section.
- Note the warning “Session resumption (caching): No (IDs assigned but not accepted)”, indicating the lack…
3 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
-
Autoresponder "From" Email Addresses
It is commonplace nowadays to see something like this when we receive email.
"Accounts From My Organisation" accounts@myorganisation.com .
It looks far more professional and more aesthetically pleasing than the utilitarian "accounts@myorganisation.com" which is the only option currently available in the Plesk Obsidian autoresponder functionality.
It would be a nice feature - and fairly simple, I imagine - to add a field to the autoresponder functionality to allow us to enter a "pretty" name which would be what the email recipient would see in their inbox. Alternatively, of course, the existing field could be amended to allow for…
3 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 the Flutter support to Plesk
Please add the the Flutter support to Plesk
3 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
-
URL-based branding logos
I suggest enabling Plesk to allow different branding logos in the login screen and the top left corner of the session, depending on the full-qualified hostname used to reach the server. For example, if a server can be reached through 2 different names, the idea would be to be able to set a default branding logo and have alternative ones depending on the URL used to connect to the server. Here's an example:
plesk.domain1.com -> main logo (default)
plesk.domain2.net -> alternative logo 1
hosting.domain3.co -> alternative logo 2
any other aliases/URLs -> main logo (default)3 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
- Don't see your idea?