IP Address Tracking
Learn how to use IP-Tracker to geotag IP addresses and retrieve detailed geolocation information using two different API providers.Accessing the IP Tracking Menu
Launch the application
When you start IP-Tracker, you’ll see the main banner:The main menu will display three options:
Choose tracking method
Select your preferred method:
- Option 1: Uses ip-api.com (provides comprehensive information)
- Option 2: Uses ipinfo.io (alternative provider)
- Option 3: Compares both APIs side-by-side
- Option 99: Returns to main menu
Enter IP address
When prompted, enter a valid IPv4 address:
The IP address must be in standard IPv4 format: four octets separated by dots (e.g.,
8.8.8.8, 192.168.1.1)Understanding the Results
Method 1 Output (ip-api.com)
When using Method 1, you’ll receive comprehensive geolocation data:- IP: The queried IP address
- País/Country: Country name and ISO code
- Región: State or region name
- Ciudad: City name
- Código postal: ZIP/postal code
- Coordenadas: Latitude and longitude
- Zona horaria: Time zone identifier
- ISP: Internet Service Provider name
- Organización: Organization owning the IP block
- AS: Autonomous System information
- Google Maps link: Direct link to view location
Method 2 Output (ipinfo.io)
Method 2 provides similar information with some differences:- Hostname: Reverse DNS hostname (if available)
- Results are saved with
_metodo2suffix for easy differentiation
Valid IP Address Formats
Error Messages and Solutions
”Dirección IP inválida”
Cause: The IP format doesn’t match IPv4 standards or octets are out of range. Solution: Verify your IP follows the formatxxx.xxx.xxx.xxx where each xxx is 0-255.
”IP inválida o privada”
Cause: The API cannot geolocate private/reserved IP ranges (e.g., 192.168.x.x, 10.x.x.x). Solution: Use a public IP address. Private IPs don’t have geographic location data.”Tiempo de espera agotado”
Cause: Network timeout (10 seconds) was reached. Solution: Check your internet connection and try again.”No se pudo conectar al servidor”
Cause: Cannot reach the API endpoint. Solution: Verify your internet connection is active and not blocking API requests.Best Practices
Saved Results
All results are automatically saved to theResultados_Tracker/ directory with timestamps:
- Method 1:
IP_<address>_<timestamp>.txt - Method 2:
IP_<address>_metodo2_<timestamp>.txt
IP_8.8.8.8_20260304_143052.txt
The files contain:
- Full query timestamp
- All geolocation data
- Google Maps link for visualization
- Formatted for easy reading and reporting
Navigation
- Press
ENTERafter viewing results to continue - Enter
99to return to the main menu - Press
CTRL+Cto exit the application at any time