Server Information in Sidebar
I have "server status viewer" disabled in feature manager but in cPanel it still shows the link for "Server Information". How do you disable this in the sidebar? I find it a security risk to display such information to users.
-
This is WHM version 58 build 12. 0 -
Hello, The "Server Information" page in cPanel exists in order to provide basic information about the account and the server hosting the account. The "Server Status Viewer" feature refers to the specific section of this page called "Service Information". I've confirmed that disabling "Server Status Viewer" as a feature removes the "Service Information" section when browsing to this option in cPanel. If I understand correctly, you are looking for a way to completely disable references to "Server Information" in cPanel. I suggest opening a feature request for this via: Submit A Feature Request In the meantime, information on customizing Paper Lantern might interest you. The following document is a good place to start: Guide to cPanel Interface Customization - The styles.css File - Software Development Kit - cPanel Documentation Thank you. 0 -
The example code you'd want to use to hide the Server Information link is: #lnkServerInfo { display:none; }
This does not prevent access to the page, but it does hide the link.0
Please sign in to leave a comment.
Comments
3 comments