but if you tried as me to setup a brand new plex, you will probably facing the problem of beeing unable to setup your Plex Media Server in order to use it
So, after a couple of days searching into forum and guides i've succesfully configured my PMS and i wanna share this knowledge.
Following the raulfg3 HOWTO, when you have to connect to your server at 192.168.X.X:32400/web you will notice two main differences between this version and the previous ones
1) you must login to myPlex in order to access your PMS
2) in the left column you will see the message "You do not have permission to access this server"
Despite what the message said, it's not a permission error (linux speaking) In fact the problem is that the new version of PMS need to be configured by the local machine but the local machine in this case is a Jail, so what to do?
You have to ssh tunnel to your jail having care to redirect the 32400 port to your client let's see how:
1) Login to the web gui of NAS4free and go into Services -> SSH
the option "Permit to do SSH Tunneling." has to be checked
Save 2) If you use Firefox, enable the SOCKS 5 proxy - Chrome seems don't need this step
(in Firefox go to Preferences -> Advanced tab -> Connection section -> Settings
in the new window select manual setup for proxy and choose SOCKS v5) 3) Connect to the Jail via SSH using tunneling, do not disconnect until step 5!
NOTE 192.168.0.201 is the address of my plex jail, change it with your
terminal:
Code: Select all
ssh -L 32400:192.168.0.201:32400 root@192.168.0.201(It will open plex as it is in your local machine)
In the settings page, the most important thing is to bind your myPlex id to your PMS so you can manage it in the regular way 5) Once done, close the page, disconnect the ssh, revert the proxy configuration (if you have modified it) and try to open the page 192.168.X.X:32400/web (plex in your jail)
6) Probably you will not be able to play your media directly from that web page so i suggest you to use Plex Home Theater which do a great job even if it's a bit less intuitive on a pc, take a look at the list of keyboard shortcuts to use it smooth.
if all works, you've done, otherwise post below to get help


