Back to commands

Connections

netstat

Display active network connections.

Explanation

Netstat displays active network connections and listening ports. It helps reveal what a device is connected to and which local ports are open.

Syntax

netstat

Show active connections

Active Connections
Proto  Local Address      Foreign Address      State
TCP    192.168.0.27:5050  142.250.190.14:443   ESTABLISHED

Use this to inspect current connection activity.

Related Guides

Related Tools