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
2079 results found
-
Adjust the appearance of the warning regarding the second user (admin) being logged in to Plesk
In Plesk there is a feature to provide a warning once with each new session to inform you that another user (admin) is logged in to Plesk:
Warning: Another user with the same username (admin) is already logged in to Plesk.
The following improvement is suggested: make this warning a permanent one so the user do not “lose” it after switching to a new menu or after refreshing the first page opened. And also make this warning appear in the following case: the first user (admin) is logged in to Plesk, when a new user is being logged in, the…
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
-
Fetch traffic usage statistics via API
Please allow fetching traffic usage statistics via API from the following menus:
Tools & Settings > Traffic Usage by Resellers
Tools & Settings > Traffic Usage by Customers
Tools & Settings > Traffic Usage by Domains3 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 -
Read .PDF extension files via the File manager editor
Be able to 'view' the PDF content via the File Manager view/editor.
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 -
Expand filtering of sites in WP toolkit by adding "Search Engine Indexing Enabled" state
Add "Search engine indexing" state for the domain into the filtering option for the list of sites (same as for "Debug").
3 votesWe 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
-
Ability to edit /etc/resolv.conf via Plesk GUI
It is required to have ability to edit /etc/resolv.conf via Plesk GUI. For example, to adjust or reconfigure DNS servers.
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 -
Please update your Mattermost version, your version is no longer supported by the Mattermost Android app.
Bring your Mattermost version up to date so that all features work on the Mattermost Android app and the app stops throwing a warning that the server version is out of date and not supported.
3 votes -
Centralized SPAM settings
As what I can see, Im only able to control the SPAM filtering per user account address, there should be a main option where I can set all the email accounts SPAM settings like the sensibility level, and whitelisting/blacklisting.
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 -
Adding multi reseller levels
Add an option in the service packs or other allowing a reseller to add a reseller it is the concept of the multi-level reseller (master reseller etc).
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 -
Disable root access for the SSH Terminal extension only for additional admin users
Disable root access for the SSH Terminal extension only for additional admin users
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 -
Add support for INTL_IDNA_VARIANT_UTS46 to create domains with emoji
Add support for INTLIDNAVARIANT_UTS46 to create domains with emoji in Plesk.
Currently, not all emojis can be user to create domains in Plesk.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 -
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.
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 -
Count what certificates are installed on a server
Add the feature (e.g. CLI utility) to count the certificates that are currently installed on the server with displaying their types and secured components (e.g. wildcard, webmail etc.)
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 -
3 votes
-
support DNAME records (Non-Terminal DNS Name Redirection) - see description
For information: A DNAME-record is used to map / rename an entire sub-tree of the DNS name space to another domain. It differs from the CNAME-record which maps only a single node of the name space.
I would personally appreciate if the full range of records that are available are supported, but with people (especially clients) having multiple things bundled onto single domains into subdomains and correspondent subdirectories, it makes sense more than ever to accommodate these records as many other providers do.
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 -
Add possibility to restore all databases in Backup manager at once
It is required to restore all databases for all subscriptions at once. Backup manager allows to restore only databases for particular subscription. If there are more than 30 subscriptions it is very time consuming to do it manually.
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 -
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 -
Lock system package updates via CLI
It would be great to be able to lock package updates through the CLI the same way it is done through the Tools and Settings > System Updates > All Packages in Plesk, and as it is explained here: https://support.plesk.com/hc/en-us/articles/4402087874322
Currently there is no Plesk utility command covering this, and it is only possible to achieve that through package manager on the operating system, for example.
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 -
Add a service plan line where not only the number of mailboxes, but also the number of mail addresses can be limited
Currently, it is only possible to limit mailbox creation for a subscription, but mail accounts could be further created, exceeding this limit, which could confuse end users.
Please add ability to limit the creation of mail accounts for subscription.3 votesWe 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
-
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
- Don't see your idea?