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
- or
No existing idea results
- ~ No ideas found ~
2087 results found
-
Deprecate clear domain names as home directory
Since plesk is storing each vhost as clear domain name, every user wit shell access is able to see which domains/customers are on this host, eg. with > getenv passwd
We know we can chroot the user but chroot is NOT a security feature and makes trouble with applications the user might expect (or the environment these applications expect) - and there is still a way to break out from the environment or new ways get discovered. Much afford for nothing in the end.
We do not want to put customers in containers, jails whatsoever to restrict the user access if there is an easy solution to mask user home directories so nobody is able to examine them.
Or add LDAP support at system level so home directories can be stored and queried from there.
Since plesk is storing each vhost as clear domain name, every user wit shell access is able to see which domains/customers are on this host, eg. with > getenv passwd
We know we can chroot the user but chroot is NOT a security feature and makes trouble with applications the user might expect (or the environment these applications expect) - and there is still a way to break out from the environment or new ways get discovered. Much afford for nothing in the end.
We do not want to put customers in containers, jails whatsoever to restrict the user access…
1 voteThis 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!
--
IG
-
Enable Google PageSpeed Insigts extension reseller management
Google PageSpeed Insigts extension is cannot be managed by resellers, only by Administrators and customers. This is a request to allow Reseller management.
1 voteThis 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!
--
IG
-
WP bulk search for updates does not inform which domain failed
When Wordpress Search for updates fail it does not inform which Domain or WP instance it is.
If you are searching for updates for 50 instances and one fails with:
An error has occurred when decoding JSON by json_decode:THere is no way but to check in logs which domain failed.
This should be informed in UI.
1 vote -
Composer manuel search
When Plesk don't find composer.json, then select it manuel.
1 voteThis 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!
--
IG
-
Ability to disable Wordpress Toolkit check
Ability to disable WordPress toolkit check to avoid false positive and quarantine a WordPress instance that is not infected.
1 vote -
Mass Email Messages Log
To see which of the plesk mass email messages has been sent when and to whom, a log of the mass mails would be great.
1 voteThis 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!
--
IG
-
API RPC/REST API to see mail accounts for a domain
It would be nice to have the ability to get list of mail accounts on a particular domain.
There are similar requests here
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/18353386-group-email-accounts-by-domain1 voteThis 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!
--
IG
-
Multiple scheduled Backups
It would be useful to have the ability to make scheduled backups in more than just one FTP server, so that you have multiple backups.
For example, with the Strasbourg fire, I lost two VPSs and the server where I had backups of them.
By having a backup on an additional server, I would have limited the damage.
1 vote -
Fix Auto-Reply to observe Reply-To address setting in incoming emails
Currently, the Auto-Reply function always uses the original sender's address and totally ignores any Reply-To address setting in incoming mail.
Reply-To is usually used when the sender address does not receive emails and ignoring this setting means that the Auto-Reply message is sent to a sender address where it will never be read. Clearly, this is pointless.
1 voteThis 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!
--
IG
-
Wordress toolkit plugin "ignore" toggle
Being able to make toolkit ignore a plugin (and themes?)
(for manually fixed abandonned plugins with published exploits)
1 vote -
new subscription plan (Admin SE) for unlimited website.
Please add a new Subscription same like Admin SE for Unlimited Domains. I'm a developer in Pakistan, india, Philippines, and in here clients don't have budget to pay for the hosting and Plesk license. they only pay $30 - $50 dollars for a complete website including domain and hosting. we can't afford Plesk paid license,
i suggest a new subscription plan with same Admin SE Features but Unlimited domain with the price of $3 - $5,if we have access Admin SE Unlimited Domain, we can manage all clients websites at one server.
1 vote -
CLI for the sieve rules management
Would be nice to have an option to manage the mail sieve rules via CLI.
1 vote -
MariaDB Xpand. Horizontal Scaling of Both Writes & Reads.
MariaDB Xpand Database. Horizontal Scaling of Both Writes & Reads.
Horizontal Scaling Secret #1: Automatic Data Distribution
As tables and indexes are created, they are automatically “sliced” and distributed across all the nodes in the cluster. This distribution utilizes 64 bit consistent hashing based on the data keys, so each slice’s location is predictable, as well as what data it contains, from a simple metadata map. So any transaction running on any node can access any data on the cluster from at most a single hop away, and the “lookup” to find that data is a local in-memory table in the RDBMS. Our multi-patented Clustrix Rebalancer automatically distributes data across the cluster, partitioning the data both horizontally (slices) and vertically (representations).
Horizontal Scaling Secret #2: Automatic Fan-out of SQL Queries
On the query side, the SQL language is declarative, and not trivially parallelized or scaled horizontally. ClustrixDB solves this problem by pre-parsing each query, and distributing compiled query fragments directly to the specific cluster nodes containing the requisite data. This allows data processing to be done locally, minimizing data movement, and only returning result-sets to the initiating node. This kind of query fragment forwarding is very fast, due to the metadata map of where all the data resides. We call this “bringing the query to the data, rather than the reverse.” And this also allows massive parallelism of queries; large queries get maximum parallelism, while many simultaneous queries get max concurrency across all the nodes in the cluster.
Horizontal Scaling Secret #3: Automatic Data Rebalancing
A big challenge of data distribution across shared-nothing systems is data imbalance and/or hotspots. A node’s storage can get full, requiring repartitioning table(s) and moving data to a new node (called “re-sharding” if it’s a sharded system), to create more space. Correspondingly, a node can experience contention of CPU or network access without the storage being exhausted. This kind of contention can happen if the data distribution isn’t granular enough, allowing too many simultaneous transactions to occur on a small segment of data. This is called a “hotspot,” and is automatically handled by the Clustrix Rebalancer as well. The Clustrix Rebalancer automatically notices usage patterns, and re-splits high-access data slices, moving half of the data slice in contention to another node.
Basically, the three main issues with the horizontal scaling of SQL are automatically handled by ClustrixDB, neither requiring changes to the MySQL application, nor data maintenance to be handled by DevOps. Being able to horizontally scale your MySQL application without needing to shard represents a significant CAPEX and OPEX savings to your IT and DevOps budgets.
MariaDB Xpand Database. Horizontal Scaling of Both Writes & Reads.
Horizontal Scaling Secret #1: Automatic Data Distribution
As tables and indexes are created, they are automatically “sliced” and distributed across all the nodes in the cluster. This distribution utilizes 64 bit consistent hashing based on the data keys, so each slice’s location is predictable, as well as what data it contains, from a simple metadata map. So any transaction running on any node can access any data on the cluster from at most a single hop away, and the “lookup” to find that data is a local in-memory table in…
1 vote -
Add a Warning to Plesk Migrator for when there are clients to be migrated with the same name in both the source and the target server.
E.g.: When migrating data from Server A to Server B, if the name of the client being migrated from Server A is the same as the name of an existing client on Server B, then Plesk Migrator imports such data into the existing client without giving a warning that the name of the client to migrate already exists on Server B.
1 vote -
Resume server notifications for each email address
My inbox is flooded with plesk messages. All of them are relevant, but having 100 subscriptions reporting to same address can result in a huge daily amount of emails.
Resuming them into one daily report could make easier to understand what is happening, and instead of sending full notification through email, send excerpt with a linkt to plesk manager notifications area.This will improve the way IT systems people work.
1 vote -
Add an opporunity to see the preview of the separate page
When editing custom error pages in the Plesk UI it is convenient to see thre result so the page could be rendered and showed in any suitable manner
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 options to apply or discard changes in Wordpress Toolkit Smart Update run
It is required to implement cli options for Smart Update to apply or discard changes in Wordpress Toolkit Smart Update run:
plesk ext wp-toolkit --smart-update -instance-id 1 -operation apply | reject
1 vote -
Add an ability to hide Website Importing
There is "Website Importing" in Customers' Plesk panel in Websites & Domains in domain cards. There are cases when it is required to hide this "Website Importing" domain card for a customer.
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
-
Option to manange access to extensions for the additional administrators with restricted mode enforced
It'd be great to have an option to select which extensions are available to the additional administrators with restricted mode enabled and which are not.
1 voteThis 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!
--
IG
-
migration manager respect ssh config
migration manger via ssh keys ignores config in /root/.ssh/config
I want to migrate from a server I have to access via a jumphost. I have ssh config so that I can just "ssh sourceserver" at the command line. The migration manager ignores the config and cant be made to access the source server.
1 vote
- Don't see your idea?