XMR Configuration

Please be gentle I am really new at this.

I have Xibo 1.8.1 up and running but I am struggling to get displays to update. With some reading I think i need to have XMR set up.

I have gone into Settings - Displays and set XMR Public Address to tcp://myserversipaddress:9505

I have also set Display Settings - Windows - General - XMR Public Address to tcp://myserversipaddress:9505

I saw a post on how to configure XMR that used docker ps -a

and I get this result 0.0.0.0:9505

60c9f39bcc69 xibosignage/xibo-xmr:release_1.8.1 “/entrypoint.sh” 2 days ago Up 32 seconds 0.0.0.0:9505->9505/tcp, 50001/tcp xi

I am obviously doing something very wrong can someone please give a nudge in the right direction

tcp://ipaddress:9505 is right for a Docker based install.

The rest of the XMR setup has been handled for you in that case.

There’s no need to set the XMR address in the Display Settings Profile too - unless for some reason that profile should be using a different XMR address (for example if your server were multi-homed).

If you look at the Player status screen (press i to bring it up with the Player running), you should see an XMR status line. If that says it’s connected with a last activity then XMR is working as expected.

Ok thanks for that it seems XMR is working as expected.