Port Scan Helper

For security and policy reasons, we don't perform server-side port scans here. Use trusted external tools:

Tip: For local network checks, run from the affected environment. Example commands:

# Linux/macOS
nc -vz example.com 443

# Windows PowerShell
tnc example.com -port 443