WHOIS: How to Check Domain Information
22 Feb 2026
Checking open ports is one of the most crucial tasks for server administrators and web developers. An open port means there is a service on the server accepting connections. However, each open port is a potential vulnerability.
Network ports are logical connection points through which applications exchange data. Each port has a number ranging from 0 to 65535. The most common ports are:
The easiest way is to use the Xuvero online port scanner. Enter an IP address or domain, select the ports, and get results in seconds. The tool uses parallel connections for fast checking of multiple ports simultaneously.
nmap -sT -p 80,443,22,3306 example.comNmap will show the status of each port: open, closed, or filtered.
telnet example.com 80If a connection is established, the port is open. If "Connection refused," it's closed.
nc -zv example.com 80-443The -z flag performs scanning without sending data, -v β provides detailed output.
Regularly checking ports is basic server security hygiene. Use Port Checker from Xuvero for quick online diagnostics or nmap for deep analysis.
22 Feb 2026
19 Feb 2026
17 Feb 2026
Get notified when we publish new articles, tools, and updates.
Sign up for free β save results, get 10 daily uses, and access all tools.
Sign up for free