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.
For technical assistance, contact Plesk support
For questions, bug reports, discussions and free assistance, check our Forum and Facebook page
For additional information, see Documentation, Knowledge Base and Blog
Follow us on Twitter for more news on Plesk development
Off-topic posts will be removed from here
-
Add mcrypt module to Plesk PHP 7.2 and newer
Add mcrypt module to Plesk PHP 7.2 and newer.
For previous PHP versions it's included out of the box.Mcrypt 1.0.2 natively supports PHP 7.2+ (https://pecl.php.net/package/mcrypt/1.0.2)
It's, for example, required by Prestashop 1.7.x, which is quite popular among Plesk users.
84 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 -
74 votes
Thank 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 -
Setup global PHP-FPM settings Tools & Settings > PHP Settings
As an alternative to edit PHP-FPM settings per Service Plan, it would be helpful to provide the possibility to setup PHP-FPM settings on the same place as global PHP.ini settings are available
For example, in Tools & Settings > PHP Settings > 7.x > Extensions > Edit PHP.ini and Edit PHP-FPM
33 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
-
PHP-FPM error logs for each domain
It would be nice to have separate php-fpm error logs for each domain instead of logging everything in /var/log/plesk-php7x-fpm/.
18 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 SSH2 extension to PHP default extensions to improve security
Hi,
Please consider add SSH2 extension to PHP default available extensions.
To be able to use FTP over SSH (SFTP) the SSH2 extension must be installed on PHP.
> IN SHORT: SFTP (SSH2 EXTENSION) = SECURITY
SFTP means secure file transfer via Secure Shell (or SSH), hence the name SSH File Transfer Protocol (SFTP). The two devices (server and client) communicate via a single channel, that of SSH, in which the remote file management commands are sent and where the file transfer takes place. By default, the only port required for SFTP is 22, the same as SSH.
SFTP implements…
14 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 the ability to limit selection of PHP handlers for customers
We've had a similar suggestion before with insufficient information: https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/34209229-add-php-handlers-restriction-per-service-plan
The idea is to be able to limit the number of available PHP handlers for selection at domain PHP settings.
This may be done at Service Plan X > Permissions.
Example: customer will be able to select only FPM server by Nginx.
This will allow the ability for more precise configuration.
Based on the support request.
14 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 -
PHP Extensions Installer
I would love to see PHP Extensions Installer like other panels cPanel and DirectAdmin have it. Can we see a feature where we install needed PHP Extensions from Plesk rather than SSH into server and install?
13 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 -
Update phpredis to a newer version
The bundled phpredis version was released back in june of 2016. Currently (may 2020) the most recent version is 5.2.1. Please update this php module to improve compatibility and performance.
Manual guide can be found here:
https://stackoverflow.com/questions/58613266/install-redis-on-plesk-onyx-centos-and-update-phpredis11 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 -
Set Webmail to use Plesk PHP Interpreter Options
It would be nice to be able to use the various Plesk PHP versions to run our webmail services. Especially PHP 7.1
11 votes -
10 votes
Thank 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.
Since MongoDB driver is not included in Plesk PHP packages, it could only be installed manually with help of this KB article:
https://support.plesk.com/hc/en-us/articles/213916565-How-to-install-PHP-MongoDB-driver-for-Linux-
—
IG -
Hide only PHP-FPM settings for domain.
It would be nice to have ability to prevent client from modifying the number of maxchildren . The permission "Hosting performance settings management " revokes this but it also prevents the user from changing PHP options like execution time and maxvars. But we would like to allow our clients to manage "Performance and security settings" parameters in Plesk.
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 -
Gmagick PHP extension for windows
Add the support for Gmagick PHP extension for Windows out of the box
7 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 -
Run Composer with a specific PHP Version
It would be great if the already existing "Applications" view would recognize the PHP version that is used within that application path. That way Composer could check the correct PHP version for dependencies and simplify the general use of Composer.
7 votesWe are building an extension to help you use Composer straight from the Plesk interface. Help us make a better solution for you by taking a survey on how you use Composer. The survey will take 4-6 minutes:
https://pt-research.typeform.com/to/LyPiPGBeta version of the Extension is already available for Plesk Obsidian: https://docs.plesk.com/release-notes/obsidian/whats-new/
—DL
-
Plesk for Windows: support for custom disable_functions on per domain basis
At the moment, disablefunctions do not work per domain in Plesk for Windows because disablefunctions can be specified only in php.ini, not in .user.ini.
Plesk utilizes .user.ini for custom PHP directives only.Please, implement support for custom disable_functions (and other functions that cannot be specified in.user.ini) on per domain basis in Plesk for Windows.
Thank you.
6 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 -
Restart interval for PHP-FPM services
Restart interval should be implemented for PHP-FPM services like it is done for Apache.
At the moment, each time when domain's PHP Settings are updated, PHP-FPM service is reloaded which causes the error 503 on websites.If every person decided to make a small change in php settings daily it would mean 500 x 503 errors for all users daily. We host like 30 active sites and customize a few of them as developers so a few php changes (less than 10) is a daily occurence. Customers never fail to mention this to us because they may be saving products…
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 -
Make PHP-PM available for usage with Nginx and Apache
Currently we have the choice of fastCGI with Apache or fastCGI or FPM with nginx when setting up a PHP site.
These are great but a newer alternative is now out, PHP-PM, which could give a lot of sites a very nice performance boost.
It would be great if we could get this added as an extra option on Plesk when setting up PHP sites.
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 -
Awstate update to supports Geoip registration
As AWstat is still core part of Plesk, will it be good to have a solution out-of-the-box that is able to geolocalize the hits isn't it ?
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.
Now you can use this instruction – https://support.plesk.com/hc/en-us/articles/115002097389-How-to-configure-GeoIP-plugin-for-Plesk-AWStats-
—
IG -
PHP Openssl extension customization
Enabling Tools & Settings > PHP Settings > Openssl does not provide a box for default config file customization. The default one is c:\usr\local\ssl\openssl.cnf.
It would be nice to have the possibility to customize this value from Plesk
4 votes -
Possibility to install custom PHP handlers on Windows
Add the possibility to install custom PHP handler versions in Windows just like there is the possibility to do it on Linux as can be seen here: https://support.plesk.com/hc/en-us/articles/115000497853 and here: https://docs.plesk.com/en-US/obsidian/administrator-guide/web-hosting/php-management/adding-custom-php-versions-linux.75356/
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 Sybase module to Plesk PHP
Sybase module requires PHP recompilation, which is not possible in case of Plesk PHP: http://php.net/manual/en/sybase.installation.php
The only viable alternative is to install OS-provided PHP, however, it is usually severely outdated.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
- Don't see your idea?