- Written By Admin9705 and Deiteq
- Additonal Code Crew: The Creator
- UBUNTU 16.04 & 17.04 ** Only !!! PlexGuide is not MADE FOR SERVER EDITONS 16.10 - 17.10
- Tip: Did you know if you click the star in the upper right, it promotes our project further on GITHUB?
-
This is a community driven project. You can spot errors, update the wiki, contribute code, suggest ideas! This project would not exist without the help of you and others!
-
Augie, AugusDogus, Bate, cocainbiceps, daveftw84, Jackalblood, imes, NickUK, Pentaganos, , trustyfox, Rothuith, simon021, SpencerUK
- PlexGuide Discord Channel
- Reddit Discussion Link: http://reddit.plexguide.com
- Slack is now discontinued! Use the offical Discord instead!
- Bitcoin : 1H3SD3ef6qaN8ND8S8ZQCaEyD4pMW4kFsA
- LiteCoin: LbCDaq26N39TuUarBkrxTXNFjsNWds9Ktj
A. Quick Notes:
- Lightly check the PlexGuide Wiki @ http://wiki.plexguide.com
- With a GITHUB login, did you know that you can edit our wiki pages?! Yes, you can make corrections, add snapshots or expand on any topic. IF you make an update, you'll save us time and help others! Some users have already helped us!
B. Pre-Preparation:
- Purchase a Google Suite Drive Account via Unlimited Storage.
- Have a Dedicated, VPS, or Home Solution Ready!
** Recommend Space Requirements
- Running Plex Only:
- Small Library (30GB-50GB)
- Large Library (100GB+):
- Plex with Downloading/Uploading
- Small Library (80GB-100GB+)
- Large Library (200GB-300GB+)
- Notes:
- Example: The metadata of 10000 Movies and 2000 shows alone can run 80Gigs
- Warning: If backing up your library, you need space for the additional zip file!
C. Preparation:
- Google Drive Layout
- Do you Require SSH Access?
- Do you Require a SUDO User?
- Disk Space Warning Check!
D. Install Instructions:
Recommened First to Prevent Issues
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get full-upgrade -y
Ensures that the distro has it's dependencies updated and no updates are queued.
Install Supporting Programs
sudo apt-get install git && sudo apt-get install whiptail
This one is important as if you do not have git and whiptail you will not be able to fetch and run PlexGuide!
Install PlexGuide
sudo git clone https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server.git /opt/plexguide
sudo bash /opt/plexg*/sc*/ins*
Execute PlexGuide AnyTime Futurewise
plexguide
E. Benchmarks
- Select [Server/Net Benchmarks] on the PlexGuide front Menu
- It is a good idea to check your benchmarks prior to setting up everything else
- Remember to conduct multiple tests if you feel uneasy about your results
F. RClone / PlexDrive / UnionFS
- Install & Configure (Select Only One)
- YouTube Demo Video (V2) for RClone, UnionFS & PlexGuide: https://youtu.be/T0eXtrOY4kw
- Configure PlexDrive Note: Let It Finish and then Reboot the Server!
G. (Optional) Setting Up Your Reverse Proxy
NGINX Reverse Proxy Access Via Apps Via Subdomain (Ex: http://radarr.domain.com)
- Configuring Traefik Reverse Proxy
- How To With a Paid GoDaddy Domain: GoDaddy Instructions
- How To With a FreeNom Domain : NomNom Instructions
H. Installing & Setting Up Support Programs
- Configure Plex
- Configure Programs on the Right Hand Side
- Configure Portainer
- Port Numbers Reminder
I. Final Notes
- See issues or have solutions? Please post your GitHub Issues for the Best Tracking or our REDDIT.
- Please visit: https://www.reddit.com/r/PleX/ for additonal support and information!
- Your Feedback Helps Us and You!
J. Quick Troubleshoot
- Docker Install Failure: If Docker refuses to install, visit Tools and force the reinstall. If that fails; most likely you are running an older version of UB or have a VPS service that runs and outdated kernel. [Manual Docker Install Incase]