1 |
code.getnoc.com |
plex
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
apt update && sudo apt upgrade apt install apt-transport-https curl gnupg sudo curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add - echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list apt update apt install plexmediaserver systemctl status plexmediaserver systemctl start plexmediaserver systemctl stop plexmediaserver systemctl enable plexmediaserver http://127.0.0.1:32400/web or http://localhost:32400/web |