Stand alone xmr app to reboot etc

While using the CMS in the could, to be able to use xmr to send commands would require port forwarding.

With the setup, it would be handy to give users (using a windows pc) on the same local network the ability to reboot, send commands, etc from an app or command line.

I was thinking of writing a python program, where you type ip and port and maybe list a few commands to send using xmr. Or maybe have a stand alone app running on each player’s pc and not have to use xmr. Might make for faster development

Just wanted to get some feedback if this would be useful for others or if anyone had suggestions.

XMR doesn’t typically require port forwarding. The Players initiate a connection outbound to the XMR server running on Cloud, not the other way around.

In most scenarios, it just works.

I don’t think what you propose would be possible as the Players aren’t listening for a connection from the CMS to receive commands, they’re making a connection to the XMR server and then waiting. Your script won’t be able to intercept that connection, nor would it have the per-Player encryptions keys it would need to encrypt the messages appropriately.