Recently I moved my PMS/PlexConnect setup from a hackintosh over to a new Asustor NAS, and I have built an installer package for PlexConnect for Asustor NAS boxes.
I was curious as to if there is anyone else out there interesting in testing the package, and if there was enough interest to bother uploading it to App Central?
Currently it installs itself to run on port 9999 and 10000 for SSL, installs the appropriate apache vhost, and on first install generates new certificates on device. Also on update, it has the ability to backup the certificates and Settings/ATVSettings.cfg files, and restore them after the upgrade is completed.
Upon install the app will grab the latest version of plexconnect from the git master branch, generate new certificates, install the apache vhost file and setup the required apache modules.
One thing that I did not explicitly mention, is that when you run the installer, it generates new ssl certificates for you, so, in order for plexconnect to function, it requires you to install the new certificates to the ATVs using this method here: https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Certificate-via-Ethernet
If you want to re-use a set of certificates that you have from a previous installation, you must place them in the /usr/local/AppCentral/plexconnect/config/certificates/ directory.
I am not sure if that was the cause of your issue, but I know it is something that I forget about everytime I mess with my installation.
I would like to see the changes that you had to make to get it to work for you, and from there I can make any changes to the package, rebuild it, and push it up to AppCentral.
Yes I knew about the step of getting the certificates onto the AppleTV. That was not the problem, it seemed as though apache was not redirecting port 80 to 9999 and possible 443 to 10000. I had to remove the nocanon from the ProxyPass line in the apache config file to get it to work. I'll zip up the PlexConnect and config dirs and PM the changes to you.
I've finally gotten around to getting the relavant files off my nas and zipped up and coppied onto here.
Hi genesispc,
sounds very interesting and promising as I have tried the "plexconnect trailer workaround" for my windows desktop machine (works nice) but doing it with my asustor 302 would be even better. Unfortunately, I'm a completely noob and I have no clue how to get this running on my NAS.
Any chance you share a short how to? Thanks in advance.
Upon install the app will grab the latest version of plexconnect from the git master branch, generate new certificates, install the apache vhost file and setup the required apache modules.
I´m trying to install this on my asustor but as mention above so is port 999 used by downloader app. How do I turn the other zip file above to an apk file?
Has anyone been able to install and get working PlexCennect on a Asustor NAS that genesispc posted a while back?
I dont understand how to start or stop the script or anything, my NAS runs with an IP of 192.168.1.100 do i need to change settings to get anything to work?
I was running Plexconnect from my Alienware perfectly before i got my NAS, and we have all grown very accustomed to using PLEX andreally want it back working
#17 Cant get it to run either. I have tried installing via putty, and running it there, but the port 80 and 443 is conflicting with other programs already using those ports. When I move the ports to another range aka 10000 and 10001 - I need somthing to tell the Asustor NAS, that an incomming call on port 80 should be redirected to 10000.
I got everything here running, but it seems the apache vhost files are not actually working. The default webserver is still bouncing requests from port 80 to port 8000 (default web admin page for the NAS) and not redirecting the requests for trailers.apple.com to port 10000. (I did also change my ports to 10000 and 10001). I’ve stopped trying because one thing that I couldn’t seem to install on the Asustor is the Python Imaging Library (PIL) which means that FanArt backgrounds etc will not work with PlexConnect (and I quite like them!). Other than that this is a good project which seems sadly no longer supported.