Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Last active December 28, 2015 20:09
Show Gist options
  • Select an option

  • Save nicinabox/7555799 to your computer and use it in GitHub Desktop.

Select an option

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