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
343 results found
-
Add a link to the error message
Right now, when the limit of the domains is reached for the Plesk server, the following error message is displayed:
"Error: There are no available resources of this type (domains) left. Requested: 1; available: 0."However, it'll be much more useful if there will be also a link to the Plesk 360 page that will allow directly upgrading the license type.
3 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
-- IG
-
Email notifications about available Plesk updates
It'll be useful to have email notifications about the available Plesk updates (not the System Updates).
Right now, there are only UI notifications in the Plesk panel regarding this.
6 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
SeLinux management in Plesk GUI
It would be great to have ability to manage SeLinux in Plesk GUI to disable/enable enforcing mode and check Selinux related logs
6 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
Add ability to install NodeJS and NPM to chroot environment in Plesk
Add ability to install NodeJS stack to the chroot environment
3 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features.
Thanks in advance!
--
IG
-
Image converter
It'd be great to have an option to convert images between different formats in Plesk file manager.
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
-
Optimize thumbnail website preview
Optimize the requests from the https://shots.plesk.com server for cases of websites with high CPU usage. Or add the option to generate the screenshots locally.
3 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
--
IG
-
Enable cgroups for Litespeed extension
At this moment, cgroups is not working when litespeed is installed. It would be nice to have the cgroups back again :)
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
-
Add an ability to hide Website Importing
There is "Website Importing" in Customers' Plesk panel in Websites & Domains in domain cards. There are cases when it is required to hide this "Website Importing" domain card for a customer.
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 Brotli support to Apache
Add Brotli support to Apache, so it would be possible to use Brotli with uninstalled Nginx on the server.
2 votesThis is a valid request, so we'll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
--
IG
-
Add the ability to purge domain data
Please add the ability to delete all the domain data from the server-wide backups while deleting a domain.
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
-
autoclean & autoremove
automatic cleaning from old plesk packages.
8 votes -
Send an email notification once customer/subscription/domain is suspended manually
Add feature of sending an email notification to customer when customer/domain is suspended manually.
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
-
Add the option to display doc and xls format via the File Manager view/editor.
Add the option to display basic Word (doc) and Excel (xls) format via the File Manager view/editor.
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
-
Rest API - Get assigned plan from domain
Using the REST API it is not possible to view the assigned plan from a domain. You can only add a plan when creating a domain. I would like the see what plan is assigned to a domain for our billing process.
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.
At the moment you can use the following SQL query for psa database for getting what you want:
SELECT dom.id as domain_id, dom.name as domain, ps.plan_id, t.name as plan_name from domains dom LEFT JOIN Subscriptions s ON (dom.id=s.object_id AND s.object_type='domain') LEFT JOIN PlansSubscriptions ps ON ps.subscription_id=s.id LEFT JOIN Templates t ON t.id=ps.plan_id;
--
IG
-
Add existing customer to an existing domain as a user
Add the functionality of adding a customer account as a user for a domain not under its subscription 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
-
Integrate MTLS on domains
Create the option to add a trusted certificate for an external party so MTLS handshake will function properly on domains hosted with Plesk.
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
-
Make a way to specify which IP should be the default for new subscriptions
Currently the way an IP is chosen from the ip pool allows IPs from alternate interfaces, dedicated IPs, or shared IPs. It would be nice if we had a way to force it to use shared ips for new subscriptions or, just give us a way to set an IP as the default IP for new subscriptions.
3 votesYou can try to use Event Manager for the event "Default domain created" with the command like:
plesk bin subscription -u ${NEW_DOMAIN_NAME} -ip xxx.xxx.xxx.xxx
--
IG
-
Add option -frequency to plesk bin notification --update -code admin_pum_updates.
In the UI, at Tools & Settings > Update Settings, it is possible to set a notification to be sent when updates are available or were installed.
In the UI, it is possible to set the notification to be sent either daily or weekly. However, the corresponding CLI option plesk bin notification --update -code adminpumupdates has no option to set the notification frequency. Please add an option to set it via CLI as well.
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
-
Сhange type of notifications via CLI using the utility plesk sbin crontabmng
Please add feature to change type of notification (do not notify, errors only, every time) about scheduled task completion via CLI with plesk sbin crontabmng utility
Currently, to change such notifications (via CLI) not only values in database need to be changed but also values for SendMailOnlyIfFail option in C:\Program Files (x86)\Plesk\Schedules\psaadm, C:\Program Files (x86)\Plesk\Schedules\Root files.Such steps are not ideal while changing the settings for a large number of servers.
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
-
4 votes
Thank 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?