Page 1 of 1

user activity monitor

Posted: Wed Apr 18, 2012 3:29 pm
by jawaid
we are using Mikrotik RB-1000. how can i monitor real time user activity (web browsing)

Re: user activity monitor

Posted: Thu Apr 19, 2012 6:56 am
by aacable
Without using web proxy it is hard to view live activity of users.

The best approach should be to use proxy (preferably external proxy like squid) then you can store your users web activity along with there ip address, and later on using these logs, you can generate reports for top users / websites usage etc.

You can also use Mikrotik builtin Web proxy, and store its log to any windows / linux base syslog server. Its easy to configure.

Re: user activity monitor

Posted: Mon Dec 03, 2012 11:36 am
by theviper0308
Without using web proxy it is hard to view live activity of users.

The best approach should be to use proxy (preferably external proxy like squid) then you can store your users web activity along with there ip address, and later on using these logs, you can generate reports for top users / websites usage etc.

You can also use Mikrotik builtin Web proxy, and store its log to any windows / linux base syslog server. Its easy to configure.

how to do that?
before this im done using sqstat php with squid proxy.

but now i cant get this working on mikrotik web proxy.

thanks. :)