Port Check

Check Port Open Status

Common Ports Reference

PortServiceDescriptionAction
80HTTPDefault web server port
443HTTPSEncrypted web traffic, SSL/TLS
8080HTTP ProxyCommon web proxy/alternate HTTP
8443HTTPS AltAlternate HTTPS, often admin panels
3000Node.jsNode.js default port
8000Django/PythonPython web dev common port
9090PrometheusPrometheus monitoring default

⚠️ Port Security Tips

  • Only scan servers you are authorized to test. Unauthorized scanning may be illegal.
  • Close unnecessary ports in production — follow the principle of least privilege.
  • Database ports (3306, 5432, 6379 etc.) should not be exposed publicly; access via SSH tunneling.
  • Use firewalls (iptables, ufw) to restrict port access by source IP.
  • Regularly audit open ports and close unused services.
  • Change the default SSH port 22 to a non-standard port to reduce brute-force attacks.

Port Check Tool Guide

Key Features

  • Command Generation - One-click generation of nc, nmap, telnet, curl commands
  • Common Ports - Quick select from 9 common service ports
  • Batch Check - Check multiple ports at once
  • Port Reference - Browse common ports by category

Use Cases

  • Verify ports are listening after deployment
  • Troubleshoot network connectivity issues
  • Security audit for port exposure
  • Confirm firewall rules are working

常见问题

相关工具