Site icon Aminserve

Check the list of Ips that connected to your server

use this command in ssh:

netstat -plan|grep :80|awk {‘print $5’}|cut -d: -f 1|sort|uniq -c|sort -n

Exit mobile version