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.
7 Replies
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
Created on Mar 19, 2012 1:41:25 PM by
Konstantin Wolff [Paessler Support]
Last change on Aug 10, 2018 8:17:04 AM by
Brandy Greger [Paessler Support]
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?
Hi,
yes you should definitely try restarting the PRTG Core Service.
Does the picture show up then?
Best regards
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?
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
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.
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
Add comment