ConfigServer Explorer provides you with a full featured Filesystem , Functions for files and directories:
- Copy
- Delete
- Rename
- Move
- CHMOD (change permissions)
- CHOWN (change ownership)
How to install ConfigServer Explorer on cPanel server
Open a Shell Terminal (e.g. PuTTY) and SSH to your server. Run the following commands:
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*
Thats it .