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
478 results found
-
Handling DNSSEC through CLI
Make it possible to sign DNSSEC through CLI commands instead of only through the DNSSEC Extension in the Plesk GUI.
27 votesThis functionality was added in Plesk DNSSEC 1.5.1. We suggest you update the Plesk DNSSEC extension and check it out.
Feel free to share your feedback at https://talk.plesk.com
— AY
-
Allow both HTTP and HTTPS version of websites to be forwarded. It's 2018, this is vital.
This is all about security, it's simply not a fully developed product without this facility and I am hugely shocked and surprised it doesn't already exist.
27 votesThis feature is available since many years. Please accept our apologies that this feature request has not been updated when SSL for forwarding domains was introduced.
-- PD
-
Add an option to disable reserved mailnames like root, postmaster, anonymous for domains
If the option What to do with mail for non-existent users set to Forward to address (also known as catch-all address) in Domains > example.com > Mail Settings, then email messages to mailboxes below are not being delivered to the forwarding email address:
anonymous@example.com
mailer-daemon@example.com
drweb@example.com
kluser@example.com
postmaster@example.com
root@example.comSuch mailboxes are present in the file /var/spool/postfix/plesk/virtual.db and mapped to be delivered to @localhost.localdomain:
/usr/sbin/postmap -s /var/spool/postfix/plesk/virtual | grep example.com
anonymous@example.com anonymous@localhost.localdomain
mailer-daemon@example.com mailer-daemon@localhost.localdomain
drweb@example.com drweb@localhost.localdomain
kluser@example.com kluser@localhost.localdomain
postmaster@example.com postmaster@localhost.localdomain
root@example.com root@localhost.localdomainPlease consider to add an option to disable reserved mailnames like root, postmaster, anonymous for domains in Plesk…
27 votesStarting Plesk 18.0.66 we added the ability to stop accepting mail sent to preconfigured aliases such as root, postmaster, or anonymous on Plesk servers using Postfix or qmail as the mail server. By default, such emails are delivered to the Plesk administrator’s mailbox.
To allow accepting mail sent to one or more specific aliases, add the following lines to the panel.ini file, listing the desired aliases:
[mail] adminAliases = alias1 alias2 .. aliasNMail sent to aliases that are not listed will no longer be delivered to the Plesk administrator’s mailbox. For example, to allow accepting mail sent to the root and postmaster aliases, but not to any others, add the following:
[mail] adminAliases = root postmasterand then run the following command:
plesk repair mail -yThank you everyone for your suggestion and help to make Plesk better.
-- SH
-
Allow the automatic installation of wordpress inside a service plan
Hi,
can be a very interesting feature the possibility to create a service plan that when is used he create automatically a wordpress installation and send data to the customer email.
Very very interesting as WP now is a really standard over internet website creation.
Thanks
27 votesHi everyone, this feature was added in the WordPress Toolkit 2.4 release. Changelog: https://docs.plesk.com/release-notes/onyx/change-log/#1753-mu30
We would love to hear your feedback on our forum at http://talk.plesk.com. We’d like to thank everyone who commented on this request and provided invaluable feedback — thank you!
—AK
-
Option to set global hostmaster address (SOA)
Right now, every domain gets the hostmaster mailaddress from the correspondent client data in Plesk. It is stored in dns_zone table and not changeable globally.
Especially for resellers it would be great to override this setting with a global hostmaster address (e.g. hostmaster@domain.com) set through Plesk admin interface - a manual change to be done each time a new domain is registered is not really comfortable.Furthermore, if the client mail is set as hostmaster, addresses like name.surname@domain.com are not escaped and lead to a soa entry like name@surname.domain.com. This should also be fixed.
27 votes1) “Option to set global hostmaster address (SOA)”
This feature is already available since versions:
- Plesk Onyx 17.5.3 MU#58.
- Plesk Onyx 17.8.11 MU#22
- Plesk Onyx 17.9 Preview 5Open “Tools & Settings / DNS Template / SOA Records Template /” and check “Email (RNAME)” settings.
Let us know if you have any feedback2) If the client mail is set as hostmaster, addresses like name.surname@domain.com are not escaped…
Unfortunately, we cannot confirm this issue. If you have additional information about this issue or want to get advice from the community, please go to our forum at talk.plesk.com. Thank you.
— AY
-
Ruby on Rails Plesk 11
Ruby on Rails for Plesk 11
27 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
-
Please officially support PostgreSQL 10
I would like you to support PostgreSQL 10 on Onyx 17
26 votesThe PostgreSQL 10 is supported since Plesk Obsidian Release Candidate 3 (RC3 18.0.17) https://docs.plesk.com/release-notes/obsidian/change-log/#contents-18-rc30
—
AA -
Count each recipient (Including to, cc and bcc headers) as individual limit for Outgoing limits
Now, if you sent an email to 100 recipients, it counts only as 1 sent in Plesk Outgoing Limit. It should count as 100 sends.
26 votesThe feature available is available starting from Plesk Obsidian 18.0.41 version.
You can enable it in
“Tools&Settings” > “Mail Server Settings” > turn on limitations on outgoing email messages > “Count a number of recipients instead of messages”
--
AA
-
cloudlinux 8
Hello,
Please consider support of CloudLinux 8 on Centos 8 + Plesk.
CloudLinux 8 is ready for production use now:
https://blog.cloudlinux.com/cloudlinux-8-with-4.18-kernel-is-ready-for-production24 votesCloudLinux 8 is now supported.
https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18031
—
IG -
Plesk Let's Encrypt and support for ECDSA certificates
As you probably know, Let's Encrypt supports ECDSA certificates. Shorter handshake time, fewer data to transfer, faster page load time in the result.
I suggest Plesk feature - add option choose between RSA and ECDSA certificate when signing with Let's Encrypt.
Best regards, Mike
24 votes2.7.2 (17 January 2019)
• [*] In Plesk for Linux 17.8 and later, the extension now supports issuing ECDSA certificates. To have the extension issue certificates signed with ECDSA, add the following lines to the panel.ini file:[ext-letsencrypt]
key-algorithm = ECDSA
ecdsa-curve-name = prime256v1 ; can be omittedIf you have any feedback let’s discuss it on our forum: https://talk.plesk.com/threads/lets-encrypt-extension.336954/
-
Allow controlling the Enable 32-Bit Applications flag
Add a feature that allows Customers/Administrators to control the "Enable 32-Bit Applications" flag on the Application Pools in Plesk for Windows
24 votesGood news everyone!
This functionality was added in Plesk Obsidian RTM release. We suggest you upgrade to the latest version and check it out.
—
AA -
Support for managing autorized SSH keys
It's possible to give any system user a ~/.ssh/authorized_keys file and add public SSH keys to that file to authorize access for anyone who has the private SSH key to go with it, so users can use things like SCP/SFTP (and SSH if they have a shell configured) safely without having to use password authentication. If would be great if Plesk allowed the management of authorized SSH keys for a user.
23 votes -
Ability to issue wildcard certificates via Let's Encrypt CLI
We now have the ability to issue wildcard certificates via GUI, but it would be handy to issue the wildcard certificates via CLI as well
22 votesAvailable since SSL It! 1.4.0 (4 June 2020): https://ext.plesk.com/packages/3c4117f6-c05c-4d3b-9173-60f10096a9c4-sslit#!
-
Show actual database type in Plesk > Tools&Settings > Database servers
Currently even if MariaDB is installed on the server, in Plesk > Tools&Settings > Database servers it is written as MySQL It would be nice to show actual database type .
22 votesThis feature is available since version Plesk 17.9 Preview 6. (https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-1796-preview6).
Let us know if you have any feedback.
— AY
-
Dovecot Subaddressing (test+subaddress@mail.com)
Could you please add support for dovecots subaddressing feature?
22 votesThe VERP style email addresses became available since Plesk Obsidian 18.0.30.
-- PD
-
Disk usage by folders / directory tree
At this moment, there is only disk usage summary by domains. It would be great, if we could check the disk usage by folders. Best option would be expanding directory tree (just like it was done in the other known "customer Panel").
Here is my attempt to visualize the idea:
[-]root (1 GB)
.|--[+] cgi-bin (0 B)
.|--[+] etc (5 KB)
.|--[-] httpdocs (900 MB)
.....|--[+] folder1 (400 MB)
.....|--[+] folder2 (500 MB)
.|--[+] statistics (10 MB)22 votesThe function is already available through “Calculate Size” button in file manager
-
Add portainer
while somewhat noob friendly the current docker plugin is just missing pretty much every feature to make it useful for anyone else than a hobbyist.
Portainer is multitudes more powerful and feature rich to serve the power users, for example being able to set up networks and swarms
21 votesThe Docker extension now supports launching a Portainer container. Portainer is container management software that makes it easier to deploy containers and stacks, manage Docker networks, create users and teams, and more! We would love to hear your feedback on our forum at https://talk.plesk.com.
— AY
-
Disable mail service simplified
There is actually no way to create "real" "Web service only" subscription. If the subscription plan is set without any mailbox the mailservice is enable on that subscription BUT not accessible in the panel. It's necessary to change the subscription settings to access the disable button or in command line by :
/usr/local/psa/bin/subscription --update domaine.com -mailservice false
Without disabling mail_service the web service will not be able to send email to subscription's domain external hosted mail address.It would be great to be able to set a plan of "web only" subscription to host website when the mail…
21 votesImplemented in Plesk Onyx 17.9 Preview 7 – https://docs.plesk.com/release-notes/onyx/change-log/#contents-179-preview7
Users can now remove the Plesk mail service for a domain or choose not to create it when a domain is created. This is useful when using a remote mail service – mail to domains hosted in Plesk will no longer be delivered locally.
—
IG -
Ability to add MX DNS record with a custom priority from Plesk GUI
Currently, MX record the dropdown priority options are available at an interval of "5".
However, Google Mail and G-Suite require to create MX-record with a priority 1, which is not available in Plesk.
There is similar request here https://talk.plesk.com/threads/google-mail-dns-wont-validate-unless-mx-priority-is-1.357702/
Please, add ability to set other MX priorities in Plesk interface.
20 votesThis functionality was added in Plesk Obsidian 18.0.30. G Suite can now be set up with the Plesk DNS service because it is now possible to set an MX priority value to 1 in the Plesk interface. Let us know if you have any feedback.
— AY
-
Implement solution instead of myLittleAdmin for Plesk for Windows
Vulnerability CVE-2020-13166 was discovered in myLittleAdmin and since the only option to completely mitigate the issue is to remove myLittleAdmin, it would be good to implement another tool to manage MS SQL databases through the web interface (instead of resorting to Microsoft SQL Management studio)
20 votesAs announced earlier, MyLittleAdmin was retired in June 2023 due to security issues that have not been fixed by their developers. Instead, please find a variety of database management solutions here: https://support.plesk.com/hc/en-us/articles/13302777933719
-- PD
- Don't see your idea?