PlexConnect for unRAID
FIRST TIME USERS
PlexConnect uses port 53, 80 and 443, so you must move the unRAID management interface to a new port.
- Edit /boot/config/go
- Replace: /usr/local/sbin/emhttp &
- With: /usr/local/sbin/emhttp -p XX & (where XX equals the port)
- Shutdown your array
- Reboot unRAID
Usage:
docker run -d \
--host="NAME" \
--name="plexconnect" \
-v /path/to/plexconnect:/opt/plexconnect \
-v /etc/localtime:/etc/localtime:ro
-p 53:53 \
-p 80:80 \
-p 443:443 \
izzno/unraid-plexconnect
Description
PlexConnect is stored outside the container making sure all changes are saved.
- Plexconnect is pulled each time you start the container securing new updates
- Certificates are auto-generated the first time you run this docker
- All changes are persistant, ink plex login
- For the best experiance, enable Fanart in General Appearance Settings
For how to configure you appletv please see (Both!):
- Step 1: https://github.com/iBaa/PlexConnect/wiki/Install-Guide-AppleTV-Wifi
- Step 2: https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Certificate-via-Ethernet
Troubleshooting:
Before reporting a problem, please reboot your appleTV and/or pull/restart you're image/container. Report issues: https://github.com/izznogooood/unraid-plexconnect/issues