Plex Media Server installation 24.04LTS: Difference between revisions

From ScottWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
You maybe asked to supply a secure password for secure boot driver enrolment  
You maybe asked to supply a secure password for secure boot driver enrolment  
Make something up, restart the machine and you will have to enter this password through a direct console - one time only.
Make something up, restart the machine and you will have to enter this password through a direct console - one time only.
You can check the driver is loaded with


Plex DEB can be downloaded from the plex website plex.tv  
nvidia-smi
 
Plex DEB can be downloaded from the plex website plex.tv, and then installed with.


  dpkg -i plexmediaserver_1.40.1.8227-c0dd5a73e_amd64.deb
  dpkg -i plexmediaserver_1.40.1.8227-c0dd5a73e_amd64.deb


http://10.3.200.1:32400/web
http://10.3.200.1:32400/web

Revision as of 13:34, 19 March 2024

To enable the Plex Media Server repository on Ubuntu only a few terminal commands are required. From a terminal window run the following two commands:

First we need to add some NVIDA packages for doing encoding / transcoding etc.

ubuntu-drivers devices  (will tell you what version to use)
apt install nvidia-headless-535 nvidia-utils-535 libnvidia-encode-535 ocl-icd-libopencl1

You maybe asked to supply a secure password for secure boot driver enrolment Make something up, restart the machine and you will have to enter this password through a direct console - one time only. You can check the driver is loaded with

nvidia-smi

Plex DEB can be downloaded from the plex website plex.tv, and then installed with.

dpkg -i plexmediaserver_1.40.1.8227-c0dd5a73e_amd64.deb

http://10.3.200.1:32400/web