Am I Open

A small, terminal-friendly utility for checking your ports and your IP address.

Your IP address: 18.226.98.244

Your User-Agent (Header): Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Check if your port is reachable:
$ curl amiopen.now/<port>

// Example
$ curl amiopen.now/80
> open
Check if an IP address is reachable:
$ curl amiopen.now/<ip address>/<port>

// Example
$ curl amiopen.now/1.1.1.1/53
> open
Check if your ISP is blocking a port:
$ telnet amiopen.now <port>

// Example
$ telnet amiopen.now 80
Hint: You can also check if you can access SSH by using:
$ ssh hello@amiopen.now
No logs are stored. I have no idea that you were here.