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
-
Bring support for Open Swoole in PHP
Open Swoole will allow us to bring PHP development to next level! Its will support true concurrency and will can be used to bring php to all kinds of new and exiting applications: websocket, webrtc, tcp, udp etc...
Build high-performance, scalable, concurrent TCP, UDP, Unix Socket, HTTP, WebSocket services with PHP and easy to use coroutine, fibers API
1 voteThank 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
-
central webmail management
extend the webmail settings screen like the php settings.
show the amount and which domain is using which webmail client and allow changes to it.
now after the horde desaster it would be way easier to identify domains using it and changing that.0 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
-
Rest API - Get assigned plan from domain
Using the REST API it is not possible to view the assigned plan from a domain. You can only add a plan when creating a domain. I would like the see what plan is assigned to a domain for our billing process.
1 voteThank 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.
At the moment you can use the following SQL query for psa database for getting what you want:
SELECT dom.id as domain_id, dom.name as domain, ps.plan_id, t.name as plan_name from domains dom LEFT JOIN Subscriptions s ON (dom.id=s.object_id AND s.object_type='domain') LEFT JOIN PlansSubscriptions ps ON ps.subscription_id=s.id LEFT JOIN Templates t ON t.id=ps.plan_id;
--
IG
-
Improve WP-Toolkit "Sort by" mechanim
At this moment, whenever a WP site is synced, the appearance of an instance at the top of the list is expected in any sort. This was done in order to make it easier to find an instance in the list.
This means the "Sort by" URL mechanism is not being respected, this change is considered a point of improvement to not cause damage to people relying on the "sort by" mechanism to distinguish their instances.
2 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 import feature to the "plesk ext wp-toolkit --wp-cli" utility
There is an export option for the "plesk ext wp-toolkit --wp-cli":
plesk ext wp-toolkit --wp-cli -instance-id 2 -- export
Starting export process...
Writing to file /var/www/vhosts/example.com/httpdocs/futureinvestments.wordpress.2022-06-03.000.xml
Success: All done with export.
But the import feature require native "wp" utility to be installed, and fails via plesk utility with error:
WordPress Importer needs to be installed. Try 'wp plugin install wordpress-importer --activate'.Such option (import) in plesk ext wp-toolkit --wp-cli would improve usability
1 voteThank 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 possibility to customize the WordPress Toolkit Set to install WP in a custom directory
Add the possibility to customize the WordPress Toolkit Set to install WP in a custom directory (e.g., “/wp”) instead of installing it in the root folder (httpdocs)
Reason: The automatic WP installation performed via a WordPress Toolkit Set through a Hosting Plan would work fine if the customer’s current site is not built on WP or another php-based platform, but will fail and mess up their current site if their domain already contains a WP or php-based installation at the root level.
2 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
-
Create option to automatic install Wordpress Multisite domain
Create option to automatic install Wordpress Multisite domain so clients can have an easy way set up an staging environment
1 voteThank 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 existing customer to an existing domain as a user
Add the functionality of adding a customer account as a user for a domain not under its subscription in Plesk.
1 voteThank 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
-
Moodle 4.0 Upgrade in Web Applications
Guys and Gals, who are using or supporting Moodle as the best free Learning Management System, PLEASE VOTE for this suggestion so Plesk can include the app update to Moodle version 4 or greater in the next versions of Plesk.
According to Plesk Obsidian's Documentation for Web Applications at https://docs.plesk.com/en-US/obsidian/administrator-guide/website-management/websites-and-domains/web-applications.68973/ regarding "Updating Apps," by default, Plesk installs the latest available app versions and updates apps immediately once the newer versions are available.
However, this is not true because Plesk offered for the past year 2021, an outdated version 3.10.4 of the Moodle App. Recently Plesk released a Moodle update to…
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 hidden mail forwarding option
There should be an option to forward mail without letting the customer know it is enabled (to the extent permitted by the law).
Currently, it is possible to hide all mail settings from a service plan or subscription. More granular control to hide mail forwarding only, or an option to enable it separate from the customer's own forwarding settings, would help monitor malicious content.
1 voteThank 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 TZST support to Plesk File Manager
Plesk introduced the TZST format for backups. The File Manager should have support for this archive format.
1 voteThank 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
-
Limit rate of backup
Full weekly backup for all domains create a huge I/O throughput on our SAN that stress too much our infrastructure until backup ends. It would great if we can tune data through a pipe like "pv" command do.
I.e.
This is an example of backup that stress the SAN:
mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip > $_fileThis instead is and example that do not stress the SAN:
mysqldump -A -q --single-transaction=TRUE -u $MUSER -p$MPASS | gzip | pv -L 512k > $_filein the last command we set the maximum rate limit of 512k. Of course…
1 voteThank 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
-
Integrate MTLS on domains
Create the option to add a trusted certificate for an external party so MTLS handshake will function properly on domains hosted with Plesk.
1 voteThank 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
-
Make a way to specify which IP should be the default for new subscriptions
Currently the way an IP is chosen from the ip pool allows IPs from alternate interfaces, dedicated IPs, or shared IPs. It would be nice if we had a way to force it to use shared ips for new subscriptions or, just give us a way to set an IP as the default IP for new subscriptions.
1 voteYou can try to use Event Manager for the event "Default domain created" with the command like:
plesk bin subscription -u ${NEW_DOMAIN_NAME} -ip xxx.xxx.xxx.xxx
--
IG
-
Change the Application Pool Identities using the Plesk
Add the ability to change the Application Pool Identities using the Plesk web interface.
1 voteThank 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
-
Notification "WordPress site vulnerabilities found" should be sent ro customer by default
Notification "WordPress site vulnerabilities found" should be sent to customer by default. Since customers are the ones who deploy their WordPress websites and should be notified to fix it.
1 voteThank 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
-
Please develop a "Two-factor verification" option
Please develop a "Two-factor verification" option using email and google authentication app or mobile to log in to Plesk for additional security against cyber attacks.
2 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 option -frequency to plesk bin notification --update -code admin_pum_updates.
In the UI, at Tools & Settings > Update Settings, it is possible to set a notification to be sent when updates are available or were installed.
In the UI, it is possible to set the notification to be sent either daily or weekly. However, the corresponding CLI option plesk bin notification --update -code adminpumupdates has no option to set the notification frequency. Please add an option to set it via CLI as well.
1 voteThank 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
-
cli for outgoing mail limit to get statistics
It is necessary to have cli utility to get outgoing mail limit statistics for previous days, to see mailboxes that tried to exceed their limitation and when.
I want to monitor that with an Script and Cronjob and maybe make some auto actions on that.1 voteThank 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
-
Create security.txt
Help admins and customers to create a security.txt file when creating a site in Plesk Panel, see https://securitytxt.org/
No details yet.1 vote
- Don't see your idea?