This guide explains how to find the IP address of the ODU (Outdoor Unit) and access its WEB UI. It provides two methods:
- Primary Method: Using Termux and
nmapfor fast command-line scanning. - Alternative Method: Using the PingTools Network Utilities app if Termux fails.
Ensure you have the following apps installed on your Android device:
- J** Field Diagnostic App
- J** Home App
- Termux
- (Optional) PingTools Network Utilities: Download from Play Store
-
Install J** Apps
- Install J** Field Diagnostic App and J** Home App from the Google Play Store.
-
Login
- Open J** Home App.
- Log in using your J** account credentials.
-
Scan QR Code
- Open the J** Field Diagnostic App.
- Scan the QR code on the ODU.
-
Pair & Enable Bluetooth Tethering
- When prompted, open J** Home App.
- Follow instructions to pair and enable Bluetooth tethering.
- Keep both apps running in the background.
Open Termux and run:
ifconfigLook for a bt-pan interface, e.g.:
bt-pan: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.44.1 netmask 255.255.255.0 broadcast 192.168.44.255
If
bt-panis not visible, make sure both J** apps are open and tethering is active.
Run:
nmap -p 443 192.168.44.0/24Example output:
Nmap scan report for 192.168.44.1 (gateway)
443/tcp closed https
Nmap scan report for 192.168.44.150 (ODU)
443/tcp open https
The IP with port 443 open (like
192.168.44.150) is your ODU's address.
-
Install the App
- Get PingTools: Google Play Store
-
Open Subnet Scanner
- Tap menu icon (β°) > "Subnet Scanner"
-
Configure IP Range
- Tap settings icon (βοΈ) > Manual Configuration
- Set:
- Start IP:
192.168.44.0 - End IP:
192.168.44.255
- Start IP:
- Tap Save
-
Start Scan
- Tap Scan to begin.
- Look for a device with port 443 open or labeled ODU
-
Open a browser on your phone.
-
Go to:
https://<ODU-IP>Example:
https://192.168.44.150 -
Tap "Advanced > Proceed" if a security warning appears.
- Ensure Bluetooth tethering is enabled.
- Keep J** apps running in the background.
- If Termux shows no
bt-pan, restart Bluetooth and reconnect. - Retry scanning via Termux or use PingTools as a fallback.
β Use Termux for speed and precision. Use PingTools for a user-friendly visual method.