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
706 results found
-
Remote upload files in File manager
File manager of a website has upload option but not remote upload option where user can upload to their site from pasting a file source link.
1 voteFor remote upload please use FTP account.
—
IG -
Put the plesk version in the header or footer b/c the System Overview that you said contains the version isn't anywhere on my version.
Put the plesk version in the header or footer b/c the System Overview that you said contains the version isn't anywhere on my version, either.
Your answer to this in another suggestion said "When you go to Home > System Overview you can see Plesk version there."
Plesk Staff (Community Manager, Plesk International GmbH) respondedExcept I don't have that on my plesk home page either.
1 voteYou entered the Plesk not as an admin account so you do not see the Home > System Overview section.
Please login as admin and you will see Plesk version there.
—
IG -
Make and enable tools so we can translate Plesk in our language
Make and enable tools so we can translate Plesk in our own language (Serbian).
1 votePlease use our official Plesk Localization Guide https://docs.plesk.com/en-US/obsidian/localization-guide/localizing-plesk.71176/
—
IG -
Add external mailserver (with another IP)
Cloudflare is useless when you use the plesk mailserver, because you can't proxy the IP of the mailserver. It would be cool when you could add an external mailserver and all websites would be protected through Cloudflare.
1 votePlease read official documentation about using external mailserver in Plesk https://docs.plesk.com/en-US/obsidian/administrator-guide/mail/using-plesk-without-the-mail-server.72346/
—
IG -
Plesk Obsidian 18.0.20 page header size is too big.
When a success or error message is appeared in the page, half of the page is filled with this message and header. please minimize the size of page header.
1 vote-- PD
-
leave plesk open longer before logging off
it seems the plesk screen does not stay logged very long. As you are working on code issues you have to continually log in over and over.
1 votePlease use Session Idle Time option – https://docs.plesk.com/en-US/obsidian/administrator-guide/server-administration/session-preferences.60305/
—
IG -
A technical support link should be in the domain management page
chnical support link should be in the domain management page... I don't know where it is
1 voteYou can submit request to Plesk Support Team with attached generated technical report here: Tools & Settings > Assistance and Troubleshooting > Support
—
IG -
Implement directory cloning
Perhaps allow the file upload to also include directories instead of us having to create and copy files into them. Makes the website file upload more faster and more efficient.
1 voteIt is possible to upload directories or multi-selected files.
-- PD
-
Allow enabling nginx cache on all existing domains on the Plesk server
I suggest adding a feature that allows you to do the equivalent of what can be done in Plesk 17.8.11 in Domains > example.com > Apache & Nginx settings > "Enable nginx caching" but for all the existing domains that are on the Plesk server at once.
Essentially, the feature suggestion is to "Enable nginx caching" but for all the domains on the server. if there is another way please show 900 domain one by one make death
1 voteReplied in your forum thread – https://talk.plesk.com/threads/allow-enabling-nginx-cache-on-all-existing-domains-on-the-plesk-server.354641/
—
IG -
Force new service plan to a subscription which is exceeding limits
As of now, if a Subscription is exceeding the limits of the new Service Plan, it's not possible to set the new service plan to that subscription.
It would be very good to have an option to force or ignore limits (either from User Interface or from CLI).1 voteThis can be archived by defining corresponding Overuse Policy. Please read Plesk documentation about it https://docs.plesk.com/en-US/onyx/administrator-guide/appendix-a-properties-of-hosting-plans-and-subscriptions/resources.65718/
—
IG -
Module Wiki
Propose the installation of wiki, such as the Wordpress module, such as mediawiki or xwiki which are open-source.
Mediawiki is the most widely used wiki in the world and is used by the Wikipedia team and the Fandom team (Wikia).
Xwiki is a less known wiki but with a more modern aspect and a more professional functioning than Mediawiki.
1 voteYou can install mediawiki on your website or as a plugin on your wordpress. I see no problems with it. Plesk allows it.
—
IG -
Manage GIT through REST API
It would be great to be able to manage GIT through the REST API just as it can be done through XML API.
For example, I would like to be able to change branches of a customer through an API call. So if customer A is on branch Master, I can change it to Development. Now I have to do this manually, which is too work-intensive.
1 voteAs you may know you can use REST API to call CLI utilities https://support.plesk.com/hc/en-us/articles/115004331094-How-to-manage-Plesk-via-REST-API-
So, to be able to manage GIT just call CLI utility with necessary parameters for your purpose.
—
IG -
Please Increase your session time out time.
Please Increase your Cpanel session time out time. now this is big help for us
1 voteI’m not sure how to increase session time for cPanel, but for our product Plesk, you can do it with help of this KB article https://support.plesk.com/hc/en-us/articles/115003305005-How-to-change-session-idle-time-in-Plesk
—
IG -
A search function to find files!!!!
Can ever find the files I need to check etc. Where is the search function referred to in the previous post
1 voteJust fo to Plesk Filemanager and you will see “Search in filename” field in right-up corner.
—
IG -
Implement API support for joomla-toolkit
For example, the task is to retrieve a list of all plugins and themes (including versions) of all existing joomla instances via php. A similar retrieval is done by joomla-toolkit.
Locally, it is possible to use CLI:# plesk ext joomla-toolkit --help
However, when there are several servers, it is helpful to be able accessing this information remotely. Currently, there is no possibility to do it using either the rest-api nor the xml-api.
1 voteUse Plesk REST API. With REST API you can call CLI utilities with necessary parameters. Here are some examples – https://support.plesk.com/hc/en-us/articles/115004331094-How-to-manage-Plesk-via-REST-API-and REST API documentation – https://docs.plesk.com/en-US/onyx/api-rpc/79359/
—
IG -
Implement API support for wp-toolkit
For example, the task is to retrieve a list of all plugins and themes (including versions) of all existing wp instances via php. A similar retrieval is done by wp-toolkit.
Locally, it is possible to use CLI:plesk ext wp-toolkit --help
However, when there are several servers, it is helpful to be able accessing this information remotely. Currently, there is no possibility to do it using either the rest-api nor the xml-api.
1 voteUse Plesk REST API. With REST API you can call CLI utilities with necessary parameters. Here are some examples – https://support.plesk.com/hc/en-us/articles/115004331094-How-to-manage-Plesk-via-REST-API-and REST API documentation – https://docs.plesk.com/en-US/onyx/api-rpc/79359/
—
IG -
The future is asp.net core 3 and above, it's a great idea to include it in the near future.
Asp.net core 3 in Onyx
1 voteAlready supported in Plesk Obsidian 18.0.23 – https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18023
—
IG -
Retrieve plesk components information via API request for Windows
It woule be nice to have an API call that retrieves plesk components information suchas mssql or mysql version for Windows.
1 voteAs you may know you can use REST API to call CLI utilities https://support.plesk.com/hc/en-us/articles/115004331094-How-to-manage-Plesk-via-REST-API-
So, to retrieve plesk components information just call Plesk Installer CLI utility with necessary parameters for your purpose.
—
IG -
1 vote
You can do it with Plesk File Manager.
—
IG -
Disable statistics calculation for a specific domain or the whole server
Domains with high disk usage (Multiple GB) with for example, images and videos, when the statistics are calculated, the I/O to Disk can hang and get blocked.
With the above being said, it would be useful to be able to disable statistics calculation for a specific domain or the whole server.
1 voteThe impact of gathering totals for the rough "Statistics" page in a subscription on cpu and disk I/O is very low. Disabling these will be hardly noticeable. For the real web site statistics such as AWStats you can disable these alreay in the "Hosting Settings" of a domain. If you do not wish to use such statistics at all, they can also be uninstalled through "Updates/Upgrades".
-- PD
- Don't see your idea?