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
2093 results found
-
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
99 votes -
mail after successful backup
Currently you get after completing a backup, only one mail, if errors occur. For me it would be helpful to have the option to receive an e-mail even when successful backup.
45 votesThank you for your input, we will consider this functionality in upcoming Plesk releases.
—AK
-
Allow creating separate E-Mail Adresses for Domain Aliases
I would like to be able to create own e-mail addresses for Domain Aliases. Let's say i have example.com as domain and add example.net as alias, now i would like to create e-mail adresses for example.net (alias domain) only which are NOT available on example.com and vice versa.
42 votes -
Fail2ban setting findtime per Jail
In Fail2ban (great idea to include it in plesk!) settings you can set "Time interval for detection of subsequent attacks" (findtime) in general. But it would be interesting this setting per Jail.
Why?
you could have 2 jail with same filter but different findtime. Example:
Jail 1) 5 failures in 600 seconds: 1800 seconds ban
Jail 2) 30 failures in 86400 seconds: 604800 seconds banThere are bots that detect if you have some protection fail2ban or similar and it will adapt, login attempt every 300 seconds for example. Jail 1 no detect this attack, but Jail 2 yes.
64 votes -
Overuse Policy: Overuse is not allowed + Grace Period
Right now there are 3 options:
- Overuse is not allowed (this is preferred but will disable customers site once limit is hit)
- Overuse of disk space and traffic is allowed
- Overuse is allowed (not recommended)
Scenario:
A resellers Overuse Policy is set to:
Overuse is not allowedThat reseller has his warning set to 90% of his 10GB package.
But on 1 day, one of his customers uploads 2GB.Effect: His total package has 12GB and the nightly run will disable his package, without warning.
Result: The reseller is angry because all of his customers are offline,
only because one…48 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.
— AA
-
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.
417 votes -
Create daily md5-hashes of the web-content of a domain, to quickly identify tampering or hacking.
Let Plesk on every night optionally create/compare md5-hashes from all files in the domains storage-space (web,httpdoc,ftp) and update this in a simple list (database), sortable by date of last change, size, number of changes. Indicating "changed files in the last xx days" to have a time-window to drill down.
In addition, accumulate all vhosts together into a seperate "Admin-View", where ALL domains are put together alphabetically.
Add an additional button "snapshot", so one could create a list of all webfiles on request. For example, when an incident has been cleaned, then click "snapshot" and then wait some time to see…
70 votes -
Default SPAM / VIRUS protection for newly created mailboxes
I suggest you add a feature in Settings with which we can enable SPAM / VIRUS protection for newly created mailboxes by default.
Discussion here:
285 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.
— IB
-
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.
421 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
-
read-only FTP-users (even on Linux)
Today, it is only possible to give write restriction by using .ftpaccess-files. It would be very nice if there was a switch in the panel when creating FTP users, which would make it possible to create a read-only account.
32 votesThank you for your input. We will consider the possibility of implementing this feature in upcoming releases.
— ES
-
Fix File and Folder Permissions for docroot from Plesk UI
When switching from Apache to FastCGI the Service Provider needs to change the permissions for the customer from apache:apache to <user>:psacln
This can be fixed by having a button in Plesk which does:
find $PLESKDOMAINHTTPDOCS -not -user $PLESKDOMAINOWNER -not -name "plesk-stat" -print0 | xargs -0 chown $PLESKDOMAINOWNER:psacln
find $PLESKDOMAINHTTPDOCS -type d -not -name "plesk-stat" -print0 | xargs -0 chmod 0755
find $PLESKDOMAINHTTPDOCS -type f -not -name ".pl" -not -name ".cgi" -not -name ".sh" -print0 | xargs -0 chmod 0644
find $PLESKDOMAINHTTPDOCS -type f -name "…54 votesLooks like “plesk repair fs” can help: https://docs.plesk.com/en-US/12.5/administrator-guide/plesk-administration/plesk-repair-utility/plesk-repair-utility-file-system.75675/
Everyone, please continue voting for this feature if you consider it important!
— rk
-
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.
81 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
-
compile nginx with secure_link, mp4 & flv modules
Please can you include a version of nginx compiled with the following modules (that are required for pseudostreaming support)
--with-httpsecurelinkmodule
--with-httpmp4module
--with-httpflv_moduleDirections for nginx pseudostreaming compile at: https://gist.github.com/mikhailov/3174601 also indicate the following needed/should be included:
--with-pcre=/usr/src/pcre-8.32 --with-openssl-opt=no-krb5 --with-openssl=/usr/src/openssl-1.0.1g --with-httpsslmodule --with-httpstubstatus_module
For reference, these are the modules included with the present Plesk 1.6 nginx module:
--with-ipv6 --with-file-aio --with-httpsslmodule --with-httprealipmodule --with-httpsubmodule --with-httpdavmodule --with-httpgzipstaticmodule --with-httpstubstatusmodule
17 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
-
Custom Bookmarks on homesite / start-screen
It would be a good idea to put the bookmarks back in the panel. In some earlier versions of plesk ( 9 or ten i think) we could generate a bookmark for every website of the plesk-system (i.e. a special hosting or a database) wich enable a solution for 1click administration of our most used actions in plesk.
thanks for bring it back again!
30 votes -
Add caldav and carddav Server Funktion
A carddav and caldav Server
89 votes -
Add ClamAV as module in Plesk to protect better the server. Thank you Parallels Team.
Is easy to use.
1,299 votes -
varnish cache
Support varnish cache.
www.varnish-cache.org851 votesWould you mind to try Nginx caching in Plesk Onyx 17.8 Preview?
This would be very helpful to get your experienced feedback here http://www.surveygizmo.com/s3/4165754/Plesk-17-8-Preview
-
29 votes
-
UI for configure outgoing Mail Server by Domain
Add Plesk Panel UI for configure outgoing Mail Server.
""In Plesk for Linux with the Postfix mail server, you can change the IP address used for sending mail. Also, if your server sends mail from domain IP addresses, you can specify which name will be used as a host name in SMTP greetings.""
So a UI where the Admin of Plesk Server can, change the settings for outgoing Mails.
Send from domain IP addresses and use domain names in SMTP settings.24 votes -
Force password reset email users
It would be VERY helpful in a security sense to force a password change whom use emails services (via roundcube). So if I have 100 users who do not access the panel, but simply have email, they would be forced to change passwords every 30 days?
50 votes
- Don't see your idea?