INTERACT FORUM

Networks and Remotes => Remotes => Topic started by: Gill Suter on December 10, 2016, 07:34:39 pm

Title: Remote not working, nor access from outside network
Post by: Gill Suter on December 10, 2016, 07:34:39 pm
I'm very excited by JRiver and how much better it is than other media players. However I'm very frustrated that I can't seem to set it up so I can access it anywhere else, either in my home network or outside.

Running JRiver on my QNAP NAS (Linux). I've tried both Gizmo and Eos on my old Android phone and it worked ok inside the home network. Now I have a new phone and I can't get it to work. I've added the code, but it's asking for authentication. I've checked on JRiver and they definitely match. So what am I doing wrong?

Please bear in mind I'm a usually happy end user, and really not a techie. I can find my way around most things, but get lost when people start talking about configuring ports and the like. So please be gentle with me and speak in lay terms!

I'll post elsewhere about the next step - accessing from outside home.

Thanks.

Gill
Title: Re: Remote not working, nor access from outside network
Post by: JimH on December 10, 2016, 07:39:31 pm
Welcome.  You could start by reading this:
http://wiki.jriver.com/index.php/Network_Access

If you don't understand anything there, just ask.
Title: Re: Remote not working, nor access from outside network
Post by: aoqw76 on December 13, 2016, 04:39:15 am
Authentication means it needs an id and password on top of the access key. Check the setting in jriver itself, you should see the id mentioned, and the password as *****. You can change the password if it's forgotten.

Ref the outside world, you need to enable port forwarding in your router, i believe the port required by jriver by default is 52199.
Title: Re: Remote not working, nor access from outside network
Post by: jaysonknott on January 11, 2017, 08:46:06 pm
Is there a simple step by step set of instructions somewhere for setting up mc on win7 to be accessible from iphone jremote outside of network. Seen plenty of troubleshooting for problems but cant seem to find beginning to end setup instructions including how to set firewall etc. Rudimentary pc skills.
Title: Re: Remote not working, nor access from outside network
Post by: glynor on January 11, 2017, 10:13:20 pm
Unfortunately, no. Not because we don't want to, but because the issue isn't "setting up Windows 7", it is setting up your particular home Router.

And there are a million of those things with a million different interfaces. You need to figure out how to enable Port Forwarding on your home router (your wifi doohickey), so that when your router receives traffic on MC's port, it forwards it through to your copy of MC behind the firewall. Normally, the firewall in your router would block that traffic because it "originates" outside of your home network.

It is very difficult to provide these instructions because there are just too many routers out there. There are some good resources online though. The wiki article Jim linked to has some pointers, I believe.
Title: Re: Remote not working, nor access from outside network
Post by: glynor on January 11, 2017, 10:15:38 pm
This is a good generic article on Port Forwarding too:
http://www.howtogeek.com/66214/how-to-forward-ports-on-your-router/

You need to forward TCP Port 52199 through your router and point it at the Windows computer running MC at home. So, for example, if your home PC's IP address on the LAN is 192.168.1.10, you'd want to forward:

TCP Port 52199 (from Any Internet host) to
192.168.1.10 on Port 52199

That should, probably, do it. Sometimes, you might need to also open the port up on the Windows Firewall. That's covered in this article down in the Method 2 area:
http://www.wikihow.com/Open-Ports

Just do that part on the PC that actually runs MC, after you get it set up to work through your router, and open TCP Port 52199.
Title: Re: Remote not working, nor access from outside network
Post by: HtpcUserAri on April 13, 2020, 11:37:38 am
For me, I had to do a number of things to get this to work:
Then I could get to the media server from the WAN.

So the blocks that needed to be passed through in my case were cable modem --> router --> windows firewall --> bitdefender firewall

Since I'd only be accessing this from the outside using my cellular connection, I then went back into my router and added a rule to the port forwarding (step 2 above) to only allow forwarded traffic from specific IP ranges. (in my case, running Untangle, but you can also do this with Source Net rules in dd-wrt and others) For this, I included the IP range for my local network "192.168.10.0/24", the IP range for JRiver's servers "216.14.187.160/27", as well as my cellular provider's network ranges. (In my case this is ATT, so I googled what the cellular provider's network ranges were and then just used an online calculator like https://ip2cidr.com/ to convert them to CIDR so my router would understand them)

This way, requests to that port from outside my network will get dropped if they aren't coming from the cellular network I plan to access it through.

Hopefully this helps someone.