How to Find the Local IP Address of your FLEX Device
Finding IP via Router/Network Switch
🛜 Using a Router
Connect to your network
- Make sure you’re on the same Wi-Fi or Ethernet network.
Open a browser
Log in to the router
- Use your admin username/password
- (If you never changed it, it may be on a sticker on the router)
Find the device list
Look for sections like:
- “Connected Devices”
- “Device List”
- “DHCP Clients”
- “LAN Status”
Identify the device
You’ll see:
- Device name (hostname)
- IP address (like
192.168.x.x) - MAC address
🔌 Using a Managed Network Switch (if you have one)
(This only works if your switch has a web interface—unmanaged switches don’t track devices)
Open the switch’s web interface
- Enter its IP address in your browser
- Log in
Check client/device info
Look for:
- “MAC Address Table”
- “ARP Table”
- “Connected Devices”
Match MAC → IP
- Switches usually show MAC addresses
- Some higher-end ones also show IPs
- You may need to cross-reference with your router
Finding IP via Command Prompt/Terminal
💻 Windows (Command Prompt)
- Open Command Prompt: press Windows Key + R, type "cmd", press enter
- Type "arp -a", press enter
- You'll see a list of local IP addresses and their corresponding Mac addresses
🍎 macOS (Terminal)
- Open Terminal: press Command Key + Spacebar, type "terminal", press enter
- Type "arp -a", press enter
- You'll see a list of local IP addresses and their corresponding Mac addresses