Show connections to Server
Posted: Mon Aug 11, 2025 8:33 pm
Hello, is there a way to see all the current connection to the webserver?
Forum of Webmaster2020.com
https://www.webmaster2020.com/forum/
Code: Select all
netstat -ln | grep 80
Code: Select all
ss -ant | grep :80 | wc -l
Code: Select all
ss -ant | grep :443 | wc -l