Skip to content

A Minecraft IP checker server where you can see which IP address you use to connect to a server. ipchecker.robotig.xyz

Notifications You must be signed in to change notification settings

Robotig6282/IpChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IpChecker

A minimal Minecraft server that displays client IP addresses.

Usage

./ipchecker                    # Quiet mode (default)
./ipchecker -debug             # Verbose logging
./ipchecker -motd-ip-show      # Show client IP in MOTD
./ipchecker -port=25566        # Custom port
./ipchecker -v                 # Show version

How it works

  1. Listens on TCP port 25565 (configurable)
  2. Parses Minecraft handshake packets to extract protocol version
  3. Handles status requests (server list pings)
  4. Disconnects login attempts with the client's IP address and protocol version

Build

go build -o ipchecker main.go

Online

Hosted at: ipchecker.robotig.xyz

About

A Minecraft IP checker server where you can see which IP address you use to connect to a server. ipchecker.robotig.xyz

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages