ConfigServer Explorer (CSE)
A user friendly file explorer and ssh console inbuilt into whm, allows you todo 99% of things that can be done through external ssh programs in whm, it saves an awful lot of time!
It has its own install guide but this is a basic step by step guide to make it easier for people who don't understand exactly what they are doing with the exact commands to run in SSH, so you can just copy and paste from here.
Step 1 - Download the file to your server:
PHP Code:
http://www.configserver.com/free/cse.tgz
Step 2 - Untar the file
PHP Code:
tar -xzf cse.tgz
Step 3 - Change to the cse directory and execute the install file:
PHP Code:
cd cse/
sh install.sh
Step 4 - Removing the install files:
PHP Code:
cd ../
rm -fv cse.tgz
rm -Rfv cse
After that its done login to whm and scroll to the bottom and its there to be used as you choose, for people new to ssh PLEASE BE VERY CAREFUL WHAT YOU DO, there are some files that you should not touch, so if you don't know what you are doing, don't do it!
Along with the original installation documentation:
http://www.configserver.com/free/cse/INSTALL.txt
For more information see there site:
http://www.configserver.com/cp/cse.html