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
367 results found
-
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.
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
-
to implement a complete reset function (automatic full backup after initial installation)
The first thing the server does when a server has Plesk installed is a backup. this backup is secured with an encrypted directory.
1 vote -
Increase the downloading speed on Plesk Installer in China
The installation of Plesk in mainland China is very slow, mainly when downloading.
Can you add some nodes within China?1 vote -
Prevent resellers from editing Cgroup manager's settings
To prevent resellers from modifying Subscription's CPU usage limits, in other words to prevent a reseller from editing Cgroup manager's settings would give Administrators more control over the server resources usage.
1 vote -
Use official RPM commands to verify repo being used in Plesk Installer
In the current state of Plesk installer, regular expressions are being used to verify EPEL release and installation state.
To support 3rd party repository, it would be advantageous if Plesk installer would use official RPM commands to verify. For example:
# rpm -q --whatprovides epel-release epel-release-rackspace-8-4.el8.noarch # rpm -q --provides epel-release-rackspace config(epel-release-rackspace) = 8-4.el8 epel-release epel-release-rackspace = 8-4.el8
1 vote -
Add scheduled tasks history/logs
Can you add the history of scheduled tasks ?
To see the success and failed tasks, with http response and code.You can see it on the picture.
2 votes -
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.
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
-
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.
2 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
-
3 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
-
Display .webp extension images via the File manager
Add the option to display (view) images of .webp 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
-
Convert folder to an IIS application
Add the possibity to convert a Folder to an IIS application in Plesk Panel.
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
-
Global log for ModSecurity on Windows
Log files saved in separate files in folders by the name of domain GUID. It is quite difficult to find the domain which is involved in malicious activity. It would be good to have the ability to keep the log file for all the domain as a common file like error.log in Linux web server.
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
-
Securing mail automatically via service plans
It'd be great to have an option to secure mail on the domain automatically by the means of a service plan.
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 option to calculate the .trash folder in Home directory of File Manager
Could you please add the option to calculate .trash folder in Home directory of the File Manager (so when calculating the size of all contents of the domain you can choose the checkbox of the ".trash" folder)
Main reason is that before the .trash bin was implemented in Plesk the size of the Home direcory calculated in File Manager (more > calculate) matched with the amount disk space used in StatisticsIt would be great if this was optional (for example can be configured for some the customer via panel.ini)
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
-
Reset/clear domain to default state
If something goes wrong on the main domain of the subscription it would be nice to reset the domain to a clean state without removing or restoring from the backup.
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
- Don't see your idea?