How to install WordPress Toolkit inside cPanel/WHM

How to Install WordPress Toolkit inside cPanel/WHM

The WordPress Toolkit interface allows you to easily install, configure, and manage WordPress sites. WordPress Toolkit is available in both a Lite (free) and Deluxe (paid) version.

What Can WordPress Toolkit Do?

  • One-click WordPress installation
  • Bulk updates for WordPress core, themes, and plugins
  • Security hardening with automatic vulnerability patching
  • Staging environments for testing changes before going live
  • Smart Updates — test updates in a clone before applying to production
  • Website cloning and migration

Installation via SSH

Log in to your server as root and run:

sh <(curl https://wp-toolkit.plesk.com/cPanel/installer.sh || wget -O - https://wp-toolkit.plesk.com/cPanel/installer.sh)

That is it! The installer handles everything automatically.

Verify Installation

  1. Log in to WHM.
  2. Search for "WordPress Toolkit" in the sidebar.
  3. Click on it to see all WordPress installations on the server.

WordPress Toolkit in cPanel

After installation, your cPanel users will see a "WordPress Toolkit" section in their control panel where they can:

  • Install new WordPress sites
  • Manage existing installations
  • Enable auto-updates
  • Check for security vulnerabilities

Upgrading to Deluxe

The Lite version is free but has limited features. To unlock staging, cloning, smart updates, and security hardening, purchase a Deluxe license from plesk.com.

Updating WordPress Toolkit

# Check for updates
/usr/local/cpanel/3rdparty/wp-toolkit/sbin/wp-toolkit --update

Troubleshooting

  • Toolkit not appearing: Run /scripts/rebuildhttpdconf && systemctl restart httpd
  • PHP version conflicts: Ensure the server has PHP 7.2+ installed.
  • wordpress-toolkit, wordpress, cpanel-whm, softaculous
  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

How to create API Tokens - WHM/Cpanel Tutorials

How to Create API Tokens in WHM/cPanel API Tokens in WHM and cPanel allow you to authenticate...

How to enable IONCUBE - WHM/Cpanel Tutorials

How to Enable ionCube Loader in WHM/cPanel ionCube Loader is a PHP extension required by many...

How to disable SSH Password Authorization Tweak

How to Disable SSH Password Authorization Tweak in WHM The SSH Password Authorization Tweak in...

How to install Let's Encrypt on cPanel/WHM

How to Install Let's Encrypt on cPanel/WHM Let's Encrypt is a free, automated, and open...