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
2082 results found
-
Add an option to manage/remove bounced mails from Plesk UI
In Courier IMAP with qmail, when the mailbox exceeds usage limit, mails for this mailbox get bounced. Bounced mails are not displayed in Plesk panel and can be checked only on the server side. And in this case, mails queues from Plesk and server are different which can be confusing.
Therefore, it would be convenience to have a feature that can manage and remove the bounced mails from the Plesk UI.2 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 -
Pass variables specifed in Ruby menu in field "Custom environment variables" to rake tasks
Currently, the option "Custom environment variables" in the menu "Ruby" on a domain is used only for passing environment variables to the application.
But it's also required to pass environment variables to the rake tasks as well, and in the current implementation, it's necessary to specify necessary variables in the window "Run rake task" each time a rake tasks needs to be executed.
Variables specifed in the option "Custom environment variables" should be passed to rake tasks as well, as similar options work this way in other products known for developers and used for hosting Ruby apps like Heroku and…4 votes -
Apply "HSTS" and "OCSP stapling" for all domains
The customer wants the option to apply "HSTS" and "OCSP stapling" for all domains to be automated.
Or if possible add the CLI command for enabling the "OCSP stapling" so it could be automated via CLI.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.
—
IG -
Plugin Whitelist
I would list to block all plugins and themes and have a whitelist of allowed plugins and themes. Currently there is only a blocklist for plugins.
1 vote -
Custom outgoing SMTP port
An option to customize outgoing SMTP port.
Both for SMTP relay and direct SMTP.
Currently there's only a temporary workaround for Google Cloud VMs with Plesk.
This configuration might be overwritten by an update:
https://support.plesk.com/hc/en-us/articles/11500406049417 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 -
Custom CAS Trust level
It is required to implement custom CAS Trust level. In Plesk only predefined available. Imlementation of the custom CAS Trust Level directly in IIS cause issued in Plesk
2 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 -
UI to limit Wordpress revisions
We can limit revisions by using
define('WPPOSTREVISIONS', false);
or
define('WPPOSTREVISIONS', 20);Make this available via the UI and ability to set defaults for all WP sites.
2 votes -
cli command to delete/modify record from dns template
There is no way to delete/modify record in dns template with cli: plesk bin server_dns. For image automation scripts, it requires to have delete and modify command to manage dns records in template.
2 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 -
Hide Speed Kit button from customer panel
Ability to Hide Speed Kit button from customer panel
1 vote -
Enable using domain's IP to send email on Plesk for Windows
It would be nice to be able to set the IP address used to send mails as the domain's IP, the same way it happens on Plesk for Linux.
2 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 -
Disable mail notifications from anacron (daily, weekly, monthly) tasks
Add ability to disable email notifications about successful Plesk updates, and anacron (daily, weekly, monthly) tasks using 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 -
Implement Add-On plans for Reseller Plans
There should be an option to add "Add-On" plans for Plesk Reseller plans in Service Plans -> Reseller plans.
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 -
fetch_url.ps1 should support cookies
%PLESK_DIR%\Additional\Scheduler\fetch_url.ps1 script should support cookies.
Currently, if a URL, you fetch with it, sets a cookie (and tries to read it back ? - not sure about this part tho), it fails due to the $webRequest object not having a CookieContainer.
Just add two lines into the script before calling GetResponse():
$cookieContainer = New-Object -TypeName 'System.Net.CookieContainer'
$webRequest.CookieContainer = $cookieContainer10 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 -
Option to set RAM, CPU, Disk I/O via Add-on
There should be an option to set RAM, CPU, Disk I/O settings via Add-on like it is possible in Service Plans, presuming Plesk Cgroups Manager is installed
2 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, you can create your own addon with the help of this documentation: https://docs.plesk.com/en-US/obsidian/extensions-guide/plesk-extensions-in-a-nutshell.76331/
—
IG -
ability to see last login date to email
Add ability to see last login date to email. This is necessary to have control and to be able to eliminate the accounts that are not used.
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 -
Non-used allocated disk space should be showing for each subscription
It'll be very useful to show how much disk space is allocated for each of the Subscription/Service plan in Plesk panel GUI.
Right now it's only possible to see how much disk space is allocated for the subscription with the DB query.
It'll be more convinient to have such information in the Plesk GUI, e.g. inside of the "View more statistics" page of the Reseller account or main Plesk page.1 voteThank 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 -
copy and move files start from current folder
The copy and move dialogs are slow to use because they always start from the root folder and require clicking down to the target folder. So a simple task like moving files into a sub folder is many clicks (slow).
If the dialog starts expanded to the current folder where the copy or move button was clicked, then it is a single click to a sub-folder or a quick scroll to the root. Much faster to use. thanks2 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 ability to list service plans in Plesk CLI
It is necessary to be able to list service plans in the CLI utility "plesk bin serviceplan" for using items from that list in other commands like "plesk bin serviceplan" or iterating them in a bash script.
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 -
Ability to migrate Mattermost chat/data of the domains to the new server with Plesk Migrator
When migrating a domain to a new server the Mattermost's data/chats present in the old server should also be migrated to the domain in the new server when Plesk Migrator Tool is used, or create a tool that makes it possible.
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 -
Ability to hide/manage buttons in Subscriptions > example.com > Websites & Domains
There are cases when it is required to hide some buttons from the [Subscriptions > example.com > Websites & Domains] as these buttons are not planned to be used.
For few of them we already have different solutions to not to be shown in Plesk UI.
So it will be great if we will have a centralized functionality to hide/manage buttons in [Subscriptions > example.com > Websites & Domains].2 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?