Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Last active December 28, 2015 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicinabox/7555799 to your computer and use it in GitHub Desktop.
Save nicinabox/7555799 to your computer and use it in GitHub Desktop.
Setup PlexConnect on unRAID

Clone PlexConnect

git clone https://github.com/iBaa/PlexConnect.git /boot/config/plugins/plexconnect/

Edit /boot/config/go

Move emhttp to a new port. I'm using port 81 here:

/usr/local/sbin/emhttp -p 81 &

Add this line to start PlexConnect on boot:

nohup python /boot/config/plugins/plexconnect/PlexConnect.py &

Start it immediately

nohup python /boot/config/plugins/plexconnect/PlexConnect.py &

Set your AppleTV's DNS address to the computer running PlexConnect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment