Today one user asked how to remove “Server Status” link from Cpanel on WHT. So i tryed to find it myself. Here is what i done.
Step 1
Login to server as root
Step 2
Change to Cpanel Skin folder
cd /usr/local/cpanel/base/frontend/x
x – because i use x skin on my servers. This is free skin by cpanel and is the default one. If you use other skin, change x with your own skin name.
Step 3
Edit index.html file with any text editor, i use vi
vi index.html
Step 4
Find following HTML code and delete it
Take a backup of index.html before doing this.