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
2069 results found
-
Apply a wildcard certificate to several subdomains at once
It would be useful to have an ability to apply a certificate for multiple subdomains at once if there is a lot of subdomains in the webspace.
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 -
Allow configuring "From" header for cron tasks when remote SMTP (MSMTP) is used on a Plesk server
If Amazon SES(or some similar solution) is used as remote SMTP configured in Plesk, cron emails cannot be sent because "From" header is hardcoded in cron, here are some related threads:
https://forums.aws.amazon.com/thread.jspa?messageID=540183
https://stackoverflow.com/questions/15250199/crontab-email-through-msmtp-amazon-ses?rq=1There is a workaround - to replace the symlink from /usr/sbin/sendmail to msmtp by a bash script with the following content:
#!/bin/bash
sed -e 's/From: root (Cron Daemon)/From: root@mydomain.com (Cron Daemon)/' | /usr/bin/msmtp -t "$@"It would be great to have it applied by Plesk automatically and to have "From" header configurable from Plesk interface, for example in an additional field under Tools & Settings > External…
3 votes -
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 -
Add Support for SimpleDNS 9
Currently, only version 6.0 is supported. It would be great to add for SimpleDNS version 9.
10 votes -
Reset the session time-out when users are working in the code editor.
While I am working in File Manager's Code Editor, there seems to be a static session time-out. Even if I am saving my progress periodically, the session time does not reset. This may be the result of settings that my shared hosting service have put into place, but Plesk should reset the session-timout while I am not idle and using the Code Editor.
2 votes -
1 vote
-
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
-
Hide Speed Kit button from customer panel
Ability to Hide Speed Kit button from customer panel
1 vote -
Please add a postfix dashboard to Advanced Monitoring / Grafana
Please add a postfix dashboard to Advanced Monitoring like this one:
https://grafana.com/grafana/dashboards/12820
This allows us to monitor postfix and detect issues much easier without having to search in the /var/log/maillog.
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 -
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 -
SRV record for submission (587)
When Enable mail autodiscover AND Enable SMTP service on port 587 on all IP addresses are enabled within the Server-Wide Mail Settings, it'd be nice if Plesk would also create an according SRV record.
_submission._tcp IN SRV 0 1 587 mail.domain.tld.
Currently, Plesk only creates smtps with 465.
See https://datatracker.ietf.org/doc/html/rfc6186#section-3.15 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 -
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 change http/https port for one domain
Add ability to change http/https port for one domain
4 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 -
Disk encryption
Disk level encryption.
Similar to what AWS offers with RDS.
Encryption at rest for the entire server rather than doing it column by column manually.5 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 -
ability to deactivate http git in favour of only using https
The git extension provides access via http and https.
I would like an option to only allow https access and deactivate http access.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 -
Customize URL that is used for the link on the Plesk Login Page logo
It would be nice to have an option to insert a custom URL value under the Plesk logo at the login_up.php page instead of the harcoded Plesk login url value
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 -
Possibility to choose the SMTP port to use. Or both ports
Possibility to choose the SMTP port to use. Or both ports
I know we have this option: enable SMTP service on port 587 on all IP addresses
But if that option is enabled, all services continue to use port 465. And it also continues to use postfix, for example.
The ideal would be to have an option that allows us, in some way, to select which SMTP port to use and that when the desired port is selected, it will automatically reconfigure (or ask us) postfix and other related options.
Of course, later I will have to modify my mail…
5 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 description for each "type of object to restore" in backups
E.g. it's not clear that the "Sites" option also restores site's emails and databases etc.
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 -
Add ability to restore website content and website database at once
Please add the possibility to restore only Website Files and website database at once in Plesk > Tools & Settings > Backup Manager > backupname > Type of object to restore
For example the name of this option can be as "Site Files and related databases"
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 -
Log Modsecurity status changes to action log
The action log should show information when clients disable the Web Application firewall (ModSecurity).
5 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
- Don't see your idea?