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
-
Email Security reports
It would be great to:
see a report of which mails are considered spam
if I want to send a marked mail any way include an option to do so2 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 -
Abilty to remove X-Powered-By: PleskLin header on per-domain basis when nginx in use.
Add Abilty to remove X-Powered-By: PleskLin header on per-domain basis when nginx in use.
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 -
Ability to clone Drupal instances automatically
Currently the ability to clone Drupal instances is missing in Plesk: you can install it, but if you would like to have similar instance on other domain, work should be done manually and even that way manually added instance will not be detected by Plesk utilities. Drupal is one of the widely used CMS and it will be good to have extended feature for managing it in Plesk.
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 -
Prevent users to be able to remove files from file manager
Add the possibility to prevent/block any file or directory removal from within the File Manager in Plesk by the subscription/domain users.
An example that could be applied is the same as it can be applied already for ProFTP config files as follows:
<Directory /var/www/vhosts/*/.cagefs>
<Limit ALL>
DenyAll
</Limit>
</Directory><Directory /var/www/vhosts/*/.cl.selector>
<Limit ALL>
DenyAll
</Limit>
</Directory><Directory /var/www/vhosts/*/error_docs>
<Limit DELE>
DenyAll
</Limit>
</Directory><Directory /var/www/vhosts/*/httpdocs>
<Limit RMD>
DenyAll
</Limit>
</Directory><Directory /var/www/vhosts/*/httpdocs/*>
<Limit RMD>
AllowAll
</Limit>
</Directory>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 -
Searching interface for Plesk Email Security that shows the information about the sender (IP addresses etc)
There are currently no interfaces or logs for Plesk Email Security that show who messages are being received from (including IP addresses). in case most of the spam received on server are from several IP ranges, it would be convenient to search and block specific IP ranges.
Please implement the web Interface that allows to search by the following parameters:
Recipient: *@example.com
Subject:
Status: Regular Email | Spam | Any
IP:Then the search results would show:
Email Address, Subject Line, From Address, From IP, From Hostname4 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 -
Tool to activate sftp support or enable in libcurl to get SFTP Backup running
sftp Backup works only if sftp is supported. There is no tool to activate sftp to prevent error message
cURL error (1): Protocol "sftp" not supported or disabled in libcurl2 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 -
Apply SELinux policy for custom vhosts directory
Currently Plesk has predefined SELinux policies for default location of vhosts directory (/var/www/vhosts). If virtual hosts directory changed to custom one, it is needed to disable SELinux (set to permissive), for correct websites working capacity. It would be great to change transvhosts.pl script that policies for /var/www/vhosts will applies to custom vhost directory.
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 -
Ability to hide PHP version in Domain page for admin/custoer
The Plesk is running on CloudLinux OS
For example domain uses PHP 5.3 version
If the Plesk admin change PHP version via PHP Selector as set it as PHP 7.0
When the customer log into Plesk he still see the PHP version as 5.3 and as the result the incorrect version is shown for customer
4 votes -
Ability to create a mailbox for a domain only managed by Administrator
create a specific mailbox on a domain which customer has access where he is unable to delete the email address, change it's passwords, disable it, etc.
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 -
to autofill the "Additional nginx directives" when "FPM application served by nginx" is selected for the domain with .htaccess file
When creating a website with PHP as "FPM application served by nginx" and with the rewrite rules defined in the .htaccess file, the domain doesn't work correctly. The directives from the article below should be added manually each time: https://support.plesk.com/hc/en-us/articles/213912945-After-switching-a-website-to-FPM-served-by-nginx-in-Plesk-it-fails-to-load-with-404-Not-Found-on-all-pages-except-start-page
Please consider the opportunity to auto-fill the "Additional nginx directives" field with required lines for such domains2 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 -
View Azure DNS nameservers under customers
Currently, only Plesk admin can see nameservers by clicking the 'Zone NS records' button. It is necessary to implement this feature under Domains > example.com > Azure DNS, too, so the customers can see zone NS records, as well.
1 vote -
Set dates in the bandwidth calculation based on the initial plan billing date
Be able to customize/manually set the starting dates in the bandwidth calculation based on the initial plan billing date.
I.E.: If my customer plans is from (15 / november / 2020 - 14 / December / 2020), how can i set this dates in the bandwidth calculation for this subscription).
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 -
enlarge dns txt field
At the DNS record edit screen the input field for a TXT record is very small.
Only the first 20 characters are visible.
Please make this field (a lot) larger, there is enough room for.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 -
Separate notifications about each of entities included in DiskUsage
Currently it is possible to set notifications about "Whole" Disk usage of a subscription (mail, databases, web files). Yes, it is possible to exclude some units for calculating in T&S > Server Settings, however it would be great if customer/administrator received notifications about each separate resource overuse, that can be defined. (Mailboxes or web)
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 "Custom Environment Variable" option on NodeJS for Windows
Add "Custom Environment Variable" option on NodeJS for Windows - It's currently available on Linux, only.
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 -
It would be great if you could add features such as META description, Snipper, META title in to your SEO toolkit.
At the moment no features to add, edit META description, META title, Snipper in the SEO toolkit. I would suggest you to include those features so that users can easily use those features.
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 -
Introduce DNS records multi-column sort.
When required to add a few NS records, it's easy to make typos as DNS records can be sorted by a record type but not sorted by value.
The following sorting is proposed:
1. User Sorts by Value, then the order is: Value (ASC or DESC), Type (ASC), Host (ASC)
2. User Sorts by Type, then the order is: Type (ASC or DESC), Host (ASC), Value (ASC)
3. User Sorts by Host, then the order is: Host (ASC or DESC), Type (ASC), Value (ASC)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 -
multiple postfix instances
According to Postfix documentation, multiple Postfix instances are supported. Would like to have such support implemented in Plesk
http://www.postfix.org/MULTI_INSTANCE_README.html5 votes -
Is it possible to exclude certain plugins when Cloning/Syncing a WP instance?
Is it possible to exclude certain plugins when CloningSyncing a WP instance?
Example: customer wants to have AWS Cloudfront plugin only on live site and not on staging site. WHen they sync all plugins are copied.
Internal tracking ID: EXTWPTOOLK-5981
4 votesThis makes sense, we’ll look into that.
—AK
-
Enable the mailbox size calculation for remote SmarterMail servers
At the moment, only local mailboxes are included in the subscription's Disk Usage limit, according to the documentation page regarding Disk Space Usage Calculation :
Please provide a way to calculate the mailbox sizes for remote SmarterMail servers as well, so that they are included into the Disk Usage resource.
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?