IP-Tracer Tool in Termux – IP Address Tracking & Usage Guide

IP-Tracer is a simple information gathering and IP address tracking tool that is used to find details about public IP addresses directly from the terminal. It can show information like country, city, ISP, timezone, latitude, longitude, and network details using an online IP API service. IP-Tracer was developed for Linux and Termux environments and can be used easily on Android devices through the Termux terminal application.

Below are the IP-Tracer installation and usage commands in Termux. You can copy the commands one by one and paste them into the Termux terminal to install and use the IP-Tracer tool.

IP-Tracer Installation Commands

First, update all Termux packages:

pkg update && pkg upgrade -y

Install Git package:

pkg install git -y

Clone the IP-Tracer GitHub repository:

git clone https://github.com/rajkumardusad/IP-Tracer.git

Move into the IP-Tracer directory:

cd IP-Tracer

Give executable permission to the installer:

chmod +x install

Run the installation script:

bash install

Check whether IP-Tracer is installed successfully:

trace

IP-Tracer uses ip-api service to retrieve IP address information directly from the terminal.

How to use IP-Tracer in Termux

IP-Tracer uses simple commands to track public IP address information directly from the Termux terminal. Below are some important usage commands that can be used for basic IP information gathering tasks.

Track your own public IP address:

trace -m

Track another IP address:

trace -t 8.8.8.8

Track a custom target IP address:

trace -t TARGET_IP

Open the IP-Tracer help menu:

trace

Use the alternative IP-Tracer command format:

ip-tracer -m

Track another IP using alternative command:

ip-tracer -t 1.1.1.1

Open the interactive IP-Tracer menu:

trace start

Update IP-Tracer tool:

trace update

Remove IP-Tracer from Termux:

trace -rm

Choose the command you want and IP-Tracer will automatically retrieve the available public IP address details directly inside the Termux terminal.

SHARE THIS POST: