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
434 results found
-
Permissions for SEO-safe 301 redirect from HTTP to HTTPS management
It would be nice for the users to be able to enable or disable:
"Permanent SEO-safe 301 redirect from HTTP to HTTPS"
option in their panel.
Instead of setting it in the service plan, give to the user the permission to manage this feature.7 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 -
Automatically add new Obsidian release to mirror repository
Plesk Obsidian is released in the following way:
PSA_ 18.0.21
PSA_ 18.0.23
PSA_ 18.0.24
...
Currently, if local repository is used each new version has to be added manually. Automatic synchronization would be a nice feature.7 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 -
Be able to add/manage the default gateway of IPv4/IPv6 address(es) through Plesk UI
Be able to add/manage the default gateway of IPv4/IPv6 address(es) through Plesk UI.
It would be nice to have such a feature. This other one was rejected and had 4 votes. https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/4138270-a-option-to-enter-a-standart-gateway-for-ipv4-ip
7 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 -
Let users choose the preferred log storage path (log file location)
Plesk should store all logs in the standard linux location of /var/log instead of storing logs in /var/www/vhost/system/<domain>/logs. In our case, we run very optimized Plesk environment w/ /var/www/vhost setup on it's own Enterprise RAID SSD. But we can't optimize Plesk hosting when the access logs, error logs, etc are also being written under the same partition (ie /var/www/vhost/...).
7 votes -
When removing a domain from Plesk, if the domain is associated with other domains then a warning should appear to show what associated domai
When removing a domain from Plesk, if the domain is associated with other domains then a warning should appear to show what associated domains would also be removed. Without this warning, it may remove the entire Plesk subscription along with all associated domains, which is not easily recoverable.
7 votes -
Identify non-English (non-<language>) emails as spam
Can you provide a filter that would identify non-English emails as spam?
7 votes -
7 votes
-
When Nginx and Apache are used, Apache should only listen to ports 7080 and 7081 on localhost.
As discussed in https://talk.plesk.com/threads/security-attack-surface-ports-7080-and-7081.368543 security should be reinforced: When Nginx and Apache are used, Apache should only listen to ports 7080 and 7081 on localhost. When Nginx is not used, Apache should only listen to ports 80 and 443.
6 votes -
Convert existing alias to domain
Convert existing alias to domain
6 votesAs a workaround, click "Remove" on the alias, then click "Add domain".
Everyone: If you you believe that a direct conversion is an important feature, please keep voting for it.
-- PD
-
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
-
host www.domain.tld and domain.tld as 2 separate domains
I need to host one application in www.example.com and another application in example.com as if they were two different domains. It would be nice if Plesk would allow an option to create such domains and not reserve www as an alias for example.com.
6 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 -
Managing crontab via CLI
It would be very conenient to be able to manage the subscriptions' scheduled tasks via CLI.
6 votescronjobs can easily be managed by Linux commands already. They may not be sourced from Plesk, but all tools already exist on the operating system. As cronjobs are read by Plesk from disk, manipulating the corresponding files on disk will set everything you wish. Individual cron files are stored in /var/spool/cron and can be text-edited. You can add files, edit files, append files and delete files using Linux commands. You can also stream-edit files (e.g. insert a commend tag before a line with sed) and also create Linux control while-loops to apply changes to filtered files. Cron can also be controlled directly (https://man7.org/linux/man-pages/man1/crontab.1.html).
Please let us know in details what you are missing or please provide an example how you would like Plesk to work with cron instead.
-- PD
-
Wildcard for [ip] blacklist in panel.ini
It would be nice if it is possible to make wildcard-entries in the panel.ini to hide IP addresses. (https://docs.plesk.com/en-US/obsidian/administrator-guide/59410/)
actually we need to list any IP for some networks, expecially for the docker networks (the default-address-pools should be hidden).
[ip]
blacklist="172.17.0.0/16,192.168.0.0/24"6 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 -
CDN hosting in Plesk for Windows Server
I would like to see you add 'CDN' option to 'Hosting Type'.For example create a sub domain like cdn.x.com then select Hosting Type as 'CDN' you create all the necessary inbound/outbound rules for cookieless hosting etc.
6 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 -
Notification interval setup
Right now the notifications in Plesk via Tools and Settings > Notifications can only be setup as per the starting condition when expiring (I.E.: 10 days in advance).
It would be good to have more settings such as the interval as, as of now, the notifications are sent daily once the condition is met and it would be nice to be able to set it with mor flexibility (I.E.: each 5 days).
6 votesThank you for your input! We will consider this functionality for the upcoming releases if it becomes popular enough.
Everyone, please continue voting for this feature if you consider it important.
—AS
-
Manage additional directives for Apache and Nginx via API
It would be helpful to provide functionality in Plesk API to manage additional directives for Apache and Nginx.
6 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 -
API request to update disk space on the server
For example, if external mail server is using, and it is required to send disk mail usage from Mail server to Plesk
Here is example of existing API request but for traffic calculation:
https://docs.plesk.com/en-US/12.5/api-rpc/reference/managing-sites-domains/updating-traffic-usage-statistics.66633/6 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 -
Event manager: Add a hook before an event is processed
Hello all,
I hope this idea can be shared with many of you.Actually in the Events manager you can handle a task, an action you can run AFTER the event occurs. Can be really usefull to have the same BEFORE, I'm going to explain:
Make an example can be when a Subscription or a Domain is going to be removed from the hosting server, can be really usefull to backup data or something else similar before the task is executed.
At moment is impossible to handle a task before an event occurs, we hope can be usefull for other…
6 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 -
Allow the Plesk admin to modify the "Account Activation" notification that is sent when creating a new user
Allow the Plesk administrator to modify the "Account Activation" notification email that is sent when a new user is created.
Currently there is no way to change this in Tools & Settings > Notifications.
6 votes -
Add event handlers per domain for switching mail service on/off
It'd be really useful to be able to call handlers for when the mail service for a domain is switched on/off. The only variable needed is probably the domain name. The on/off handlers should be available for both domain and subdomain.
6 votesWe've seen some increased interest in this feature and are re-opening voting for it. Please vote for this feature if you think you need an event that is triggered when mail service is turned on or off.
-- PD
- Don't see your idea?