Skip to content

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

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

253 results found

  1. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. How to check who rebooted/shut down a server through Plesk

    Add the functionality to be able to know through Plesk, who rebooted or shutdown the server

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Improvement of the API

    Several requests with the new Plesk V2 API:

    • When creating a reseller customer, be able to assign a plan to him when creating.
    • When creating or modifying a hosting, you can set an expiration date.
    • To be able to perform actions on a client (Suspend, modify, etc...) via its login, and not only with the ID.

    I don't know if these functions are already available or not, but I'm asking for all this here.

    Thank you to you.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Plesk REST API has the ability to call CLI utilities using CLI gate. The full list of supported utilities can be found using following command via SSH:

    ll /usr/local/psa/admin/plib/api-cli/

    Thus, everything that you can do with the help of command line utilities, you can do with the help of REST API. For example, use CLI gate to check spamassassin status for the mailbox:

    curl k -X POST -u admin:password “https://203.0.113.2:8443/api/v2/cli/spamassassin/call” -H “accept: application/json” -H “Content-Type: application/json” -d “{ \”params\“: [ \”-info\“, \”jdoe@example.com\" ]}"

    More details of Plesk REST API can be found here https://app.swaggerhub.com/apis/plesk/api/v2

    IG

  4. remove subscribtions

    remove subscriptions. domain is a domain and that is all that needs to be managed. it just makes plesk clogged and heavy. no more than that is needed. By mistake I have created some subscription and now do not know how to get rid of it. I have a domains and that is all I need

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Add the possibility to add custom notifications on the task notification bar

    Add the possibility to add custom notifications on the task notification bar

    Such as for inform the user about actions or information that might need to be aware.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Manage multiple server licenses

    I produce my own content and lease 12-15 dedicated and cloud servers from different companies. Some are only mail servers, Shoutcast servers or backups. Right now, 10 of my servers run Plesk but some of the licenses are through the hosts. I only wish there was a way to consolidate it all into a single Plesk account that I could manage in one place.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. generate a password-recovery link for all customers/resellers via CLI

    Since Plesk 17.9 Preview 9 there is a option to send a password reset for customers through UI. Would be great to generate a password-recovery link for ALL customers/resellers via CLI as well.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. plesk needs to bring back the edit in html feature.. it was stopped with no warning and now i have noations on my website that need cht now

    plesk needs to bring the feature where i can edit content on my website in html mode.. without any warning it was removed and i now have notations on my website that need changing and I can't?! go-daddy offered no help or solution other than to get new website from them?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. you must allow to extract zip files

    why the extract of files is not possible in plesk hosting??????????????????????????????????

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. please reduce the time taking while navigating in plesk

    please reduce the time taking while navigating in plesk

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Regarding Plesk interface speed I would like to recommend you to compare speed on old Plesk versions and 17.8 where php7 is used instead of php5, for example:

    plesk version
    Product version: Plesk Onyx 17.5.3 Update #42
    /usr/local/psa/admin/bin/php -v
    PHP 5.6.30 (cli) (built: Sep 12 2017 11:11:16)

    plesk version
    Product version: Plesk Onyx 17.8.10
    /usr/local/psa/admin/bin/php -v
    PHP 7.1.14 (cli) (built: Feb 9 2018 14:36:24) ( NTS )

    The speed of Plesk interface was dramatically increased in latest Plesk version.

    IG

  12. Report about Apache load

    Ability to receive reports every our about picks of load of Apache service

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Should able to search file in project.

    Should have function to search file in whole project in cms

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Preferred domain for websites via CLI

    Please add functionality to change Plesk > Tools & Settings > Server Settings > Preferred domain for websites option via CLI

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Add Search For Database List

    Add Search for Database List ,

    now user need to scroll down for last database Name,

    if Search is available , then user can search database list

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Set default site for an ip over CLI

    For automation it would be create, if it is possible to set default-site for an ip with CLI.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Add CLI command to enable mail management functions in Plesk

    For automation it would be create, if it is possible to enable mail management functons under Server-Wide Mail Settings via CLI.

    :8443/plesk/server/mail/

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Receive notifications for failed Plesk updates

    It would be nice to have a feature to receive notifications or alerts when a plesk server fails to update or upgrade.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Ability to create site in Service plan with no-hosting enabled.

    This is needed for the following scenario:
    1. Create Service plan with no-hosting enabled.
    2. Create user and subscription in service plan with no-hosting enabled.
    3. Create many sites for DNS hosting in subscription.

    Currently it is not possible. Only site aliases can be created in this situation.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. new video tutorial, control panel plesk

    new video tutorial, control panel plesk

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base