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
-
Make default Plesk Firewall rules more strict
Right now "System policy for outgoing traffic" rule is set to allow all outgoing traffic as default which is not secure enough.
Please consider to make default firewall rules for outgoing traffic more secure and allow only Plesk services to send outgoing packets
5 votes -
Exclude mailboxes for a specific domain from a backup
Hello,
While creating backup via Plesk control panel it would be great to have ability exclude email accounts of particular domain name, not all email accounts at once.
This is due to the fact that when the mail accounts are very large, it significantly increases the time to create a backup, and causes it's freezing as a result.Thanks.
12 votes -
Ability to change the default PHP version/handler and parameters assigned for new created subscription/hosting/webspace
We should be able to choose the default PHP version and handler to be assigned to new created domains/subscriptions/webspaces ; without using Service plan or Event Manager.
Thanks29 votes -
Add support for MySQL Governor for CloudLinux
Currently Plesk does not support MySQL Governor feature https://docs.cloudlinux.com/index.html?mysql_governor.html
and mapping file /etc/container/dbuser-map has to be updated manuallyPlesk already has integration with CageFS and LVM and detects it once those features installed on the server. It would be great if support for MySQL Governor be implemented in future.
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 -
NodeJS Allow more environment variables
When setting environment on a NodeJS App (using NodeJS extension) I am getting to the limit of four variables, sometimes five.
I assume that line ending is reached or something. I am connecting to several mongodb databases and for each db I need to auth which is set within an environment variable.
This limits my app a lot since I need to build overcomplicated workarounds using files to be loaded async and their content to be validated, then connecting to the db and so on.
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 -
PostgreSQL integration and tuning
Please do better integration of PostgreSQL into Plesk like CPU and memory usage in Health Monitoring and Dump button in Database page. Please also add PostgreSQL tuning into Plesk, especially for modern hardware with 32 or 64 GB memory and 4 to 8 cores and fast SSD or NVMe drives. Thanks!
29 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 -
Woocommerce Plesk Integration
What should this integration do?
- it should allow the sale of hosting subscriptions using a Woocommerce,
- it should be compatible with the Subscriptions plugin to charge monthly or annual payment. (https://woocommerce.com/products/woocommerce-subscriptions/)Why You may want this integration?
- If you use Wordpress, it will be a simple and quick way to implement the payment for your hosting services.
- Woocomerce is the most popular e-commerce solution in the world. It is flexible and has a lot of integrations with other wordpress plugins. If you want to sell not only hosting, it may be a gold mine…49 votes -
add a pagination on file manager
if there are thousands of files in a folder it takes too long to load the list..
8 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
-
Add support SFTP and FTPS protocol for migration
We are only able to use a FTP connection to migrate a website. It would be a nice add to be able to use SFTP and FTPS to connect to the old server,
9 votesPlesk Migrator uses an SSH based connection, which is close to SFTP, but a technologically advanced solution. Could you please explain where you are seeking SFTP and FTPS and why you believe that this is better than the current Plesk Migrator solution?
-- PD
-
Git Workflow: DEVELOPMENT > PRODUCTION
Many developers use git these days when working on a website or webapp. It would be great if Plesk supports a simple deployment workflow:
Example when using two branches:
- development
- masterBranch "development" will be automatically deployed by Plesk to /var/www/vhosts/example.com/dev.example.com => connected to https://dev.example.com
Branch "master" will be automatically deployed by Plesk to /var/www/vhosts/example.com/httpdocs => connected to https://www.example.comWhat about database connectivity?
When using different databases for development and master you should not include your "database-connection.ini" into git but manually store it in the designated directory and edit via Plesk File Manager for example.What about access…
24 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
-
WordPress Toolkit - Plugins/Themes view - Show only items which have update available, hide already updated
Going to WordPress toolkit's Plugins view I get a listing of over 3000 plugins. It is quite hard to pick one-by-one the plugins that I choose to upgrade. It would be great to have a "filter" on that page, that I can only show the plugins that have updates available, hiding already updated plugins
11 votes -
Add Microsoft SQL Server PHP extensions to Plesk Linux
They can be disabled by default (and optionally be enabled in PHP Settings, 7.0-7.1 only). The drivers appear to be quite stable - I have successfully installed them in Plesk on Ubuntu 16.04 and CentOS 7.4.
This is especially interesting since SQL Server 2017 is available for Linux and Docker.
Once the extensions are installed/enabled, the follow-up request would be to allow me to add remote MS SQL databases in Plesk Linux (not limited to RDS - any remote MS SQL instance).
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 -
Allow users to change the Idle Timeout value in the IIS Application Pool Settings
Allow users to change the Idle Timeout value in the IIS Application Pool Settings
6 votes -
Change default notification setting for task 'secur-check'
I suggest to change the default notification setting for cron task '/opt/psa/libexec/modules/watchdog/cp/secur-check' because now it is set to "Every time" but is useless to get the following output at every run:
[2017-10-30 01:00:01] DEBUG [utilexec] [59f66b81b1574] Starting: rsecurcheck security2017-10-30 schedule, stdin:
[2017-10-30 01:00:01] DEBUG [util_exec] [59f66b81b1574] Finished in 0.04883s, Error code: TRUE, stdout: , stderr:5 votes -
FTP storage setting for backups for multiple subscriptions.
When added the FTP server storage parameter in the settings of the Plesk panel (tools&settings - Backup Manager - FTP Storage Settings) for the backup.
Automatically distribute this FTP repository to all subscriptions as a place for backup by default.8 votes -
Mod_pagespeed 'cache' clear button in speed settings panel
When tuning system for modpagespeed, http/2, PHP7 w/opcache, https, ran into issue with Apache, where turning modpagespeed off, then back on, or off then restarting doesn't clear cache. On a development site, I had to do a htaccess to fully disable in order to apply CSS changes which were 'stuck' -- a 'clear cache' option from panel would be super cool, vs command line ! :-)
7 votes -
website importing with different ip for ftp and www
The current website import function only allows entry of the source domain name.
I need to specify the ftp server details separately as for some hosts the ftp server is on a different ip to the website and the current import function fails as it fails to access either the website or ftp server depending on which info was entered as the source domain.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.
— AY
-
Configuring the Default Remote Access Policy for MS SQL and PostgreSQL via UI
Right now, it is possible to manage Access Policy only for MySQL Database Servers only: https://docs.plesk.com/en-US/onyx/administrator-guide/database-servers/database-hosting-preferences.72875/
It would be good to manage Remote Access Policy for MS SQL and PostgreSQL via Plesk UI too.
8 votes -
Show number of listed files and folders in File manager
Domain => File manager - show number of listed files and number of listed folders
5 votes -
add mssql support and management in linux plesk edition on virtual machine
add mssql support and management in linux plesk edition on virtual machine just like now support mysql
129 votes
- Don't see your idea?