What happens if you press the "Select a different Roon Server" button?
· I see my Roon Server, but I still can't connect.
When you try to connect, what screen do you see?
· I see the Server but the Connect button is grayed out
Please try to restart your network setup by unplugging, waiting 30 seconds and then replugging in your networking gear.
· No, the issue remains the same
Please select how you've connected your Roon Server to the internet
· Roon Server is connected by *Ethernet*
Have you checked your firewall settings to ensure that Roon is allowed through?
· Roon still won't connect even after checking this aspect
Have you verified that Roon Server is on the same subnet as your Remotes?
· My Remotes and Server are on the same subnet and I still can't connect
Sometimes the issues can be resolved with a reinstall of your Roon Remote app. Let's try to perform a reinstall and see if it helps.
· I've reinstalled the Roon Remote but it did not help
What is the operating system of your Roon Server host machine?
· *Linux Server* (Ubuntu, Fedora, ArcLinux...)
Select any of the following components that are present in your local network setup
· *Mesh networks*
You mentioned a mesh network in your setup. Certain common mesh networks might require slight reconfiguration to support Roon.
· None of the above
Describe the issue
Only since upgrading to build 1559 I have connectivity problems. Roon endpoints disappear, macos client loses connection to server (shows only with red dot symbol). Sometimes even the macos roon application crashes. Restarting both server and client helps - that however is not a solution. I have tried disabling other services running on the same server, tried disabling ipv6 entirely, no change! I would like to downgrade both server and client to the former, working version. How can I do that?
Describe your network setup
roon server is running on linux on a mac mini (intel), connected via ethernet. Macbook Air and Raspberry roon bridge is connected via mesh wlan (amplify hd). no issues in the past year until this upgrade to 1559
Thanks for reaching out. Can you please confirm the exact local time + date when a few of these events next occur? We’ll enable diagnostics for your account to see if there’s anything interesting in the logs during that time. Does the issue happen at the same time on mutliple remotes?
It happens on all remotes, ios and macos. The only “audio zone” available during this state is the airplay destination “Roonkitchen”. I keep getting "connection to roon server … " on the remotes, but no roonbridge audiozone is available in between these “connecting to roon server” message appearances.
From the diagnostics logs we were able to spot that the connection is being established between your remote (Mac) and Roon Core, however, when data transfer starts it is not able to be completed and the process terminates.
This might mean that the issue is either with the network or Roon Core is unable to complete the data transmission due to some internal reasons.
We have also spotted that your Roon Server has quite an old CPU which is on the verge of matching the hardware requirements.
Thus, we would like to ask you to disable all non-Roon processes on your server and connect to the Roon Server with only 1 remote and try to play the music without real time Signal Processing on the Core’s side.
Let us know please whether this way it is going to bring more stability.
Hi,
I just stopped the roon service and verified that there are no remaining Roon processes.
I then restarted the service - I don’t do any processing core side.
I can assure you there are no networking issues - roon is the only app or service that is causing trouble, and only so since the last upgrade I did (to build1559)
How can I downgrade to the last reliably working version? - whatever version I was using until end of August 2025 was perfectly working.
Let us know how that goes - and if you have the same issues.
If not, move back over to your Linux server instance and see if you’re able to refresh your RAATServer database folder.
You can generate a new RAATServer instance on your device by following these instructions, but please be aware that this will reset your Roon Settings -> Audio Tab to factory settings and I would advise making a backup of any custom DSP settings you have:
You were advised in another thread to open your own support ticket, but I notice that you have not yet done that. Please, if you want support, open a support ticket.
There isn’t an option to roll back to previous Roon versions, unfortunately. That said, we were able to review a fresh log report from your server and observed the following:
Oct 8 08:08:58 roon start.sh[1788]: Out of memory.
Oct 8 08:08:59 roon start.sh[1576]: Error
Oct 8 08:09:01 roon start.sh[1576]: Initializing
Oct 8 08:09:01 roon start.sh[1576]: Started
This is a process-level memory exhaustion, not a hardware failure - but it does mean the system ran out of usable memory at that time.
You can check what happened around that time by running:
dmesg | grep -i oom
If you see lines like:
Out of memory: Killed process 1788 (start.sh) ...
Then the kernel OOM killer was invoked, confirming a system-wide memory exhaustion.