Docker and XMR issues

Hiya, I have Xibo up and running for some time now, but wanted to use shell commands (now we have another display so I can remote reboot) and realised XMR doesn’t appear to be working (screenshot doesnt work either) I am using the docker enviroment, on the player i can see ‘XMR Status: connected to tcp:/IP:9505 Waiting for messages’ but when I try and request a screenshot nothing happens.
I’ve upgraded the docker containers to 1.8.11
Player audit log shows xmr thread started, with no errors after that.
tried Editing the players and reconfiguring XMR,

Thanks for any suggestions

Are you positive that the XMR public address is correct in CMS settings?

The player should say something like this:
image

If it persists on waiting for messages, then that would imply there is an issue with it ie player can’t quite reach it.

You can enable auditing on the player and CMS, send the rekey action, then request a screenshot and see if player will complain about it.

It could also be some firewall etc blocking that port

Would be good to confirm that the xmr container is running without problems as well.

While doing the checkes you asked for, I found that the external port is actually 65500, I changed the 80 port as it’s in use on my box, but didnt check the port for xmr, it’s redirected to 65500 in the default custom ports yml by the looks of it, doh my bad !

Changing it to 65500 on the display settings now gives me a last message @ result like you have in your screenshot, and requesting screenshots now works, and commands are now working again.
ta!

Great, I’m glad to hear that!