In PRTG6 visitors to the web interface had "read-only" access. To achieve the same effect in PRTG 7 I would suggest the following approach:
Create a new read-only user account
- Go to Setup|User Accounts
- Click on "Add New User" to Create a new user
- Select a simple username and password
- Set the "Account Type" to "Read Only User"
- In the "Primary Group" drop down select "Create new user group for this user"
- Click Continue
Set the necessary user rights
- Click on "Devices" to go to the "Root" group (or any other group further down in the tree, as needed)
- Click on "Settings"
- In the "Access Rights" section find the usergroup which has the name of the new user added above
- For this group select "Read" from the dropdown
- Click on Save
Give your users a direct authentication link
Now your users can log into PRTG's web interface using the username/password that you selected above.
Or you give your users a link with authentication built into it:
http://prtg.ip/group.htm?id=0&username=myusername&password=mypassword
This link will immediately log into the web interface with the respective user account.
You can user this type of login with all URLs of the PRTG interface.
Change the Default Admin Password
Make sure that you change the default administrator login from prtgadmin / prtgadmin to a something safe!
See also
How can I safely publish my PRTG data?
Add comment