← Back

Port Checker

Check if TCP and UDP ports are open on any IPv4 address. Leave IP blank to check your own IP.

Your IP: 10.1.76.177,216.73.216.208

Check Port

TCP + UDP
By default, the StarRupture server will listen on port 7777. Both TCP and UDP will be checked.

API Usage

Use this endpoint programmatically with GET or POST requests:

GET http://starrupture-utilities.com/port_check/index.php?ip=1.1.1.1&port=7777&format=json
POST http://starrupture-utilities.com/port_check/index.php
Content-Type: application/json
Body: {"ip": "1.1.1.1", "port": 7777}
Omit the ip parameter to check the requester's IP address.
Both TCP and UDP are always checked. A security warning is returned if both are open.