ConfigServer Explorer
To install or upgrade cse simply do the following from the root shell via SSH:
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*
Then login to WHM and scroll to the bottom of the left hand menu and you should see “ConfigServer Explorer”
If you want to uninstall, simply:
cd /usr/src
rm -fv /usr/src/cse.tgz
wget http://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh uninstall.sh
rm -Rfv /usr/src/cse*
ConfigServer Mail Manage
To install or upgrade cmm simply do the following from the root shell via SSH:
cd /usr/src
rm -fv /usr/src/cmm.tgz
wget http://download.configserver.com/cmm.tgz
tar -xzf cmm.tgz
cd cmm
sh install.sh
rm -Rfv /usr/src/cmm*
Then login to WHM and scroll to the bottom of the left hand menu and you should see “ConfigServer Mail Manage”
If you want to uninstall, simply:
cd /usr/src
rm -fv /usr/src/cmm.tgz
wget http://download.configserver.com/cmm.tgz
tar -xzf cmm.tgz
cd cmm
sh uninstall.sh
rm -Rfv /usr/src/cmm*
ConfigServer Mail Queues
To install or upgrade cmq simply do the following from the root shell via SSH:
cd /usr/src
rm -fv /usr/src/cmq.tgz
wget http://download.configserver.com/cmq.tgz
tar -xzf cmq.tgz
cd cmq
sh install.sh
rm -Rfv /usr/src/cmq*
Then login to WHM and scroll to the bottom of the left hand menu and you should see “ConfigServer Mail Queues”
If you want to uninstall, simply:
cd /usr/src
rm -fv /usr/src/cmq.tgz
wget http://download.configserver.com/cmq.tgz
tar -xzf cmq.tgz
cd cmq
sh uninstall.sh
rm -Rfv /usr/src/cmq*
There are no comments