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
2100 results found
- 
3 votes
- 
List active SFTP sessions in Plesk UICurrently Plesk administrator is able to see active FTP sessions in Plesk interface. It would be nice monitoring feature to add if the same could be done with active SFTP sessions. 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
- 
Don't Let us to upload file when our login is time outedHi 
 when our login to Plesk panel is time outed, if we upload something , the Plesk panel allow us to upload but after upload it showes an error message. And then if we log out and log in , Plesk can upload easily.2 votes
- 
Mark mails as read if tagged as spamIt is quite annoying that when mails are detected as spam they are moved to the spam folder but there is no possibility in PLESK to mark them as read. In Thunderbird e.g. there is no possibility to do that automatically because the spam detection is done by an external spam detection (PLESK). So you always have a lot of unread mails in the spam folders. 2 votes
- 
phpLiteAdmin extension pleskDatabase manager for sqlite 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 managing fail2ban on an Additional Admin Account.It would be great to be able to allow an additional Admin unblocking IPs, which are blocked via fail2ban. 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
- 
Add possibility remove domain from remote SmarterMail, when mail service disabled by administrator manuallyCurrently Plesk has not remove the domain from the remote SmarterMail server and just disabled the it due to business logic (When a subscription is suspended, mail service and hosting service will be temporarily stopped to avoid losing mail data) Add possibility remove domain from remote SmarterMail, when mail service disabled by administrator manually 3 votes
- 
Verify automatically if extension is compatible in catalog with your OSIt would be great that the extension catalog would verify if app is compatible with OS and OS version before showing buy button. 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 separate webroot for wildcard subdomain and wwwI'm looking for a way to use a different webroot for my www.domain.com and a different one for all the other subdomains. 
 I created domain.com, then created a wildcard subdomain for that domain, pointing to a different webroot.
 The problem is that the wildcard subdomain hijacks the www subdomain as well.
 domain.com is working correctly, but www.domain.com uses the wildcard subdomain's config.
 I assume the problem is the order in which Apache reads the config files.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 warning to Docker extension that container will be reachable form the outside by defaultBy default Docker container is available from the outside and Plesk users sometimes are unaware of it. Sometimes Docker container is used only locally. 
 Suggestion is to add a warning about this or add a check box to close remote access on creation.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
- 
2 votes
- 
Ability to unlock & Synchronize multiple subscription via GUIIt is required to have ability to synchronize multiple or all subscription in Plesk GUI. For example to unlock & sync subscriptions that belong to specific reseller or customer. It is required when need to transfer all subscriptions to another reseller 5 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 the ability to set up git repo with code review interfaceMay add turnkey support for gitweb, gitlab or similar. 2 votes
- 
allow for both pre and post deployment tasksallow for both pre and post deployment tasks with git extension 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 the plesk git extension to show the last commit not the penultimate oneallow the plesk git extension to show the last commit not the penultimate one after clicking on the pull updates button. This only seems to get updated after some time. 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
- 
Allow different Node.js version at once for WindowsInstall different Nodejs versions at once for Windows. So it is possible to choose from dropdown menu. 7 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
- 
Email Security reportsIt would be great to: see a report of which mails are considered spam 
 if I want to send a marked mail any way include an option to do so2 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
- 
Abilty to remove X-Powered-By: PleskLin header on per-domain basis when nginx in use.Add Abilty to remove X-Powered-By: PleskLin header on per-domain basis when nginx in use. 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
- 
Ability to clone Drupal instances automaticallyCurrently the ability to clone Drupal instances is missing in Plesk: you can install it, but if you would like to have similar instance on other domain, work should be done manually and even that way manually added instance will not be detected by Plesk utilities. Drupal is one of the widely used CMS and it will be good to have extended feature for managing it in Plesk. 2 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
- 
Prevent users to be able to remove files from file managerAdd the possibility to prevent/block any file or directory removal from within the File Manager in Plesk by the subscription/domain users. An example that could be applied is the same as it can be applied already for ProFTP config files as follows: <Directory /var/www/vhosts/*/.cagefs> 
 <Limit ALL>
 DenyAll
 </Limit>
 </Directory><Directory /var/www/vhosts/*/.cl.selector> 
 <Limit ALL>
 DenyAll
 </Limit>
 </Directory><Directory /var/www/vhosts/*/error_docs> 
 <Limit DELE>
 DenyAll
 </Limit>
 </Directory><Directory /var/www/vhosts/*/httpdocs> 
 <Limit RMD>
 DenyAll
 </Limit>
 </Directory><Directory /var/www/vhosts/*/httpdocs/*> 
 <Limit RMD>
 AllowAll
 </Limit>
 </Directory>9 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?
 
          
