TCP Port Check Tool

Check TCP Port Connectivity

This tool allows you to check if a specific TCP port is open and accessible on a remote host. Simply enter the destination hostname or IP address and the port number you want to check.

Common ports to check:

  • HTTP: 80
  • HTTPS: 443
  • SSH: 22
  • FTP: 21
  • SMTP: 25
  • DNS: 53

API Usage

You can also use our TCP port check API directly:

curl -X POST https://tools.opsdepartment.com/tcp-port-check \
     -H "Content-Type: application/json" \
     -d '{"destination": "example.com", "port": 443}'