It facilitates you with the root access from the top level of your disks and allows you to enter non-interactive commands.
- To install Connect to your server via SSH with root user. Once you’re logged in with root privileges, Run the following commands one by one.
cd /usr/src
rm -fv /usr/src/cse.tgz
wget https://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh install.sh
rm -Rfv /usr/src/cse*
If everything will go well, you will get a notification that ConfigServer Explorer has been installed successfully.
Login to WHM and scroll down to the bottom, at the left hand menu and you should see a new entry called ConfigServer Explorer. By clicking on that option, you will be taken to the root directory of your installation.
- To uninstall ConfigServer Explorer- CSE, issue following commands from SSH.
cd /usr/src rm -fv /usr/src/cse.tgz
wget http://www.configserver.com/free/cse.tgz
tar -xzf cse.tgz
cd cse
sh uninstall.sh
rm -Rfv /usr/src/cse*