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
433 results found
-
Make "plesk bin subscription" able to add Apache additional directives for HTTP and HTTPS
Make "plesk bin subscription" CLI command have the option to add Apache additional directives for HTTP and HTTPS. Right now, only nginx additional directives can be added via this command.
1 vote -
Manage BAN commands for Varnish cache inside Plesk
Enable an option inside plesk to manage Varnish cache ban individually per subscription.
1 vote -
Option to set RTL instead LTR text while editing Plesk notifications
Implement an option to set RTL instead LTR text while editing Plesk notifications. Useful for certain languages, like Hebrew.
1 voteThis is a valid 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
-
Add Ubuntu Pro versions to Supported OSes
Please add Ubuntu Pro to Supported OSes, such as Ubuntu 18.04 for example
1 vote -
Allow to manage Spam Filter settings in Email Security for aditional users
Add permission to edit security settings in plesk email security for users without "create and manage websites" (additional users)
1 vote -
Abilty to activate Zram and Zswap !
If possible the ablity to activate Zram or Zswap from the panel and monitor under server information.
I know these are easy to implement, without Plesk but would be a neat feature. These are both implemented in most Kernels now anyway and not activating at least one seems to be leaving server performance on the table.
Ability to configure Swap size and compression algo and monitor.
Default swap size 50% of Ram seems to work great as a default.
1 vote -
Option To Auto Add Cloudflare IPs To Fail2Ban Whitelist
Add the option to auto add Cloudflare IPs to Fail2Ban whitelist. A simple check box in the Fail2Ban management panel that will add a Cron job similar to the one described here: https://talk.plesk.com/threads/cloudflare-whitelist-scripts-for-fail2ban-and-nginx.361572/ .
This is something that will help a lot of people using Cloudflare and it's relatively easy to implement.
Thanks.1 voteThank 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
-
GIDs should follow the "system user/group convention" and be lower than 1000
Some GIDs from groups created during Plesk installation are higher than the conventional value (1000):
psaadm:x:997:1001
dovecot:x:995:1005
dovenull:x:994:1006
roundcube_sysuser:x:993:1007
psaftp:x:991:10081 vote -
Turn off WAF for entire Service Plan as the Plesk Administrator
I would like to have the ability to turn Off the Web Application Firewall for an entire Service Plan at once when I am logged in as the Plesk Administrator.
1 vote -
Possibility to limit permission of additional admins to delete clients
Possibility to limit permission of additional admins to delete clients.
1 vote -
Option to report abuse to IP address owners
Please integrate an automated way to report abuse to IP address owners from the Plesk interface.
1 vote -
Block an IP address when viewing logs
Please provide a way to block an IP address when viewing log files.
1 vote -
Composer manuel search
When Plesk don't find composer.json, then select it manuel.
1 voteThis 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 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
-
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 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
- Don't see your idea?