PDA

View Full Version : Web Access Logging



Grimtas
10-06-2016, 04:53 AM
I'm seeing some unusual IP addresses on my firewall that have successfully connected to the web portal. I'm trying to identify the account used to access during a specific time period to match an account to an unusual IP address to see if a password has been hacked. I don't want unauthorized access to my media server from a compromised account. Is there any web access logging in version 5.0.5.0 or planned in a future roadmap? I have the access notifications turned on but I'm not always on my media server to see the connections real-time.

Peter
10-06-2016, 08:58 AM
There is no specific web access logging in version 5.0.5.0, you could use diagnostic logging to track access http://www.mezzmo.com/wiki/doku.php?id=using_logging&s[]=diagnostic then look for all the GET / requests in the log to see the IP addresses of the originating request and this should also tell you the account used. We have plans to introduce logging for Web Access in a future update.

Grimtas
10-06-2016, 02:08 PM
Thank you for the quick reply Ill look into the diagnostic logging for the short term.