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
842 results found
-
OWASP security recommendation hide php version from web server by default
I've noticed that in a default plesk installation the web server is configured to disclose php version. This could be exploited especially with a lot of websites running insecure php versions still.
I think it's not much trouble to implement this simple "security through obscurity" step to not disclose this information and help attackers detect vulnerabilities in PHP itself.
6 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 -
docker or lxc
It wanna be nice to have docker or lxc in Plesk integrated, in that way like "cockpit" have it. That you can easily create container, set start parameter login over a console. All this over a web interface.
Sadly at the moment virtuozzo even don't support docker - but maybe it will in the future :). And the are the doors open for docker in Plesk.
6 votesWe’re happy to announce that this feature is now available in Plesk Onyx, which was released recently for early adopters. You can try Plesk Onyx here: https://www.plesk.com/onyx/
If you have any feedback on the implementation of this feature, please let us know on the forum: https://talk.plesk.com/forums/plesk-onyx.744/
Thank you!
—AK
-
Import Plesk settings to others Plesk instances
Feature/extension to import Plesk settings to different Plesk instances automatically:
- Firewall settings
- Global Plesk settings
- IP Access restriction settings
- Security settings
5 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.
Also, you can write your own Plesk extension with help of this documentation: https://docs.plesk.com/en-US/obsidian/extensions-guide/plesk-extensions-in-a-nutshell.76331/
—
IG -
Add Microsoft SQL Server PHP extensions to Plesk Linux
They can be disabled by default (and optionally be enabled in PHP Settings, 7.0-7.1 only). The drivers appear to be quite stable - I have successfully installed them in Plesk on Ubuntu 16.04 and CentOS 7.4.
This is especially interesting since SQL Server 2017 is available for Linux and Docker.
Once the extensions are installed/enabled, the follow-up request would be to allow me to add remote MS SQL databases in Plesk Linux (not limited to RDS - any remote MS SQL instance).
12 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 -
fail2ban and Cloudflare ServerShield Blocking
The default behavior of fail2ban adding an offending ip address to iptables doesn’t do much if the website is protected by Cloudflare ServerShield which proxies the requests to Plesk server.
Please consider adding the capability whereby if fail2ban is activated on a Plesk server and a hosted website is protected by Plesk Cloudflare ServerShield extension, an offending IP address should also be added via a cloudflare api call to cloudflare firewall rules for the affected website. This way the Plesk server is protected at a minimum for that website which might be under a DoS attack.15 votes -
Goolge 2 factor authentication for Repait Kit page
Implement Goolge 2 factor authentication for Repait Kit page t https://example.com:8443/repair
2 votesUpd: Sorry, we are closing the request as no information were provided for over a month.
—
IG -
Implement Alert System for nginx Service Failures in Plesk
Introduce a feature in Plesk to automatically detect and notify administrators through Plesk panel (if accessible) and email alerts when the nginx service fails to start or encounters any issues to ensure immediate awareness and prompt resolution.
1 voteThank 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.
For the time being: Have you checked the https://platform360.io capabilities? You can monitor your servers through it and prevent or detect downtime.
-- PD
-
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
-
18 votes
-
Enable multiple strings in a single TXT (SPF) record
At the moment when adding TXT (SPF) DNS record in Plesk it is impossible to enter it as concatenated quoted strings
"v=spf1 include:AAA.com" "include:BBB.jp" "include:CCC.jp ~all"
(all quotes will be automatically escaped)
↓
"\"v=spf1 include:AAA.com\" \"include:BBB.jp\" \"include:CCC.jp ~all\""This RFC
https://www.ietf.org/rfc/rfc4408.txt
3.1.3. Multiple Strings in a Single DNS recordstates that such concatenated quoted string format should be possible.
Please, implement this feature
7 votesThis functionality was added in Plesk Onyx 17.9 Preview 4 (https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-1794-preview4). We suggest you to upgrade to Plesk Obsidian and check it out. Let us know if you have any feedback
— AY
-
Monitor active mailbox connections (IMAP, SMTP and Exchange)
It would be useful to implement some sort of notification or monitoring system, that will indicate when and where the connection to the mailbox is established.
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.
-- KvD
-
block bad bots by default
There are many bots that can actually DoS a server using Plesk. Since there's no way to limit their connections they can overload a server really easily. Currently the only way to block them is by reading the logs and implementing blocks in nginx or .htaccess rules.
It would be great if there could be some security by default. The community has created very comprehensive lists that could be used and auto updated / maintained by cron jobs.
Here's an example for Apache
https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/tree/master/Apache_2.4
And here's for Nginx
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
It could help mitigate attacks and vulnerability scans as…
13 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.BTW, we have following solution for Plesk – https://talk.plesk.com/resources/blocking-extra-bots-using-nginx.6/
—
IG -
PHP extensions installing outside PECL manager.
PECL fails to install rar extension for PHP >= 8.1
Customer wants to Plesk can handler this in another way for such cases.
Solution for manual installing was taken from here: https://stackoverflow.com/questions/73564424/error-while-installing-php-rar-extension-on-ubuntu-server
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
-
Amazon S3 Backup - Add capability to select the region when creating S3 Buckets using root account credentials
Add capability to select the region when creating S3 Buckets using root account credentials
I tried to change this by modifying extension files but all the files are encrypted.
4 votesThank you for your feature request. We will consider the possibility of its implementation if it becomes sufficiently popular and in demand.
—
IG -
Docker Support for Windows
Docker for Windows with WSL2 reached nearly the same state, docker on Linux is capable of. Let docker for Windows extension also be able to manage a local docker instance.
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 -
Automatically activate created domains/subdomains for Microsoft Azure DNS
Automatically activate created domains for Microsoft Azure DNS, perhaps also with "Delegation Set" like for Amazon Route 53 extension.
3 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 -
Include the option to filter or order by field "Smart Update" in WordPress > Updates.
Include the option to filter or order by field "Smart Update" in WordPress > Updates. That way customers can see every instance with Smart Update enabled to easily manage their Smart Update licenses.
6 votes -
Add multiple Git users with SSH Key authentication
We are waiting for this feature in Plesk: https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/18772873
We've to apply manually the commands described in here, which is not the desired user experience: https://support.plesk.com/hc/en-us/articles/360006103313
Said that, I'm creating this request because it would be a great step if Plesk would also allow Git users with SSH Key authentication. There isn't any workaround available, which is quite frustrating that after 2 years Plesk didn't implement it.
8 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 -
Add backup restore (sw-tar) multithreading
Plesk uses its internal sw-tar program for unpacking backups, which currently lacks multithreading support. This results in a significantly slower recovery process when handling a large number of files or large data volumes.
Given the continuously growing data volumes and increasing file sizes, it is time to implement this feature.
5 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
-
More advanced anti-ddos interface and settings
This (https://support.plesk.com/hc/en-us/articles/115000784914-What-DDoS-protection-tools-are-available-in-Plesk) recently updated article shows that we still need paid extensions to better protect our servers against ddos attacks.
It would be great if Plesk would create a more advanced anti-ddos monitoring tool with a useful interface, alerts, and the right amount of settings to better protect our servers from ddos attacks without the need to install a third party extension with additional costs. Preferably created with "good defaults" in mind.
8 votesWe regret to inform you that we are closing this request as no feedback was provider for quite a while.
-- SH
- Don't see your idea?