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

89 results found

  1. TYPO3 Neos

    I would like to be able to try TYPO3 Neos as an CMS in the Applikations-Section.

    8 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)
  2. External NGINX as AutoCDN

    Hi Plesk Team,

    Why dont allow to customer to replicate their statics files, like jpg gif css js etc... from plesk to a external nginx configured as CDN?

    This will improve web page, prevent overload the plesk servers from loading static files.

    With a module that autosync files from customer to a pool of external nginx managed by plesk

    7 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. Implement AppArmor support for Apache

    AppArmor provides much stronger security for web applications than what is currently available, especially since PHP open_basedir is both slow and known to be insecure.

    With AppArmor you don't need such settings, and it is possible to allow PHP functions such as exec() and system() - but only allow access to certain binaries. This provides a more flexible system for our customers, and we have more fine-grained control over what they can and cannot access.

    http://wiki.apparmor.net/index.php/Mod_apparmor_example

    Additional AppArmor profiles for services that come with Plesk might be useful too, but securing Apache is the main thing.

    7 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)
  4. Combine multiple 301 redirects

    I recently updated to Onyx 17.5.3.

    In the hosting settings for each domain i can enable a 301 redirect to HTTPS and i can set a 301 redirect for the preferred domain.

    Great features, but the SEO boys are complaining... Apperently Google does not like multiple redirects.

    Please combine multiple 301 redirects.

    6 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)
  5. Optimise web forwarding config when using nginx + Apache

    When using nginx as a reverse proxy to apache, it seems wasteful for a web forwarding domain to be configured within both http servers.

    For example;
    configure domaina.com to forward to http://domainb.com
    You'll see a nginx virtualhost is created to reverse proxy domaina.com to apache. Apache is then configured to return the Location header to domainb.com.

    Why not do it completely within nginx and save a tiny bit more memory on Apache's side?

    6 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. Make the port of the HTTP(S) services configurable

    I want to let the http and https services listen to different ports than 443 and 80. I want, for example, install SSLH to accept connections on 443 and forward them to the plesk nginx listening on port 8443 for a specific domain.

    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)
  7. Erlang/Elixir support via CGI

    Currently I can't find a way to serve Erlang/Elixir applications using a limited Plesk account. Nginx and apache fully support this via CGI.

    4 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)
    declined  ·  IgorG responded

    Thank you for your input!
    Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.

    IG

  8. Plesk functionality to add or select (compile) custom Nginx modules portfolio!

    How about adding the ability to compile necessary modules for nginx right from the Plesk Web-GUI? It is complex due to systems differences, but Plesk environment is more or less well-known, and Plesk has its own repo, so, you could offer pre-compiled versions of Nginx, like + http2 or - pagespeed, etc.

    4 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. Allow viewing statistics without entering password if already logged into Plesk panel (SSO)

    Right now one needs to enter username/password if one wants to view Awstats statistics, even if already logged into Plesk.

    I think you should modify that, so that this is no longer necessary.
    It should be trivial for your panel to perform the authentication and pass through the statistics page from disk.

    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)
  10. nginx svgz support

    .svgz files are compressed vector graphics.
    When not inlining SVG it is often suggested to compress svg files in advance. This is the common svgz format.

    But nginx does not deliver .svgz files correctly, because svgz files are not correctly encoded by nginx.
    Plesk should add this by default:
    location ~ .svgz$ {
    add_header Content-Encoding gzip;
    }

    This is also a known generic nginx issue. For example: https://github.com/h5bp/server-configs-nginx/issues/86

    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)
  11. Additional directive disappears

    In relation to the https://support.plesk.com/hc/en-us/articles/115000180225-Additional-PHP-directives-disappeared, based on my ticket request.

    Please add the non-destructive inheritance for the "Additional-PHP-directives" box, from service level plan to the domain level.

    Right now, any directive on a non-locked domain will be erased whenever a service plan changes.

    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)
  12. Ignore Interface in NGINX and Apache Configuration

    In case you have virtual interfaces and or additonal interfaces with separate ip addresses assigned, that you do not want to have in control of Plesk this does not work, as NGINX for example is always generated for ALL interfaces/ip addresses known to Plesk. Allow an option to disable IP-Adresses from the generation. Otherwise it happends, that NGINX does not start, when the second Interface/IP has something configured on port 80 or 443.

    Question: How to bind nginx to only a specific IP? Never answered.

    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)
  13. you can develop some form to improve magento sites performance with plesk?

    you can develop some form to improve magento sites performance with plesk?

    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)
  14. 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)
  15. 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)
  16. Custmise webmail so it can be opened via port. For example: example.com:8333

    Can you implement functionality that allows customization of the URL for the webmail? More precisely having example.com:8333 to open the GUI of the webmail.

    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)
  17. to povide web access and file manager access for ftp users

    After several tests there is a funcionality missing for ftp users. There is no web Access for ftp users, neither file manager. I would be valuable application to provide secure and comfortable interfaz for clients to upload and download files.

    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)
  18. It would be nice to put a date of automatic start for automatic responses. Thank you

    It would be nice to put a date of automatic start for automatic responses. Thank you

    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)
  19. Apache Settings as Service Plan - Addons

    It would be really great if we could add Apache Settings to our Service Plan Addons ...
    So for example we could simply make an Addon "modgzip", "modgeoip", "mod_whatever" - add it to the Customers requesting it and we are all set ...

    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)
  20. nginx - full support for nginx.conf

    In Plesk (Onyx) you can use "Additional nginx directives". Its said: "Your directives will override the server-wide nginx configuration."

    That quote is not right, because in nginx.conf plesk write:

    location ~ ^/(.*.(ac3|avi|bmp|bz2|css|cue|dat|doc|docx|dts|eot|exe|flv|gif|gz|htm|html|ico|img|iso|jpeg|jpg|js|mkv|mp3|mp4|mpeg|mpg|ogg|pdf|png|ppt|pptx|qt|rar|rm|svg|swf|tar|tgz|ttf|txt|wav|woff|woff2|xls|xlsx|zip))$ {
    tryfiles $uri @fallback;
    }
    include "/var/www/vhosts/system/cdn.example.com/conf/vhost
    nginx.conf";

    That means that every setting for static files is not working. Example: I set in "Additional nginx directives" this line

    location ~* /myfolder1/(a|b|c)/ { .... }

    and destination is a static file, this code will never execute. EXCEPT for static files with uppercase file-types like "image.PNG" because here is a issue in nginx.conf, that catch only lowercased files, because…

    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)
← Previous 1 3 4 5
  • Don't see your idea?

Feedback and Knowledge Base