Port Checker App - Check Open Ports For FREE
Port checker is a free online port scanner web app used to check the status of a network port on a device over an IP address (usually a server or computer) to determine whether it is open, closed, or filtered.
This is useful for network troubleshooting, verifying firewall configurations, or checking if a service (like a web server, FTP, or game server) is accessible from the internet.
How Many Most Commonly Used Ports Are There?
There are 28 most commonly used ports including:
Port Number | Service |
---|---|
194 | IRC (Internet Relay Chat) |
161 | SNMP (Simple Network Management Protocol) |
465 | SMTPS (Simple Mail Transfer Protocol over SSL) |
53 | DNS (Domain Name System) |
5631 | PC Anywhere |
110 | POP3 (Post Office Protocol 3) |
445 | SMB |
443 | SSL / HTTPS (Hypertext Transfer Protocol Secure) |
5900 | VNC |
993 | IMAPS (Internet Message Access Protocol over SSL) |
115 | SFTP (Secure File Transfer Protocol) |
8333 | Bitcoin |
554 | RTSP (Real Time Stream Control Protocol) |
3306 | MySQL |
873 | RSYNC (RSYNC File Transfer Services) |
5432 | PostgreSQL |
6379 | Redis |
3389 | RDP (Remote Desktop Protocol) |
80 | HTTP (Hypertext Transfer Protocol) |
22 | SSH (Secure Shell) |
25 | SMTP (Simple Mail Transfer Protocol) |
20 & 21 | FTP (File Transfer Protocol) |
25565 | Minecraft |
143 | IMAP (Internet Message Access Protocol) |
23 | Telnet (Remote Login Service) |
123 | NTP (Network Time Protocol) |
11211 | Memcached |
995 | POP3S (Post Office Protocol 3 over SSL) |
How To Check Open Ports?
To check open ports on a device, use our free port checker app. Just enter the port number and the IP address of the device you want to check open ports for.
How To Check Open Ports On Windows?
To check open ports on windows use this command in windows CLI: netstat -ano
How To Check Open Ports On Mac?
To check open ports on a mac use this command in CLI: netstat -tulpn
How To Check Open Ports On Linux?
To check open ports on linux use this command in the CLI: netstat -tulpn
How To Check Open Ports On Android?
To check open ports on android use the free Port Droid app on the google play store.
How To Check Open Ports On A Router?
To check open ports on a router, use our free online port checker app.
How To Open A Port?
To open a port, configure your firewall or router depending on whether the port is for local access or external access.
How To Close A Port?
To close a port, configure your firewall or router accordingly.
What Is Port Forwarding?
Port forwarding is a networking technique that allows external devices to access services on a private network by redirecting network traffic from one network port to another. It's commonly used to make services running on devices behind a router or firewall accessible from the internet.
How To Check Port Forwarding?
Port forwarding or port mapping is a networking technique that allows external devices to access services on a private network by redirecting communication requests from one address/port combination to another.
How To Check Port Forwarding For IPV6?
To check port forwarding, use our free online port checker app.
If the response is successful means port forwarding is working, else it’s not working.
How To Check Port Forwarding For TCP?
To check port forwarding for IPV6, use our free port checker app.
How To Check Port Forwarding For UDP?
To check port forwarding for IPV6, use our free port checker app.
How To Check Port Forwarding For Windows?
To check port forwarding for IPV6, use our free port checker app.
How To Check Port Forwarding For Android?
To check port forwarding for IPV6, use our free port checker app.
What Are The Benefits Of An IP Port Checker App?
There are 3 benefits of an IP port checker including:
Quick and Easy Port Testing
Instantly check if a specific port on your network or device is open and accessible from the internet—no software installation required.
Helps Troubleshoot Connectivity Issues
It’s useful for diagnosing issues with gaming, remote desktop, or web servers by confirming whether firewall or NAT settings are blocking a port.
Improves Network Security Awareness
Helps identify open ports that might expose your system to unauthorized access, enabling you to take corrective action like closing unused ports.
What Is A Port?
A port is a numerical identifier that helps direct network traffic to the correct application or service on a device.
Port ranges from 0 to 65535.
How Many Types Of Ports Are There?
There are 2 types of ports namely UDP and TCP.
What Is A UDP Port?
A UDP port is a connectionless communication protocol in the Internet Protocol (IP) suite commonly used for speed-sensitive transmissions like video streaming, online gaming, and VoIP (Voice over IP).
UDP doesn't establish a connection, doesn't guarantee delivery, and doesn’t check for errors or order—making it faster but less reliable.
What Is A TCP Port?
A TCP port is a connected communication protocol in the Internet Protocol (IP) suite commonly used for non-speed-sensitive transmissions like web browsing, email, and file transfers.
TCP establishes a connection, guarantees delivery, and checks for errors or order—making it reliable but slower.