Hi guys,
I have clean installed the latest Xibo CMS 4.1.2 on my Ubuntu server. It is not installed as Docker, rather under Apache with PHP 8.2.
Everything works fine, apart from XMR. And specifically, it seems to just be sending command from CMS that aren’t working.
The info panels on my connected players correctly show XMR connected (with my address tcp://xxxxxxxx:9505), and it even says the last activity timestamp.
However, whenever I try to issue any commands from the CMS, such as scheduling layouts, requesting screenshots or collecting now, the players never receive the commands and only work upon their next refresh interval.
Does anybody know why this might be the case? I can confirm that the XMR service is started on my Ubuntu machine without failure, and that the ZMQ extension is enabled in my php.ini file. All the pre-install checks passed perfectly fine when I installed my Xibo CMS.
I have config.json file created with private address as tcp://127.0.0.1:50001, and public as tcp://*:9505
Then in the CMS’s own settings, the public address is also tcp://127.0.0.1:50001, with public as tcp://MY-DOMAIN:9505
Anybody have any ideas?
Best regards,
ITS