Connect to a local LAN radio¶
Use this page to connect AetherSDR to a FLEX-8600 that is on the same LAN as your computer. AetherSDR discovers the radio automatically using mDNS β no IP address required.
Before you start¶
- The FLEX-8600 must be powered on and reachable on the same local network as your computer.
- AetherSDR must be running. The connection screen appears automatically before any radio is connected, or after a disconnect.
- Confirm that no VPN, guest Wi-Fi isolation, or host firewall is blocking mDNS/discovery traffic on your network.
Steps¶
- Open the connection screen. It appears automatically at startup. You can also open it at any time via
Settings > Connect to Radio.... - Click Local. This is the default mode, so it may already be selected.
- Wait a few seconds for the Available radios list to populate. AetherSDR listens for discovery packets from the radio; this normally completes within a few seconds.
- Click your radio in the Available radios list to highlight it.
- Click Connect Selected Radio.
The status label at the bottom of the panel updates through connecting and then connected states as the link is established.
What each control does¶
| Control | What it does | Persisted setting |
|---|---|---|
| Local / SmartLink / Manual | Switches the panel among the three connection modes. Default mode on first launch is Local. | ConnectionMode |
| Available radios | Lists FLEX-8600 radios discovered on the LAN via mDNS. Populated automatically; no input required. | β |
| Connect Selected Radio | Connects to the highlighted radio. Enabled only when a radio is selected in the list. | β |
| No local radios found yet | Callout shown when discovery returns no results. Replaces the list until a radio is found or discovery is retried. | β |
| Retry Discovery | Re-runs LAN discovery immediately. Appears inside the empty-state callout. | β |
| Connect by IP | Shortcut to the Manual mode. Appears inside the empty-state callout. | ConnectionMode |
| Remote with SmartLink | Shortcut to the SmartLink mode. Appears inside the empty-state callout. | ConnectionMode |
| Open Network Diagnostics | Opens the network diagnostics window. Appears inside the empty-state callout. | β |
| SmartLink account: Email | Email address used to sign in to SmartLink. Saved between sessions. | SmartLinkEmail |
| SmartLink account: Password | Password used to sign in to SmartLink. Not saved between sessions. | β |
| Sign In | Authenticates with SmartLink using the supplied email and password. | β |
| Sign Out | Logs out of the current SmartLink session. | β |
| Remote radios | Lists SmartLink WAN radios available to the signed-in account. | β |
| Connect Remote Radio | Starts a WAN connection to the selected radio in the Remote radios list. | β |
| Radio IP address | The IP address used for a manual or VPN connection. The field accepts typed input and also shows up to three recently used addresses in a drop-down for quick reuse. Addresses are normalised and deduplicated before being saved. | ManualRadioIp / RecentConnectByIpAddresses |
| Network Diagnostics | Opens the network diagnostics window from the Manual page. | β |
| Connect by IP (manual) | Starts the manual or VPN connection to the address entered in Radio IP address. | β |
| Advanced: Source path | Selects the local network interface used for the manual connection. Use this when the computer has multiple NICs and AetherSDR is binding to the wrong one. | ManualBindSource |
| Use low bandwidth mode | Enables reduced-rate audio and data streams. Use this on slow or metered links. | LowBandwidthMode |
| Connect to last radio on start up | When checked, AetherSDR automatically connects to the last used radio on startup and whenever a broadcast-discovery or routed-radio probe succeeds. When unchecked, the connection screen opens at startup and you must pick a radio manually each session. Defaults to checked so existing users keep their current behaviour. | AutoConnectToLastRadio |
| Disconnect | Disconnects from the currently connected radio. | β |
Recent IP addresses (Manual mode)¶
Starting in v0.9.7, the Radio IP address field is a drop-down combo box that remembers the last three addresses you connected to successfully. Click the arrow to see the list and select a previous address, or type a new one directly in the field.
Addresses are normalised (trimmed and parsed through QHostAddress) before being stored so that equivalent forms of the same address are not saved as duplicates. The list is written to the RecentConnectByIpAddresses setting as a compact JSON array.
If you are upgrading from a version prior to v0.9.7, the single address previously stored under LastRoutedRadioIp is automatically carried forward as the first entry in the new list. No manual migration is required.
Tips¶
- If the list is slow to populate, wait at least 10β15 seconds before using Retry Discovery. The radio sends periodic discovery packets and AetherSDR may not have received the first one yet.
- If your computer has multiple network interfaces, AetherSDR may be listening on the wrong one. If discovery consistently fails, consider switching to Manual mode and specifying the interface with Advanced: Source path.
- If you share a computer and do not want AetherSDR to connect to a radio before you have a chance to choose one, uncheck Connect to last radio on start up.
Troubleshooting¶
- "No local radios found yet" appears and does not go away β The radio's discovery packets are not reaching AetherSDR. Common causes: the radio and computer are on different VLANs or subnets, guest Wi-Fi AP isolation is enabled, or a software VPN is intercepting multicast traffic. Click Open Network Diagnostics for details, or switch to Manual mode if you know the radio's IP address.
- Connect Selected Radio is greyed out β No radio is selected in the Available radios list. Click a radio in the list first.
- The status label shows an error after clicking Connect Selected Radio β The radio was discovered but the TCP connection failed. Check that no firewall is blocking the SmartSDR protocol port, and that no other SmartSDR-compatible client holds the exclusive connection.
- The Radio IP address drop-down shows an old or unreachable address β Type a new address directly in the field. The old entry will age out of the list once three newer successful connections have been made.
- AetherSDR connects to the wrong radio at startup β Uncheck Connect to last radio on start up. AetherSDR will then open the connection screen on every launch so you can choose the radio manually.