Contact support

Networking & Infrastructure

Checking Open Network Ports / Inbound connection

There is a powershell /CMD elevated command you can use to view all the inbound connections made to a server.

it is called Netstat

"netstat -a -n -o"
This will list all open ports, protocols and ports and will give you the Inbound source IP of customers connecting to the server.

Checking Open Network Ports / Inbound connection