The config.json looks fine, assuming that your player can reach that address, I wonder if your xmr is running at all, have you started it from the terminal or created a service to start it automatically? It is described here https://xibo.org.uk/manual/en/install_xmr.html
If you look at the XMR installation article Peter linked you to, the example config.json has a debug switch set to false. You’ll want to set it to true.
If that’s how you have it already, then it sounds like something more serious. Perhaps the ports you’ve specified in the config.json file are in use already? Or the user you’re running as is limited in some way?
That’ll listen on port 50001 for the CMS to connect to only on the local interface, and all interfaces port 9505 for the Players.
What you’ve got in that config file would be the correct entries to put in to the CMS, not XMR. It’s also different from your first post where you had an IP address, so that’s why we’ve not picked it up.
I have amended my config.json to what you have stated above. I think I now understand what ports are used for CMS and players now, thanks for the explanation!
When running xmr.phar from CMD it still only provides the first line and quits. Is there a way to find out whats causing this not to run? Any logs I can check, windows or otherwise? I’ve had a look in all the usual places like event viewer etc but no such luck.