I am looking to changed the image on the login screen to fit my companies default webpage layout. I saw there was a guide to do this for PRTG 7 but it does not see to work in PRTG 9. Any help would be greatly appreciated.


Article Comments

Important note: The current customization approach is unsupported and deprecated as of versions 17.3.34/17.4.35. For more details, see What is your position towards customizing the PRTG web interface?

Important Notice

PRTG Network Monitor Version 9 or Later

Rebranding the web interface and adding custom CSS, HTML or javascript code is supported by the PRTG API. Please log into your PRTG installation and navigate to Setup | PRTG API and click the Website Styling tab for detailed information.




This article applies to PRTG Network Monitor 7 and 8

Re-Brand PRTG

If not existing, please add the file

<prtg installfolder>\website\css\customerstyles.css

there you then can define your own CSS rules for the modification for the main web interface.

The login page uses the simplified CSS, the file is

<prtg installfolder>\website\css\css\customerstyles_mini.css

Mar, 2012 - Permalink

Thank you for the response. I have made the changes to the Login.htm and uploaded a new image but it does not seem to be showing up no matter what I do. Do I need to restart the PRTG server?


Mar, 2012 - Permalink

Hi,
yes you should definitely try restarting the PRTG Core Service.
Does the picture show up then?
Best regards


Mar, 2012 - Permalink

Perfect. I got it working. Do you know what the font is that you use for say the top text PRTG Network Monitor once logged in?


Mar, 2012 - Permalink

Please note that the login page uses the simplified CSS, the file for your own styles is

<prtg installfolder>\website\css\css\customerstyles_mini.css

Mar, 2012 - Permalink

Thank you. Again, do you know what the what font is used for the PRTG and Paessler logos on the top of the page once logged in.


Mar, 2012 - Permalink

Hi,
sorry somehow, that got lost. ;)
Please find below all specs fo the used fonts:

font-family: "Segoe UI", Tahoma, Arial, Helvetica, Verdana,sans-serif;
font-size: 11px;

Best regards


Mar, 2012 - Permalink