====== Plex Median Server ====== update the system: * sudo apt-get update * sudo apt-get upgrade -y make sure the HTTPS transport package is installed: * sudo apt-get install apt-transport-https add repository * echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list * curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add - * sudo apt-get update intall plex server * sudo apt-get install plexmediaserver change the User Plex to pi * sudo nano /etc/default/plexmediaserver the line should look like that afterwards: * PLEX_MEDIA_SERVER_USER=pi. restart the plex server * sudo service plexmediaserver restart set a static IP * hostname -I add the line ip=//ip// in: * sudo nano /boot/cmdline.txt restart the pi * sudo reboot