Install the complete package with local command reference and every published mode.
install tcptcpUse
A plain probe answers whether
tcp <host|ip|me> <port> [options]tcp me 443use the current host
tcp example.com 443test a
tcp example.com 443 -tlsopen a verified TLS connection
tcp example.com 443 -tls -ishow TLS protocol, cipher and certificate details
tcp example.com 443 -tls -kallow an insecure TLS certificate
-t [seconds]use 5 seconds (or a timeout from 1 to 300)
-Tuse a 300-second timeout
-4 | -6use IPv4 or IPv6
-tlsenable TLS with certificate verification
-ishow TLS connection and certificate details
-kallow an insecure TLS certificate (requires -tls)
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install tcpInstall the reduced package. Local reference is omitted;
install tcp -mInstall exactly this published version.
install tcp -v 1.2.2Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade tcpRemove the extension block while leaving the core and unrelated modules intact.
install tcp -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
tcp example.com 443 | tcp example.com 443 -tls -iHost example.com
IP 93.184.216.34
Port 443
Protocol TCP
Status open
Time 18.4 ms
Host example.com
IP 93.184.216.34
Port 443
Protocol TLS
Status open
Time 22.1 ms
TLS TLSv1.3
Cipher TLS_AES_256_GCM_SHA384
Bits 256
Issuer Example CAtcp example.com 443 -tlsHost example.com
IP 93.184.216.34
Port 443
Protocol TLS
Status open
Time 22.1 mstcp example.com 443 -tls -iHost example.com
IP 93.184.216.34
Port 443
Protocol TLS
Status open
Time 22.1 ms
TLS TLSv1.3
Cipher TLS_AES_256_GCM_SHA384
Bits 256
Subject CN=example.com
Issuer Example CA
Valid from 2026-01-01 00:00:00 UTC
Valid to 2027-01-01 00:00:00 UTCtcp example.com 443 -4Host example.com
IP 93.184.216.34
Port 443
Protocol TCP
Status open
Time 18.4 mstcp example.com 443 -t 2Host example.com
IP 93.184.216.34
Port 443
Protocol TCP
Status open
Time 18.4 mstcp example.com 443 -tls -kHost example.com
IP 93.184.216.34
Port 443
Protocol TLS
Status open
Time 22.1 mstcp example.com 70000Invalid port