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
2084 results found
-
More control over IPs used in IIS for site hosting.
Sites in Plesk can have only one IP address assigned; this IP must the the same for FTP, HTTP, etc. A change to allow more flexibility should be easy to implement (e.g., allow 'all unassigned'), so sites running on Plesk can be used in load balanced scenario's, e.g. when running Plesk on a cloud server.
12 votes -
bun
Support for https://bun.sh/ with passanger
11 votesThank you for your idea. At this time, the Node.js drop-in replacement "bun" is in a development stage. There is still lots of work to do and bun does not yet have any significant market share. There are also no signs that a broader community is using this instead of Node.js.
Maybe this will change in the future. 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
-
Change password reset mail template
Currently, it is not possible to change the password reset mail template.
Please add this to other mail notification templates.11 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
-
PLESK performance optimization
Please optimize the plesk panel in terms of database performance, apache and nginx. I tested a few free panels and they fared much better in terms of performance than the plesk panel. So something's up. Tested in the same environment. Regards
11 votes -
Add ability to set up 128 value for flags field of CAA record
Add ability to set up 128 value for flags field of CAA record as it can be used as security measure.
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.
— AY
-
IPFS Pinning plugin
it would be great if plesk will support IPFS and we can add the the server IPFS as NODE or gateway to our plesk panel .
to be able to "pin" and to host files on our servers.11 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 "mail.example.com" (mail subdomain) in Subject Alternative Names when option "Assign the certificate to mail domain" is selected
Currently almost all mail clients (I used) need the server address to be in the Subject Alternative Names on the certificate, meaning if the configured address is "mail.example.com" instead of "example.com", that first subdomain is not present in the certificate, even when the option "Assign the certificate to mail domain" is selected when issuing the certificate.
11 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 add CNAME for Domain Root
Please add the possibility to add a CNAME for rootdomain instead of an A-record, so-called CNAME flattening feature.
11 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 -
Github Actions CI/CD for deploy
Hi.
Now that Github has CI/CD through Workflow Actions, It would be nice to have an official plesk deployer.
There is already a FTP uploader, but it would be nice to have something from Plesk for IIS deploy, with config variable transformation, etc.11 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 search and replace in code editor
The ctrl-F feature provides a search function, but there is no search and replace that I can find. I'd like the file editor to have the same editing functions as notepad++.
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 -
Handling or gzip compressed email
Hello,
At the moment mail server shipped with Plesk is not able to store or handle emails compressed by Gzip on the file system.
Please add functionality to support compresses emails or option to enable email compression.
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 -
Post-update hooks in WordPress Toolkit
Add post-update hooks in WordPress Toolkit, which can be used to automate the process of committing to Git (e.g. WordPress core and plugin updates that are automatically installed by WordPress Toolkit).
Use case:
Be able to respond to the event and write a program to do things like: a) commit the changes to the local git repository and push them to origin, b) trigger an alert in the monitoring system
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 -
NAPTR
Possibility to add NAPTR records in Plesk
11 votes -
WP toolkit should manage PHP memory limit value specified in wp-config.php
WP toolkit should manage PHP memory limit value specified in wp-config.ph: WPMAXMEMORY_LIMIT.
This has been reported internally as requirement EXTWPTOOLK-3564.
11 votes -
Support scheme when every WHMCS service (subscription) becomes a client in Plesk
Support scheme when every WHMCS service (subscription) becomes a client in Plesk
11 votes -
Appending strings using Plesk API
Hello,
Please add Extenshios API usitlity and method which allows to append string into a file.
Now it is only possible to read from a file and overwrite a file:
https://plesk.github.io/pm-api-stubs/docs/classes/pm_FileManager.html#method_filePutContents11 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 -
Nginx restart interval functionality
An Nginx restart interval should be helpful for situations when users use API calls to modify domain's PHP settings. This results in multiple nginx reloads:
/var/log/plesk/rc_actions:
INFO: [Tue Feb 26 15:26:00 CET 2019]: Service: nginx, Action: try-reload
INFO: [Tue Feb 26 15:26:44 CET 2019]: Service: nginx, Action: try-reload
INFO: [Tue Feb 26 15:26:59 CET 2019]: Service: nginx, Action: try-reload
INFO: [Tue Feb 26 15:28:06 CET 2019]: Service: nginx, Action: try-reload
INFO: [Tue Feb 26 15:29:11 CET 2019]: Service: nginx, Action: try-reloadA similar functionality exists for apache in Tools & Settings > Apache web server > Restart interval.
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 -
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 well a…
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.BTW, we have following solution for Plesk – https://talk.plesk.com/resources/blocking-extra-bots-using-nginx.6/
—
IG -
Redirect Plesk from HTTP to HTTPS on Windows
Redirect http://hostname:8443 to https://hostname:8443 on Windows.
Currently only Plesk on Linux can do this.
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 -
Multiple file upload for Plugin and Themes in Wordpress Toolkit
Hi,
Could you please add Multiple file upload for Plugin and Themes in Wordpress Toolkit?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
- Don't see your idea?