Hey @William_Cheadle,
Thanks for the update, and good news, nothing is broken. Let me clear up what happened, because your setup is actually working correctly right now.
Looking at your server logs, you’re not running the Docker container, you’re back on the native Asustor App Central package (which is exactly what you described: you toggled the Roon app back on in App Central).
When it started, RoonServer downloaded its own latest binaries over the network and updated itself from 2.67 to 2.70 (build 1671), independent of the App Central wrapper. That’s why it came back to life and why your iPhone found the server, your local folders, and Qobuz. The logs confirm it’s healthy: your music storage is online with all 4,615 tracks, Qobuz is connected, and your backups are syncing normally.
The blank page you saw when opening Docker is expected, Docker CE installed, but you never deployed a container, so there’s nothing there to configure yet. So to answer your question directly: you didn’t do the Docker migration, you simply revived the native install.
Here’s the honest picture on where to go from here. The native package works today, but it’s officially unsupported as of Roon 2.65, which means a future auto-update could eventually break it and we wouldn’t be able to patch the native-specific issue. Docker remains the durable, supported path.
The single most important thing to do right now, while everything is healthy, is to take a fresh backup: Settings → Backups → Back Up Now. That backup is what makes an eventual move to Docker quick and painless.
Whenever you’re ready to migrate (no rush, since you’re up and running), the key points are:
- Deploy the official Roon Server Docker image in host networking mode, Roon relies on multicast for device discovery, and bridged networking will break it.
- Keep a persistent
/Roon volume so your database survives reboots, and bind-mount your music share (e.g. /share/Music).
- Restore from the backup above once the container is up.
Let us know if you'd like to [url=https://help.roonlabs.com/portal/en/kb/articles/installing-the-roon-server-via-docker]tackle the Docker migration[/url] and we'll walk through it step by step. Otherwise, you're all set for now. 👍