🔌 Connecting to the Scout
The Dronetag Scout features a built-in HTTPS management interface, accessible over your local network on port 443.
This interface allows you to:
- Preview detected data
- Configure network and system settings
- Manage the device securely
To access the interface, you must first determine the Scout’s IP address on your network.
There are two ways to reach the Scout:
- Through your network (DHCP) — the Scout obtains an address from your network's DHCP server and you discover it using an mDNS/Bonjour browser.
- Directly with a static IP — no network or DHCP server is required; you connect a computer straight to the Scout and use its fallback address.
🔍 Finding the Scout on Your Network
By default, the Scout is shipped with DHCP enabled. When powered and connected via Ethernet, the Scout will attempt to obtain an IP address automatically from your network's DHCP server.
If no DHCP server responds within 60 seconds, the Scout falls back to a static IP configuration — see Connecting Directly with a Static IP below. This fallback is temporary: the Scout keeps looking for a DHCP server and returns to a DHCP address automatically once one is available, so its address on your network may change from the fallback back to a DHCP-assigned one.
If you don’t know what IP address the Scout received from your DHCP server, use one of the following methods depending on your platform:
- Android
- iOS
- Windows
- macOS
- Linux
📱 Android – Bonjour Browser

Download Bonjour Browser on Google Play

- Install and open the app.
- Locate Dronetag Scout in the list.
- The IP address and hostname will be shown.
📱 iOS – Flame Services Browser

Download Flame Services Browser on App Store:

- Launch the app.
- Locate Dronetag Scout Serial number in the list.
- Find Dronetag Scout and note its IP address.
🪟 Windows – Bonjour Browser
Tool: Bonjour Browser
- Launch Bonjour Browser.
- Expand
_https._tcpsection. - Find the Dronetag Scout entry and view the IP address.
Ensure your firewall allows mDNS (UDP 5353) for discovery.
🍎 macOS – Built-in Bonjour
macOS has Bonjour (mDNS) support built in — no extra software is needed.
-
Open Terminal (Applications → Utilities).
-
Browse for HTTPS services on your network:
dns-sd -B _https._tcp -
Find the Dronetag SCOUT entry (it contains the device serial number) and stop browsing with
Ctrl+C. -
Resolve its IP address, replacing the hostname with the serial number from the previous step:
dns-sd -G v4 D1031854C53D1B8BD0.local
Alternatively, you can enter the hostname directly into your browser: https://<serial-number>.local