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

55 results found

  1. Auto update translations for plugins

    add a panel option to allow plugin translations to be automatically updated like in this wp-cli command:
    wp language plugin update --all

    thanks

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Add Purge Cache button for wordpress instance

    Add a button under each wordpress instance for purging cache.
    Its a simple solution that should be implemented. Can remove a lot of headache for any support team dealing with customers.

    A simple solution that runs with wp cache flush (wp cli), just integrate a button in wp toolkit.

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. panel.ini setting to select 127.0.0.1 or localhost for WPT WordPress installations

    When using CloudLinux's alt-php versions and when using Plesk's php version management facility instead of CloudLinux PHP Selector, the default path to mysql.sock is not set, or in some cases incorrectly set to /tmp/mysql.sock.

    Any php script, including WordPress, that is set to use "localhost" to connect to the database will then fail to connect. This can cause severe problems with the WordPress Toolkit.

    If, instead of localhost, the host address is set to 127.0.0.1, php uses a network connection instead of trying to connect to mysql.sock, and all is well. Naturally this assumes that mysql/mariadb listens on 127.0.0.1 but…

    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

    1 comment  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. "Search engine indexing" error report in WP ToolKit

    Can you please add an option to turn off error reporting for sites which have "Search engine indexing" turned off?

    I run many websites on subdomains with demo content that I don't want to index.

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. WooCommerce Staging Process (cloning without overwriting Woocommerce content)

    WooCommerce = at least 1/3 of ALL e-commerce websites use WooCommerce.

    Can Plesk please make a process that works EASY for people to do the following on a WP and WooCommerce site:

    Live site > Clone to Stage site > Copy to Live site

    The issue is customers, orders, and products on the Live site can't be replaced/over-written, etc when you copy back to live site.

    THIS PROCESS WOULD MAKE MONEY for Plesk, as for some reason, it doesn't exist anywhere, that I know of.

    Please implement it :)

    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

    2 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Monitoring, uptime and white label customer reports

    It would be nice to have:

    • Monitoring (alert if site offline or keyword does not exist)
    • Uptime (maintenance mode not included in downtime)
    • Reports (automatically generated WP-toolkit white label reports to send by email monthly to clients)
    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. make plugin pack installation able to handle dependent plugins

    This feature request originated here: https://talk.plesk.com/threads/plugin-package-cannot-be-installed-premium-plugin-requires-base-plugin.371482/

    The problem is that plugin X needs to be active so plugin Y can be activated. (In my case, it was the AIOS plugin with its premium version, which WP toolkit wasn't able to activate)

    It seems that WP Toolkit tries to activate all plugins at once when installing a plugin pack. An option to tell WP Toolkit to enable each plugin alone in the order they were added to the plugin pack instead of all together would be useful in this case. But there are probably more ways to optimize WP toolkit for…

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. WordPress Toolkit support for Bedrock-powered WordPress instances

    Bedrock is a modern WordPress stack that implements several improvements related to WordPress setups.

    Better folder structure
    Dependency management with Composer
    Easy WordPress configuration with environment specific files
    Environment variables with Dotenv
    Autoloader for mu-plugins (use regular plugins as mu-plugins)
    Enhanced security (separated web root and secure passwords with wp-password-bcrypt)

    More information on Bedrock can be found here: https://roots.io/bedrock/

    Plesk's WordPress Toolkit cannot currently handle Bedrock-powered WordPress instances.

    Because some of Bedrock improvements are considered to be current best practices and provide safer setups, it would be nice to see support for Bedrock-powered instances in WordPress Toolkit.

    9 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

    1 comment  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. wordpress toolkit table prefix mixed case fix/patch

    I'm not sure if it's still the case but the toolkit used to (possibly still does) create table prefixes with mixed case characters (or this is done via the security checkup for existing tables).

    Unix is case sensitive, windows is not.

    MariaDB

    lowercasetablename=0 default for Unix = stored as provided and case-sensitive. $tableprefix = '7a6pcDc' will be stored as 7a6pcDctablename in the DB
    lowercasetablename=1 default on Windows = uppercase changed to lowercase but still case-insensitive $tableprefix = '7a6pcDc' will be stored as 7a6pcdctablename in the DB.

    This is…

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Faster deployment of Wordpress sites

    Deployment or cloning of WordPress sites and then generating unique wp-admin and FTP credentials takes too many actions currently.

    Ideal workflow:

    1 - Enter a subdomain name (the only thing to enter) and have all other options prefilled to match the subdomain name (database name/user, FTP user, folder, etc).

    2 - The site is configured automatically, including creating a subdomain, configuring SSL, creating a database/user, wp-admin user & unique password, FTP user & unique password.

    3 - All credentials are displayed on the last step, allowing copy/paste, including wp-admin (user, password), and FTP (server name, port, user name, password).

    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

    1 comment  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add Smart Update to a Service Plan

    I would like to be able to add the Smart Updates feature to a specific service plan.

    It wouldn’t be activated for all new installations just the users of a specific plan.

    I would buy 30 sites of Smart Updates for WPT. If the new customer chooses the 'starter' plan they don't get the Smart Update, if they choose the 'super' plan then they get Smart Update for free. Free meaning it would be deducted from my quantity of sites purchased. Then it would automatically activate on their account.

    I love the functionality of Smart Updates and want to make…

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. notes in wordpress backup

    a notes column would be helpful to make a note of where you just got to

    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

    3 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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.

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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.

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 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

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Add the ability to manage the default WordPress Toolkit Security Measures before setting up the instance

    Add the ability to manage the default WordPress Toolkit Security Measures before setting up the instance, e.g. via some options in panel.ini.

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    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 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 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

    1 comment  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Email notifications when a plugin is installed on a WordPress site

    The email notification settings in Tools & Settings > Notifications should include an option to notify when a plugin is installed on a WordPress site, for security.

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Export list of all installed plugins and themes on all instances

    Add possibility to to get a list of all plugins/themes installed across all installs.
    Currently command "plesk ext wp-toolkit --plugins" only allows to get a list of manually uploaded plugins and themes

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Expand filtering of sites in WP toolkit by adding "Search Engine Indexing Enabled" state

    Add "Search engine indexing" state for the domain into the filtering option for the list of sites (same as for "Debug").

    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

    0 comments  ·  WP Toolkit  ·  Admin →
    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
  • Don't see your idea?

Feedback and Knowledge Base