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
280 results found
-
Plesk Firewall can block IP range
Add an opportunity to Plesk Firewall to block an IP range, e.g. from 10.10.10.10 to 20.20.20.20
47 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 -
Feature in Plesk UI to see File Manager Logs (Create/Remove Directories or Files)
Currently, logs about create/Remove Directories or Files are only stored in panel.log with debug enabled. A feature for it will be appreciated in order to avoid enable debug into the server and increase server process.
47 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 -
download subscriptions, customers, domains, email to csv (excel)
On any given Plesk screen where there is a list of items like domains or email addresses add a Download as CSV button. This makes comparing items for discrepancy easier. I have seen several Cpanel versions that have this ability.
45 votes -
Allow managements of NodeJS apps via CLI (on/off/restart/etc)
Add a feature that would allow controlling customer's NodeJS apps (turning it on/off, restarting, etc) to avoid 'restarting' app by hand in GUI.
42 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 hMailserver as mailserver again
Advantages of hMailserver are:
- IMAP
- SSL (not available in free version of MailEnable)
- DKIM is easy to enable
- VBS scripts/API for managementPlease submit other specific advantages in comments
40 votes -
bring back "modify multiple mailbox settings"
as per:
http://forum.parallels.com/showthread.php?290993-missing-feature-change-multiple-email-settingsIn 9.5.4 it was possible to select multiple mailboxes and change their settings simultaneusly.
This is now suposed to be done through subscription plans, but there are certain settings not contemplated.For example, in a 300+ mailboxes domain I want to change each mailbox antispam setting to "move spam to spam folder" and this is not possible though the panel and I need to make a script to do it through shell.
I would like this feature to come back, like it was in 9.5.4
38 votesThis is a valid request. 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
-
Redirect from HTTP to HTTPS to access Plesk login page
example.com doesn't exist on the server.
If set example.com under Plesk > Tools & Settings > Customize Plesk URL, there is no redirect from http://example.com to https://example.com.
Please add feature - redirect from HTTP to HTTPS to access Plesk login page.
31 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 ability to install Roundcube plugins
Is it true that Plesk's Roundcube version does not support plugins like the Calendar plugin listed on https://myroundcube.com/myroundcube-plugins/calendar-plugin.
My service provider Codero told me that it is not possible to install plugins to my Plesk Roundcube email. Is this true?
31 votesThis feature request has not yet gained a lot of traction. Maybe this is because some users are indeed installing Roundcube plugins., You can download Roundcube plugins via SSH for example, then untar the archives to the Roundcube plugin directory. Once the files have been installed, add the plugin to the $config['plugins'] array in the config.inc.php file. Plesk updates will not overwrite it.
Anyway, would it be nicer to have this in the Plesk GUI? Everyone please keep voting for this feature if you believe it is important.
-- PD
-
Use Plesk behind HTTP/HTTPS proxy or web application firewall
Implement a feature that it will be possible to update a Plesk license on a server behind proxy or web application firewall (WAF)
26 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 Apache & Nginx access logs (and error maybe) through Plesk panel.
Access logs are not useful in most cases and we should have a feature to disable them through Panel not go and edit vhosts.
26 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.
—ET -
Add limits to backup scheduling
We have some users abusing the Plesk backup functionality. For example, they schedule hourly backups with sites that are multiple gigabytes in size. When we have a couple of those users, our servers are running scheduled backups all day causing 100% IO-wait load.
It would be great if Administrator can limit the frequency of user backups, eg. a limit of once a day, once a week, once a month.
We currently disable user backup functionality to prevent our machines running backups all day.
26 votesThank you for your input, we will consider this functionality in upcoming Plesk releases.
—AK
-
Support up-to-date Typo3
Please implement Typo3 9.5 support
25 votes -
Limit CronJobs per User
Limit for Cronjobs per User.
25 votes -
Custom URL redirects: variability of both source URL and destination URL and the ability to create more than one redirect.
It would have been amazing if plesk users and admins were able to easily and via the panel create domain redirection like you are able to do in cpanel. http://prntscr.com/1k9mql
This saves a lot of time from users and hosting companies helpdesks.24 votesIn the initital feature request it was not clear that the focus was on a regex driven, variable redirect that depends on source URLs and should be able to provide a mapping between source and target. It is also requested that these redirects shall be done on the front-end web server level, not as an Apache .htaccess solution.
We have re-opened the request as per user comment it was clarified thoroughly. 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
-
Administration: list domains, using the installed SSL certificates
If I want to remove on "Tools & Settings > SSL Certificates" expired certificates, I can not delete it when it is still used by a domain. I can not see which subscriptions use the expired SSL certificate. So I have to click through all domains individually and look in the hosting settings. The assigning of a standard certificate via "Tools & Settings > IP Address" does not work for all domains.
22 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.
—
ET -
Git Workflow: DEVELOPMENT > PRODUCTION
Many developers use git these days when working on a website or webapp. It would be great if Plesk supports a simple deployment workflow:
Example when using two branches:
- development
- masterBranch "development" will be automatically deployed by Plesk to /var/www/vhosts/example.com/dev.example.com => connected to https://dev.example.com
Branch "master" will be automatically deployed by Plesk to /var/www/vhosts/example.com/httpdocs => connected to https://www.example.comWhat about database connectivity?
When using different databases for development and master you should not include your "database-connection.ini" into git but manually store it in the designated directory and edit via Plesk File Manager for example.What about access…
21 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.
— rk
-
Show and manage external Zimbra mail accounts in Plesk
Native Integration with External Zimbra server.
21 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 accounts from one plesk node to another
It would save huge amounts of time if the admin using the customers plesk account credentials was able to migrate the whole account from the previous hoster without needing to have root access to the server like you can do in cpanel. In order to migrate plesk customers from other companies you need to do it manually !
21 votes -
Auditing of action for "Hosting Services"
It would really help, if plesk logs/audit every action, which can be done at the hosting Services: Customers, Domains, Subscriptions.
Each new or changed settings should be logged.
Thus would reduce our support.
20 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 -
Possibility to install Plesk on Windows server with domain controller role
Add possibility to install Plesk on a windows server with domain controller role
20 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?