# - bof - # # - - # # - Documentation - # https://linuxhint.com/install_plex_ubuntu-2/ # :1 # - - # # - Update uServer - # sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y; # :2 # - - # # - Download plex server - # cd ~/Downloads; wget https://downloads.plex.tv/plex-media-server-new/1.25.8.5621-7a6fed0cf/debian/plexmediaserver_1.25.8.5621-7a6fed0cf_amd64.deb; # :3 # - - # # - Install plex.tv in uServer - # sudo dpkg -i plexmediaserver*.deb; # :4 # - - # # - Enable it - # sudo systemctl enable plexmediaserver.service; sudo systemctl start plexmediaserver.service; sudo systemctl status plexmediaserver.service; # :5 # - - # # - Run in firefox - # http://192.168.0.100:32400/web http://192.168.1.100:32400/web http://192.168.122.100:32400/web # :6 # - - # # - Access plex.tv server - # Signin on plex.tv Name server Add Library Select library type "Movies, TVShows, Music, Photos, Other Videos" Browse for media folder Claim server to add to the other servers # - eof - #