Skip to content

🔎 Online Port Scanner

Check open TCP ports on any public server or IP address. Choose a port preset and start scanning.

TCP PortsOpen and closed ports on host
Top-100 PortsMost commonly used services
Service DetectorHTTP, SSH, FTP, SMTP and more
Fast ScanParallel port checking

Why teams trust us

1000+
ports checked
Top-100
services in DB
Fast
parallel scanning
Free
no limits

How it works

1

Enter host or IP

2

Scan TCP ports in parallel

3

Get open services list

Why scan ports?

Port scanning shows which TCP ports are open on a server. It helps identify unnecessary services, verify firewall rules, and ensure sensitive ports are closed to external access.

Parallel Scan

Check hundreds of ports in parallel — results in seconds, not minutes.

Service Detector

For each open port show the standard service: HTTP(80), SSH(22), MySQL(3306).

Risk Rating

Critical ports (23, 3389) are flagged as potentially dangerous.

Custom Range

Specify a custom port range for specific audit tasks.

Who uses this

Security

open port audit

DevOps

firewall rule check

Sysadmins

service inventory

Developers

network connection debugging

Common Mistakes

Leaving port 22 open for allSSH on a public IP is a brute-force target. Restrict by IP or change the port.
Open database ports3306 (MySQL), 5432 (PostgreSQL) should not be accessible from the internet.
Not checking after changesServer updates can open new ports. Check after every update.
Telnet (23) remains enabledTelnet transmits data in plaintext. Replace with SSH and close port 23.

Best Practices

Minimal ports principleOnly ports genuinely needed by a service should be open.
Restrict by IPSSH, admin panel — only from your office IP or VPN.
Check regularlyMonthly port audit catches accidentally opened services after updates.
Use a firewallUFW or iptables — control incoming traffic at the OS level.

Monitor servers automatically

Ping monitor checks port availability and alerts on changes.

Sign up free

Online Port Scanner — Check Open Ports for Any Host

This free online port scanner checks whether TCP ports are open or closed on any public server or IP address. It covers the most common ports used by web servers, mail servers, databases, and other network services.

Open ports indicate active services. Unexpectedly open database ports (MySQL, PostgreSQL, Redis, MongoDB) without firewall protection are a serious security risk and should be investigated immediately.