Skip to main content

Server Information in Sidebar

Comments

3 comments

  • m4f1aboy
    This is WHM version 58 build 12.
    0
  • cPanelMichael
    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
  • cPanelAdamF
    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.