How to Install & Remove Wordpress Toolkit Deluxe

If you want to install/remove/disable the WP toolkit manually on a cPanel server follow:

Installation:

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

Uninstallation:

yum remove plesk-libstdc++6.3.0 plesk-libboost-1.65 plesk-libboost-system1.65 plesk-libboost-thread1.65 plesk-libboost-filesystem1.65 plesk-libboost-date-time1.65 plesk-libboost-regex1.65 plesk-libboost-serialization1.65 plesk-platform-runtime-1.0.2 plesk-libboost-program-options1.65 plesk-libpoco-1.9.0 log4cplus plesk-lmlib plesk-rdbmspp sw-cp-server sw-engine wp-toolkit-cpanel -y

Another Solution:

You can enable/disable the Feature Showcase with the presence of this touch file on the system:

touch /var/cpanel/activate/features/disable_feature_showcase

UPDATE: You can remove WordPress Toolkit from the Feature Showcase with this command:

touch /var/cpanel/activate/features/wordpress_toolkit_install

It's important to note that WPT does not auto-install on any system. It either needs to happen through the Feature Showcase link or manually on the command line.


License Update:

/usr/local/cpanel/scripts/wpt_license --update
  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...

How to Secure a cPanel/WHM Web Server

Here are a few basic steps that you should keep in mind for keeping a server secure. 1) Strong...