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
338 results found
-
Supporting SSL resellers
We need to protect with SSL certificates panels resellers. It is currently not possible.
This should be an urgent implementation.
Resellers constantly have the error that the website is not secure.Right now we can only put a SSL to protect the panel. We need to protect the panel for more domains.
Example:
https://domain1.es:8443
https://domain2.es:8443
https://domain3.es:8443etc...
Forgive my translation, I use google translator.
438 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.
— AY
-
Enable chrooted sftp for more than one user per account
If I use FTP, I can make as many users as I want. For various reasons, using FTP is not optimal at my workplace. I'd like to be able to let each ftp user I create log in with chrooted sftp.
I'm able to modify /etc/passwd and /var/www/vhosts/example.org/etc/passwd to make it work, but doing that manually kind of defeats the point of using a tool like Plesk...
Specifically, I give the ftp user the same home directory, and shell as the initial sftp user has in each passwd file.
425 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.
The original request contains a manual solution, so, we consider to automate it. Please, add a comment if your case will not be solved with that solution.
Thanks in advance!
— rk
-
Add Aliases for Subdomains
You are currently not able to Alias a subdomain through plesk. Instead you must create the subdomain as a primary if you wish to alias it. In many situations it would make sense from an organizational standpoint to keep the subdomain under a main domain while still adding aliases to it. I do not believe this is a technical restriction of the webservers so it would be helpful if plesk allowed you to add aliases to subdomains.
418 votes -
DNS Template for Reseller
DNS Template for Reseller
185 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.
— ES
-
Support for next.js applications
The problem we are facing is that Plesk's Node.js extension expects an entry point for the app (like app.js) but next.js doesn't work that way.
The expected workflow as explained here (Learn - Deploying a Next.js App | Next.js) is to run the app using npm via the command line using "npm start" after you have built the app and next.js handles the rest internally.124 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 multiple SSH-accounts in a subscription
Currently only the main user-account (=system-user) can get access via SSH. Additional users and ftp-users only have access via FTP.
Please allow setting up additional users using SSH as well.
109 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 IP Ban time, expiration of ban, whois and other details to Fail2Ban entries
fail2ban is fine but i will like to see the ban time of an IP and the expiration time
100 votes -
Add caldav and carddav Server Funktion
A carddav and caldav Server
89 votes -
Integration for Drupal (like the Wordpress-Integration)
drupal support like wordpress
82 votesWe are considering this, yes. Feel free to share in comments your ideas on which specific scenarios you would like to see there.
-
It should be possible to limit other users to a specific domain with full control panel functionality
When a new user is added, it should be possible to limit him to a specific domain rather than having access to all other hosted domains. e.g i am hosting 4 domains on my subscription and i want to create a user with having access to only one domain with full control panel functionality, i should be able to having this control over other users.
82 votesThe roles that you can set for additional user accounts can help achieve many of the aspects that are mentioned in this feature request. Please see the blog article https://www.plesk.com/blog/product-technology/how-to-grant-access-website-secure-way/ for getting started with roles.
-- PD
-
SSH access to only httpdocs folder
Really need to have an user access via ssh to only httpdocs folder not root.
It is necessary for example to grant time-limit access for spesific user.75 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.
— AY
-
Make the limits for CPU, Memory and Disk (cgroups) customizable per reseller in order lock resources available for reseller's plans
At the moment you cannot lock system resources available to the reseller. It could be useful to limit the cgroups resources available to the resellers when creating the reseller plan, in order to not allow the creation of unlimited service plans to be assigned to the reseller customers. It could be useful to limit any resource uverusing.
74 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
-
Limiting inodes for client, reseller, subscription
Hello,
is good idea to limit users files count. This limit will restrict users from generating
thousands of files, makes faster backups creations. Directadmin and cpanel has this feature and it is very usefull for hosting.74 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.
— SU -
ffmpeg easy installer something like one click intall
i saw a webpanel called centos web panel , has a ffmpeg installer , it is click here and voilà ffmpeg is installed.
that will be some wonderful addon as most servers now have sites with videos72 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.
— ES
-
Renew a subscription
Ability to renew a subscription based on the subscription plan's configured subscription expiry date.
So if a subscription expires in ten days from now and it's subscription plan is set to expire in one year, I would like to be able to click a Renew button to extend the subscription with one more expiry unit (1 year in this case, 2 years if the subscription plan would have been set to expire every two years).
Also show renewal date in the list and sort by renewal date
71 votes -
Drush for Drupal
important tool, should be included with drupal installations
69 votes -
clone plans on customer/provider
it would be great to be able to clone the plans and transfer it on a different provider/reseller
69 votes -
Disable File Manager
Add an opportunity to disable/hide File Manager in the Customer Panel
67 votesPlease write exact scenarios of why do you want to hide this functionality in Plesk.
Do you want to disable File Manager on a server or you would like to disable File Manager for particular customers only? And why?
Your descriptions will help us to properly estimate if this idea is worth to be implemented or not.
—
AA -
Add Firewall rule to block outgoing mail for non-Postfix / non-qmail
iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner postfix -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --uid-owner root -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -j REJECT --reject-with icmp-port-unreachableWould be nice to add this to the Plesk Firewall Module.
This disables malicious scripts of sending direct mail.
Other malicious mails sent through localhost (Postfix / qmail) will…
59 votes -
Replace IP on the server interface
"/usr/local/psa/bin/reconfigurator" utility adds new IP to interface and assigns all subscriptions to it.
Old IP still can be pinged and Rereaded in Plesk.
It's needed to remove this IP manually from the interface.
It's good to have a feature to remove old IP automatically(IP replacement).58 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.
—
IG
- Don't see your idea?