ConfigServer Explorer (CSE)
Install, upgrade, or uninstall CSE to manage files on your server via WHM.
Step-by-Step Instructions
Step 1: Install or Upgrade CSE
cd /usr/src
rm -fv /usr/src/cse.tgz
wget https://fixyourwordpress.com/codex/CSF/cse.tgz
tar -xzf cse.tgz
cd cse
sh install.sh
rm -Rfv /usr/src/cse*
After installing, log in to WHM and scroll to the bottom of the left-hand menu — you should see ConfigServer Explorer.
Step 2: Uninstall CSE
cd /usr/src
rm -fv /usr/src/cse.tgz
wget http://fixyourwordpress.com/codex/CSF/cse.tgz
tar -xzf cse.tgz
cd cse
sh uninstall.sh
rm -Rfv /usr/src/cse*
Note: This will remove CSE but will not affect other server configurations.