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
43 results found
-
Add HTTP authentication to Panel itself
I think you should add HTTP authentication to the Plesk panel itself - that way it is more secure and if there is ever a vulnerability that allows bypassing the Plesk panel login, someone would also have to find a vulnerability in HTTP authentication itself before even getting to the Plesk panel in the first place. To me it makes more sense to make the Plesk panel itself the most secure it can possibly be, not just websites/virtual hosts hosted by the Plesk panel.
12 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 -
NGINX reverse proxy for IIS (Windows)
Add NGINX reverse proxy for IIS (Windows). This help performance IIS.
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 -
Add cache status filed in access log files
When nginx caching activated, cache status like HIT, MISS, BYPASS not visible in access log files.
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 -
make nginx even faster! (tcp_fastopen)
Please compile nginx with these extra options to provide even faster time-to-first-byte responses on modern kernels:
./configure ... --with-cc-opt='-DTCP_FASTOPEN=23'
Background information and complete guide: https://www.masv.io/enabling-tcp-fast-open-nginx-centos-7/
99 votes -
Put all nginx directives into one server block
Hello,
As it is possible to put more than one listen directives, putting only one server block would optimize a lot the Nginx config file.
Also putting the index directive into the server part would avoid to put it in every / locations.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 -
editable global mime types for apache (default for all virtual hosts)
By default, apache will return wrong mime types for some file extensions (for examples font files).
We can add additional mime types per website, however we can't edit them globally for all websites via plesk.
We can achieve this by editing /etc/apache2/conf-enabled/mime-types.conf manually from cli, however plesk could provide a more comfortable way to do it.
Please add option to edit global mime types that will be used by all virtual hosts by default and overridden if website has its own instructions.
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.
— AY
-
Ability to customize nginx per site template e.g. Location /, Location ~, etc
Hello, I'm using Plesk Onyx and I've also bumped into problems with not being able to set correct NGINX Directives.
Regarding nginx and nginx configuration for various CMS, Web Apps etc, I see that a lot of directives need to be set and there are a lot of scattered issues around in the web.
For example most CMS will require a
location / { ... }
or for google's pagespeed test we need to add expire headers e.g.
location ~* .*.(jpg|jpeg|png|gif|ico|css|js)$ {
expires 14d;
}I think the Model to building the final vhost conf file should be revised instead…
141 votesThank you for your input! We will consider these nginx configuration suggestions in upcoming releases if it will be popular.
Everyone, please continue voting for this feature and add your comments if you consider it important.
—
IG -
54 votes
-
webdisk like in cpanel
webdisk like in cpanel with home access and folders access with accounts
thanks
9 votes -
Need features of hsphere virtual user to migrate to plesk
We are trying to migrate off Hsphere this year since it will be at EOL onto Plesk but need the virtual user feature functions in hsphere to be incorportated into Plesk first because we are using them. Attached is an illustration of the level of control that is not there for an FTP user/virtual user's folder.
1) We need to be able create users and assign them access to .
multiple folders
2) We need to be able to create folders and assign users to them30 votes -
Recycle IIS application pool on specific time
In IIS 8 I can put a specific time to recycle the application pool. See screenshot.
But in plesk Onxy I can't. This is very misleading. Because now I have to make a scheduled task in windows to make this happen. I prefer to do this in plesk, because I want to manage all my application pools settings in Plesk Onxy not in IIS 8.From my opinion Plesk did already a good job to put some recycle settings in the Plesk interface. Can the specific time setting for recycling the appliction pool be added?
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
-
provide more nginx options
Have the ability to provide more Nginx builds/packages. For example, offer a 'nginx-full'-package with more modules.
For example, I need the Nginx headers more module. Since this need to be built-in at compile time, it isn't possible to add this later on. So that would mean replace the Plesk version of Nginx with the distro-default. (Heck, why does Plesk need it's own Nginx-build, anyway?)
No, passing headers from Apache is not an option, especially when I'm using the Nginx - PHP-FPM setup.
114 votes -
web statistics with additional info (HTTP/HTTPS, IPv4/IPv6)
I would like to compare HTTP to HTTPS traffic and IPv4 to IPv6 traffic. The data should be in the logs, but it is currently not displayed.
16 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
-
Add an option to lock/freeze a website
Hi,
some Hosts (e.g. Strato) use a functionality to completely lock a site. This is very useful for customers that dont want to do any changes to their website anymore but use an old version of a cms and forget/dont want to upgrade.
Of course there should be a warning about the consequences like non working file caching etc.
11 votes -
Allow configuration of the php-fpm slow log
For debugging PHP-FPM can log slow scripts. It would be great if you could manage this feature via Plesk.
30 votes -
Ability to set PHP version per directory inside the same webspace
A customer would like to be able to assign different PHP versions for different directories inside one the the same webspace.
For example,
/var/www/vhosts/example.com/httpdocs - php5.3.3
/var/www/vhosts/example.com/httpdocs/test - php5.2.17
/var/www/vhosts/example.com/httpdocs/test2 - php5.6.1294 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
-
Support from ALPN (Application-Layer Protocol Negotiation)
Application-Layer Protocol Negotiation (ALPN) Support where good.
To ensure the best possible compatibility of support would be very good here.
Of course, this is not a priority but would be good.
So could the future https, http, be http / 2 Easy granted.17 votes -
Support enabling / disabling mod_wsgi
As we all know, mod_python is not supported by Plesk 12.5 / CentOS 7 anymore (even if compiled manually).
Odin suggests to install mod_wsgi instead. This however cannot be activated for domains separately or configured by service plans.
Thus I would like to see this feature again - and probably its a real quick change in Plesk source code that would allow a nice way to take control over python permissions
25 votes -
Option to delete a domain or subdomain, but keeping the website content
am not understand, when i want to move a Domain, the system will delete all the content. The choice to leave the content, I think is essential. This has to be a must!!!
79 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
-
jpegoptim, optipng, gifsicle or similar
id like to see these tools implemented into plesk. To run server wide or domain wide, and via cron if required.
Alot of large organisations are using these tools. (facebook etc etc)
I like to see image optimization part of plesk admin panel. It will help servers run faster and optimize web delivery.
70 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. Thanks in advance!
— rk
- Don't see your idea?