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
2069 results found
-
2 votes
Thank 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 Interface
Ability 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
-
Include email directories in disk space viewer extension
As described in https://www.facebook.com/groups/plesk/posts/24753472967632807 the Disk Space Viewer extension only shows the usage of directories in a subscription's webserver file path, e.g. /var/www/vhosts/subscriptioname/. The display is misleading some users that have a lot of storage space occupied in their mailboxes. For that reason it would be good if the extension could also include the mailbox paths of a subscription.
3 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
-
defaultProxiedEnabledTypes option for the DNS Integration for Cloudflare® extension be available for all types of records
It would be helpful to have the defaultProxiedEnabledTypes option for the DNS Integration for Cloudflare® extension be available for all types of records, not only A, AAAA and CNAME records.
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
-
Cloudflare DNS extension for Plesk: Add option to sync subdomain on separate subscription
If I add a subdomain as a subscription (so that it is isolated from other (sub)domains) then I can't sync those subdomains with CloudFlare using Plesk's Cloudflare DNS.
3 votesAccording to https://developers.cloudflare.com/dns/zone-setups/ Cloudflare allows to do that only for the enterprise plan. At the moment, only very few users would benefit from a feature as most are on the Cloudflare free plan.
Nevertheless we will consider to implement the feature in a future update of the extension.
Please continue to vote for it if you believe that this is an important feature.
-- PD
-
Watchdog support on the server with AlmaLinux 9 OS
Currently Watchdog is not available for AlmaLinux 9 OS.
This is considered as a limitation for this OS.Please add support of Watchdog component for Plesk on AlmaLinux 9 OS
4 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 -
Disable the FTP for a specific domain/website on Plesk for Windows GUI
Give the ability to disable the FTP for a specific domain/website on Plesk for Windows GUI
3 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
-
Comodo AntiVirus integration with Plesk
Add an extension in Plesk for Comodo Anti virus
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
-
Docker memory management
Please add the ability to manage Docker containers. Currently the extension allows limiting the RAM usage, but doesn't allow adjusting swap limit and protect container from being killed by OOM.
3 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
-
Support update of constants such as WP_PLUGIN_DIR in wp-config.php during Cloning / Copy Data / Smart Update.
Wordpress Toolkit does not support update of constants such as WPPLUGINDIR in wp-config.php during Cloning / Copy Data / Smart Update.
For example if wp-config.php file for example.com is configured with:
define( 'WPPLUGINDIR', '/var/www/vhosts/example.com/wp-content/plugins' );and example.com is cloned to staging.example.com the WPPLUGINDIR is not updated.
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
-
Separate log for domain resolve problems during SSL generation
We 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
-
3 votes
Thank 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
-
Migrate SpamAssassin training database to a new server when using Plesk Migrator
When migrating data to a new server using Plesk Migrator, all SpamAssassin trainings are lost, hence users receive more spam on the new server than they did before. It would be good to migrate SpamAssassin training content to the new server.
4 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
-
has ability to use rsync in transvhosts for data migration.
transvhosts script should have ability to migrate data with rsync instead of mv.
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
-
Ability to specify sse_c_key for S3 backups on the plesk side.
Ability to specify sseckey for S3 backups on the plesk side.
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
-
Add PHP shmop extension support useful for Wordpress performance and site health
When you run the Wordpress Helath Check under Wordpress Tools menù and you run a Plesk server you will get the following alert:
You should allow inter-process communication Performance
You should consider using shared memory (PHP shmop) to allow inter-process communication.Could I suggest to add the PHP shmop support?
I'm running PHP 8.3 and I'm not sure to use SSH command to try to get this extension working, will be nice if in the future this can be integrated in Plesk as ... today Wordpress is a very used CMS and we want always to have good performance.Thank…
4 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.
Meanwhile, if you want to try to install shmop yourself, these are the general steps (provided here without warranty, try it on a test server before applying it to your production system):
1) Install Plesk PHP development package:
For RPM-based OS (CentOS, RHEL, CloudLinux):
# yum install plesk-php83-devel
For Debian-based OS (Debian, Ubuntu):
# apt install plesk-php83-dev build-essential
2) Check what's the currrent version of your PHP 8.0
# /opt/plesk/php/8.3/bin/php -v
3) Download PHP source based on the version of the step 2
For example:
# wget https://www.php.net/distributions/php-8.3.0.tar.bz2
Please pay special attention that the version matches the one determined in step 2!
4) Extract the .tar file of the PHP downloaded
# tar -xvjf /root/php-8.3.0.tar.bz2
Again, the version shown here…
-
Update cloudlinux db-governor users when plesk admin password/username was changed
Plesk should change the string in /etc/container/mysql-governor.xml when changing the admin password with cli command: plesk bin admin --set-admin-password -passwd 'PASSWORD'
Plesk should change the string in /etc/container/mysql-governor.xml when the admin password/username is changed in Plesk UI.
3 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
-
Microsoft SSO
It'd be great to have an option to use Microsoft SSO as new methods with extended compatability are listed here:
https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/plan-sso-deployment4 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 curresponding CLASS / ID to each page in plesk
In order to support custom css themes, there should be a top class / id that represents the page we're viewing right now.
There is no way to say via CSS that we view smb/web/view or any other page. So Custom CSS rules are applied broadly to all pages, which limits the option to hide elements, add "::before, ::after" content, redesign specific pages and not all pages with certain CSS rules.How should it be implemented:
You can implement page classes / ids in the html tag or body tag or right after body tag.
For example:
1. In "smb/web/view",…6 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
-
Nextcloud disk space limit
Implement 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
- Don't see your idea?