Endless Login Loop Issue with Roon Remote App (ref#RLJ8QV)

Hi Berend,

I first pasted the new bits file into the files section of the server using my internet explorer.

To find your Vortexbox using PuTTY, you need the IP address. You can find that by typing http://vortexbox/ in your browser.
When you login to your system using PuTTY, you should be able to stop the server by typing this command

  • sudo systemctl stop roonserver

Afterwards, you need to go to the folder where the bits file is located using the

  • cd …
    command to go up or the
  • cd var/roon/RoonServer/Database/Registry/Core
    command and delete that file by typing
  • del “bits”

I first copied the bits file to the root directory using
Then you need to copy the new bits file to the same folder by typing

  • copy “bits” var/roon/RoonServer/Database/Registry/Core

If you successfully copied the bits file, then you should turn on the server again by typing

  • sudo systemctl stop roonserver

I hope I didn’t make any mistake. I’m not at all knowledgeable in this area.

2 Likes