- Solution 1: Copy the HTML code of the <form> tag from PRTG's login webpage and place it on your own website (note: the login form where you enter your credentials must not necessarily be served by the PRTG Webserver)
- Solution 2: Make a copy of PRTG's default login page (file "login.htm" in the "/PRTG Network Monitor/website/public/" folder, e.g. into login2.htm), edit it as necessary (make sure youkeep the <#include file="includes\loginform.htm"> placeholder) and then give the customer this unqiue url (e.g. http://prtgserver/public/login2.htm).
<html> <body> <#include file="includes\loginform.htm"> </body> </html>