What’s happening?
· I'm having trouble with Roon ARC
What best describes your issue with ARC
· Other
How can we help?
· None of the above
Other options
· Other
Describe the issue
I’m experiencing an issue where Roon ARC is failing to connect remotely, despite the port appearing open and accessible from outside the network. My Roon Server is running on macOS 14.2.1 at the internal IP address `10.11.15.5`, with RoonServer version 2.49 (build 1525). I’ve manually configured a port forward on my UniFi UCG Max (UniFi OS v4.1.22) to forward external TCP port 55000 to the Roon Server, and UPnP is also enabled. My modem (Altice UBC1326, ISP=optimum online) is operating in Bridge Mode, so there is no double NAT involved.
To confirm connectivity, I ran a packet capture on the WAN1 interface of the UniFi gateway. The capture clearly shows that TCP connections to port 55000 from an external client successfully complete the three-way handshake and even transfer some data. For example, an external client at `` initiates a connection to `:55000`, receives a SYN-ACK from the Roon Server, acknowledges it, and begins sending data. The server also sends ACKs, confirming the connection is open. However, no application-level response is ever returned — the server does not send back an HTTP response (such as 200 OK or 401 Unauthorized), and the connection hangs without a proper close (no FIN or RST flags).
Internally, I confirmed that the Roon Server is listening on port 55000 by running `lsof`, which returned `RoonAppli TCP *:55000 (LISTEN)`. A connection test using `nc -zv 10.11.15.5 55000` from another machine on the LAN succeeded. Additionally, a `curl http://:32400` (for Plex, another service that also has forwarded ports) from an external network worked as expected, while `curl http://:55000` returned `Recv failure: Connection reset by peer`, indicating the Roon ARC endpoint is either rejecting or silently dropping the request.
In the RoonServer logs, I found repeated entries of `Warn: [mobile] /hello => ServiceUnavailable`, which I suspect may be related to the ARC service not initializing properly. Roon ARC had previously been working on this setup, and no firewall rules have changed on my end since then. I’ve also tried changing the external port to 55001 (forwarded to internal 55000) and rebooting the UniFi gateway, but the behavior remains the same. There are no VPNs active, and all devices are on the same LAN subnet or accessing externally via mobile data for testing.
There was also a unifiOS update 2 days ago, that can also be the culprit, but I also don't see any firewall rules preventing the connection, especially if the plex port is functioning.
Please let me know if there's anything else I can provide — I’m happy to send additional logs or run any diagnostics you recommend. Thanks in advance for your help.
Describe your network setup
ARC was working just fine a few days ago; I noticed that it didn't connect remotely yesterday, before the latest roon update.
Network Setup Details
Roon Server OS: macOS 14.2.1
Roon Version: RoonServer 2.49 (build 1525)
Roon Server IP: 10.11.15.5 (static DHCP reservation)
Router: UniFi UCG Max running UniFi OS v4.1.22
Modem: Altice UBC1326 (bridge mode enabled)
ISP: Optimum Online
Port Forwarding: TCP 55000 → 10.11.15.5:55000
UPnP: Enabled
VPNs: None active
Additional Hardware: No double NAT, no secondary routers
Firewall Rules: No specific deny rules applied to ARC or port 55000 and/or no rules have been changed.
Working Comparison: Plex on port 32400 is reachable externally via identical port forwarding setup
