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
2097 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.
451 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
-
Memcached support
Include memcache and settings for ram etc as standard.
619 votesSince Plesk Onyx you will be able to install memcache as a Docker container and configure http(s) proxy rule for it to map to your web app.
Docker and proxy rules are available in Plesk Onyx Preview already, you can try it here https://talk.plesk.com/threads/plesk-onyx-preview-and-feedback.337172/
SE
-
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
-
powerdns support
It'd be awesome if we can get support for powerdns support instead of bind9.
220 votesEveryone, please continue voting for this feature if you consider it important.
— rk
-
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.
46 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.
43 votes -
Multiple MySQL Versions configureable over Panel
I'd be happy if you could integrate multiple MySQL Versions into Plesk. Each Customer should be able to choose his MySQL. Also choosing more than only one version should be implemented.
169 votesThank you for your input. We will consider the possibility of implementing this feature in upcoming releases.
Since Plesk Onyx panel admin will be able to install different MySQL versions as a Docker containers, then the DB servers can be connected as remote DB to Plesk.
SE
-
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.
33 votesThank you for your input. We will consider the possibility of implementing this feature in upcoming releases.
— ES
-
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
-
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.
66 votes -
I want translate plesk to some language
I want translate plesk to some language
8 votes-- PD
-
Windows Fail2Ban
The new security option for plesk 12 is Fail2Ban, but it is only for Linux version.
There is an opensorce for windows.
http://www.digitalruby.com/securing-...icated-server/
I suggest to Parallels Team include this.
136 votes -
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
102 votes -
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!
31 votes -
30 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 -
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 "…55 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
-
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…
73 votes -
Ability to migrate just configuration, no content
Sometimes we have to transfer domains with very large data. By the time the migration has finished (a few hours later) a lot of the data is out of sync. So we have to manually rsync the data across again.
Therefore, we would request the option to just migrate domain configuration and no data. So just set up the domain, all mailboxes subdomains etc.. but leave all content behind. Basically just a skeleton of the domain.
20 votes -
Django/Python Support
Hi, I have been trying to install a django site onto my server which has plesk and it has taken me weeks and i have paid countless dollars to fix this. I believe you should offer this support or a type of application when it is installed automatically the same as if you click install wordpress you should have the option to click install "DJANGO".
Many Thanks
307 votesWe have an article with an instruction how to set up django on Plesk server https://www.plesk.com/blog/product-technology/plesk-and-django
So, now we would like to get a feedback what is the most critical things you need to manage with Plesk regarding django.
- Don't see your idea?