Wifi – How to monitor the users’ actions on the network

network-monitoringwifi

I need to monitor users on my network. I currently use a captive portal router that gives users access and assigns them dynamic IP addresses. How can I monitor which sites my users are browsing and the amount of bandwidth they are consuming?

Best Answer

Try ntop. From the description:

ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well.

Here's a screenshot showing some of the automatic graphs that it produces:

ntop search

Related Topic