Skip to content
PhysK edited this page Jan 22, 2020 · 2 revisions

Plex Configuration & Access

If you can ACCESS the PLEX SERVER directly such as through a direct interface or on a virutal machine; skip the tunneling and claiming instructions

Claiming Your Plex Server

  • Method 1: Using the Program - Everything works in the script -- Skip Down to Plex Setup Optimization & Setup - Below

  • Method 2: Through Portainer - Fast & Works Well

  • Method 3: Tunneling In (Information Below)


Method 3 Tunneling Instructions

Required
  • Windows Machine & Putty
  • MAC Users can use the built in Terminal or another tool called SecurePipes

Tunneling

Follow either the Windows or Linux Tunnel Info

Windows Tunnel with Putty
  • Load putty
  • Type in your remote-ipaddress and port 22 and select SSH
  • On the left side of the menu expand CONNECTION > SSH > Tunnels
    • Source Port: 6969
    • Destination: remote-ipaddress:32400
    • [Click] Add
    • [Click] Open
    • Login and keep the terminal putty open
Linux / Mac Tunnel

To Setup Plex

Open up a browser (recommend Chrome) and type:

http://localhost:6969/web

If do not type exactly what above, you will get a whole bunch of XML garbage and nothing will happen!


Plex Optimization & Setup

Configuring TV Shows

  • [Click] Add Library
  • [Click] TV Shows
  • [Type] Add Folders to Your Library: /plexdrive4/tv (either /unionfs/tv or /encrypt/tv for encrypted version)
    • Note: You will never be able to select it if you have a large library; type it and hit ok
  • [Click] Ok

Configuring Movies

  • [Click] Add Library
  • [Click] Films
  • [Type] Add Folders to Your Library: /plexdrive4/movies (either /unionfs/movies or /encrypt/movies for encrypted version)
    • Note: You will never be able to select it if you have a large library; type it and hit ok
  • [Click] Ok

Configure Server Settings

  • Configure what you need, there is one important area.
  • [Click] Server > Show Advanced > Library
  • [Turn On] Update my library automatically
  • [Keep-Off] Run a partical scan...
  • [Keep-Off] Include music libraries...
  • [Keep-On/Off] Update my library periodically (your choice..off if you have update automatically)
  • [Select] Library update interval: Every 1 hour (for huge libraries, every 2 is better)
  • [Keep-On] Empty trash automatically after every scan
  • [Click] Server > Show Advanced > Scheduled Tasks
  • [Turn/Keep On] Backup server every 3 days
  • [Turn/Keep On] Optimize database every week
  • [Turn/Keep On] Remove old bundles every week
  • [Turn/Keep On] Remove old cache files every week
  • [Turn/Keep On] Refresh metadata periodically
  • all the rest keep unchecked.

Kept As a Reference To Help Others (Plex WebTools)

This process is now automated
  • Now speaking of Bundles, lets get the Web Tools
  • SSH in to your server
  • type wget -P /tmp https://github.com/ukdtom/WebTools.bundle/releases/download/3.0.0/WebTools.bundle.zip
  • sudo find / -mount -type d -name Plug-ins ..Finds the location of your Plugins folder
  • sudo unzip /tmp/WebTools.bundle.zip -d "$(sudo find / -mount -type d -name Plug-ins)"
  • sudo chown -Rv 1000:1000 "$(sudo find / -mount -type d -name Plug-ins)"

Go to your server IP address with:33400 at the end and install some extra stuff..Open Movie Database and Trakt.tv are my 2 I usually get.

Useful Starter Links

  1. Introduction
  2. G-Suite Signup
  3. Recommended NewsHosts
  4. Change Log

Prior Planning 101

  1. Recommended Pre-Reading
  2. Server - Storage Planning
  3. Usenet or BitTorrent
  4. PTS Editions
  5. PTS Folder Structure
  6. PTS-Repos
  7. Common Issues

Deploy & Config

PTS-Team
  1. SSH Server Access
  2. Install PTS
  3. WatchTower
  4. Remote Path Mappings

Data Transport
  1. PTS Clone
    1. Google OAuth Keys
    2. PTS Move
    3. PTS Blitz
    4. 2nd HD Option

Key Components

  1. Traefik
  2. Port Guard
  3. PTS Shield
  4. PTS Press
  5. Google Cloud - GCE
    1. Automated setup
  6. Hetzner Cloud
  7. PTS Fork
  8. Extra PTS Commands

Blitz App Info

  1. Accessing PTS Apps
  2. App Port Scheme

Tools & Services

Core Apps [Expand]
  1. Emby
  2. Jackett
  3. Jellyfin
  4. LazyLibrarian
  5. Lidarr
  6. Netdata
  7. NZBGet
  8. Ombi
  9. Plex
  10. Portainer
  11. qBittorrent
  12. Radarr
  13. Radarr4k
  14. RadarrHDR
  15. RuTorrent
  16. SABnzbd
  17. Sonarr
  18. Sonarr4k
  19. SonarrHDR
  20. Tautulli
  21. JDownloader2
Community Apps [Expand]
  1. AirSonic
  2. Bazarr
  3. Bitwarden
  4. BookSonic
  5. cAdvisor
  6. Cloud Commander
  7. Deluge
  8. DelugeVPN
  9. Dozzle
  10. Duplicati
  11. Filebrowser
  12. FlexGet
  13. Gazee
  14. Headphones
  15. Heimdall
  16. HomeAssistant
  17. jd2-openvpn
  18. Kitana
  19. Logarr
  20. MakeMKV
  21. MariaDB
  22. McMyadmin
  23. MEDUSA
  24. Mellow
  25. Miniflux
  26. Monitorr
  27. Muximux
  28. Mylar
  29. NextCloud
  30. NowShowing
  31. NZBHydra2
  32. Organizr
  33. plpp
  34. pyLoad
  35. qBittorrent
  36. QBittorrent VPN
  37. radarrsyncarr
  38. Resilio
  39. rflood-openvpn
  40. rutorrent-openvpn
  41. Shoko Anime Server
  42. SpeedTest
  43. SyncLounge
  44. Teamspeak3
  45. The Lounge
  46. Transmission
  47. Trakt.or
  48. Ubooquity
  49. Varken
  50. vnc-xfce
  51. vnstat
  52. ZeroTier

Misc Info & Articles

  1. Change Server Time
  2. Fail2Ban
  3. Custom Containers
  4. Deploying Varken, Influx, Telegraf, Grafana
  5. cloneclean commands
  6. Understanding htop
Scripts
  1. Scripting Area
    1. Auto Upload for Sonarr and Lidarr
    2. Auto Delete Log
    3. Plex Plugin DB Backup
    4. Plex fast BACKUP
    5. Delete All Unmonitored from Radarr
Clone this wiki locally