Port 445 — SMB

Server Message Block. Windows file and printer sharing. Often targeted by malware — block from internet.

Is Port 445 Open on Your Server?

Test it now with our Port Scanner

Port 445 Details

Port445
ServiceSMB
ProtocolTCP
EncryptedNo
Common UseServer Message Block

How to Check Port 445

Online: Use our Port Scanner — enter your IP and port 445.

Command line:

nc -zv your-server-ip 445 (Mac/Linux)

Test-NetConnection -ComputerName your-server-ip -Port 445 (PowerShell)

Check locally:

ss -tlnp | grep :445 (Linux)   netstat -an | findstr :445 (Windows)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet