Steps to install Wordpress Toolkit via command line

kumkumsharma

Administrator
Staff member
In this article you can check steps to install Wordpress Toolkit with command line. For this itis must to have root access of server.
Login to server via SSH.
  • You have to run below command:

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