WordPress Toolkit is the management interface that enables you to install, configure, and manage WordPress websites on your server.
You can use the following steps to instantly update your server to the latest WordPress Toolkit management interface:
1. Enter the following command to confirm WordPress Toolkit is installed on your server:
rpm -qa|grep wp-toolkit
The command should output the RPM name. For example:
# rpm -qa|grep wp-toolkit
wp-toolkit-cpanel-5.2.3-1959.x86_64
The first three digits in the RPM name correspond to the installed version. Visit WHM > WordPress Toolkit > Settings > ChangeLog to verify if this matches the most recent version.
If the command returns no output, you can visit How do I install WordPress Toolkit via the command line? to learn the steps to install it.
2. If you observe an outdated version installed on your server, enter the following to update the necessary packages:
yum update
Then, repeat step 1 to confirm the latest version is installed.
For information on how to access the command line, visit Using Terminal To Access the Command Line.
For more information on how to enable Wordpress Toolkit Deluxe feature please see the following article.
How to upgrade your WordPress Toolkit to Deluxe