Online Port Scanner — Free Nmap TCP Scan

An online port scanner probes a target host for open TCP and UDP ports by sending crafted packets and interpreting responses — revealing which network services are reachable and whether firewalls filter traffic, using engines like Nmap or Masscan without local installation.

Enter an IPv4 address, IPv6 address, or hostname and click Scan. ScanSuite runs an Nmap TCP SYN scan against the top 100 most common ports from cloud nodes, streaming open, closed, and filtered results to your browser. Free tier requires no signup; Premium unlocks full port ranges, UDP, Masscan, and OS fingerprinting.

Port scanning is the process of probing a network host to determine which TCP or UDP ports accept connections, which are closed, and which are obscured by firewalls. Every exposed service — web servers on 443, SSH on 22, databases on 3306 — listens on a port. Mapping that surface is a foundational step in network security assessments, penetration testing, and system administration.

ScanSuite's online port scanner brings Nmap-grade discovery to your browser. The free tier performs a TCP SYN scan of the top 100 most frequently open ports against any public IPv4 or IPv6 target, streaming results in real time without installing Nmap, Zenmap, or Masscan locally. Premium subscribers unlock custom port ranges up to all 65,535 TCP and UDP ports, the Masscan high-speed engine, service version detection, OS fingerprinting, and permanent private reports.

ScanSuite's free online port scanner uses Nmap to perform TCP SYN scans against the top 100 ports on any public IPv4, IPv6, or hostname target. Results stream in real time showing open, closed, and filtered port states. Premium unlocks Masscan, UDP scanning, custom port ranges, service version detection, and OS fingerprinting — a browser-based alternative to Nmap CLI and Zenmap for external exposure assessment.

Frequently Asked Questions

What is an online port scanner?
An online port scanner is a browser-based tool that probes a target host for open, closed, and filtered network ports without installing desktop software like Nmap or Masscan. Port scanning sends crafted TCP or UDP packets to numbered ports and interprets responses according to RFC 793 semantics. An open port responds to a TCP SYN probe with SYN-ACK, indicating a listening service. A closed port returns RST. A filtered port produces no response when a firewall drops the packet. ScanSuite uses the Nmap engine from cloud scan nodes, giving an external perspective on which services — web servers, SSH, databases — are reachable from the internet.
How does the ScanSuite port scanner work?
When you enter a target and click Scan, ScanSuite validates the address, resolves hostnames via DNS if needed, and dispatches an Nmap TCP SYN scan to a cloud node. The free tier probes the top 100 most frequently open TCP ports — the same frequency-ranked list Nmap maintains from real-world statistics and IANA registry data. Each port receives a SYN packet without completing the three-way handshake, minimizing connection logs. Responses are classified as open (SYN-ACK), closed (RST), or filtered (timeout or ICMP unreachable). Results stream to your browser in real time. Completed scans produce a structured report with port number, state, and service name plus a shareable public URL valid for 24 hours.
What is a TCP SYN scan?
A TCP SYN scan, Nmap's default stealth mode (-sS), sends a SYN packet to each target port without completing the three-way handshake defined in RFC 793. If the port is open, the target responds with SYN-ACK. The scanner sends RST to tear down the half-open connection rather than completing the handshake with ACK. Closed ports respond with RST immediately. Filtered ports produce no response within the timeout period. SYN scanning is faster and quieter than a full connect scan (-sT) because it never establishes complete TCP sessions. ScanSuite's free tier uses Nmap SYN scanning for accurate port state detection with fewer connection log entries on the target.
What do open, closed, and filtered ports mean?
Open means a service is actively listening and accepted the TCP SYN probe with SYN-ACK — this port accepts connections and may present an attack surface requiring hardening. Closed means the host is reachable but no service listens; the host responds with RST. Filtered means a firewall, router ACL, or IPS dropped the probe or returned ICMP administratively prohibited — the scanner cannot determine whether a service listens behind the filter. Filtered results are common on cloud targets protected by security groups. Open ports warrant immediate security review. Filtered ports document active network defenses. Closed ports confirm no externally exposed service on that port.
Which ports does the free scanner check?
The free tier scans the top 100 most common TCP ports as defined by Nmap's frequency statistics, cross-referenced with the IANA service port registry. This list includes SSH (22), Telnet (23), SMTP (25), DNS (53), HTTP (80), POP3 (110), NetBIOS (139), HTTPS (443), SMB (445), SMTPS (465), IMAPS (993), Microsoft SQL Server (1433), Oracle (1521), MySQL (3306), RDP (3389), PostgreSQL (5432), and VNC (5900), among others. These ports cover the majority of externally exposed services found in production environments. The free tier also supports up to six custom ports alongside the top-100 scan. For comprehensive coverage of all 65,535 TCP ports, top-1000, or top-10000 ranges, upgrade to Premium ScanSuite.
Is this port scanner free?
Yes. ScanSuite's free online port scanner requires no signup or account. It performs an Nmap TCP SYN scan of the top 100 ports with real-time streaming output and a shareable public report link valid for 24 hours. Free tier includes host detection, basic service name mapping, and live scan feed. Premium ScanSuite adds custom port ranges up to all 65,535 TCP and UDP ports, the Masscan high-speed engine, UDP protocol scanning, Nmap service version detection (-sV), OS fingerprinting (-O), global scan region selection, scan scheduling, and permanent encrypted private reports. The free tier is designed for quick external exposure checks, education, and incident triage; Premium serves comprehensive security assessments and compliance workflows.