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:
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}'