Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cpanel:whmxtra-install-remove-guide [2014-08-11 18:58:31] (current)
rory.blanchard created
Line 1: Line 1:
 + ===== WHMXtra Installation/Removal Guide =====
  
 + ==== Installing WHMXtra ====
 +Installing WHMXtra is easy, just log in through SSH and run the following commands:
 +<code>
 +cd /home
 +wget http://whmxtra.com/pro/pro.sh
 +sh pro.sh
 +</code>
 +
 +Then login to WHM, go to Plugins, select WHMXtra and continue with the installation.
 +\\
 +\\
 + ==== Removing WHMXtra ====
 +Removing WHMXtra is also easy, log in through SSH and run the following commands:
 +
 +<code>
 +cd /home
 +wget http://whmxtra.com/pro/remitall.sh
 +sh remitall.sh
 +</code>
 +
 +When the command is completed, WHMXtra will be uninstalled.
 +\\
 +\\
 +\\