This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
virtualisation:plex [2018/02/28 11:49] – created buettner | virtualisation:plex [2018/02/28 14:28] (current) – buettner | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Plex Media Server on NB2800===== | =====Plex Media Server on NB2800===== | ||
- | [[http://example.com|]]is a freemium server/ | + | This article describes how to install a Plex Media Server on a NB2800 router. |
+ | |||
+ | [[https://www.plex.tv/|Plex]] is a freemium server/ | ||
+ | |||
+ | |||
+ | ===Preparations=== | ||
+ | |||
+ | All preparations made are described in this article: [[http:// | ||
+ | |||
+ | If you need instructions on how to set up a LXC Container on NB2800 Routers, you can refer to this page: http:// | ||
+ | |||
+ | The first thing you need to do is to install two programs which are needed for the installation to work properly. | ||
+ | Enter | ||
+ | < | ||
+ | apt-get update | ||
+ | apt-get install gnupg2 apt-transport-https | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===Install Plex Media Server=== | ||
+ | |||
+ | Before the installation of Plex can start, you need to add the repositorys, | ||
+ | < | ||
+ | wget -O - https:// | ||
+ | echo "deb https:// | ||
+ | </ | ||
+ | Now that the system has the source from where it can load the Plex Media Server, you have to update the systems package lists: | ||
+ | < | ||
+ | apt-get update | ||
+ | </ | ||
+ | Now you can install the Plex Media Server: | ||
+ | < | ||
+ | apt-get install plexmediaserver | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===Setup Plex Media Server=== | ||
+ | |||
+ | To get access to the Plex Media Server, open your web browser and go to http:// | ||
+ | |||
+ | Now you can start to setup th Plex Media Server. On the first page, you can login to an existing Plex account or create a new one. If you want to continue without using an account, click on " | ||
+ | {{ : | ||
+ | |||
+ | On the next screen, click on "Skip and accept limited functionality" | ||
+ | {{ : | ||
+ | |||
+ | Click on "Got it!" | ||
+ | {{ : | ||
+ | |||
+ | Here, you can give your Plex Media Server a name that is displayed to the clients. If not, the servers host name will be used. | ||
+ | {{ : | ||
+ | |||
+ | In this screen you can add folders with different media types to be managed by Plex. You can also add folders later. | ||
+ | {{ : | ||
+ | |||
+ | Click on " | ||
+ | {{ : | ||
+ | |||
+ | Now you are directed to the Dashboard. From here on you can configure your Plex Media Server to your needs. | ||
+ | {{ : | ||
+ | |||
+ | Plex Media Server temporarily transcodes all media to a format that the client can play directly. This can cause to high CPU load on the NB2800, exspecially when there are more clients to be served at a time. If you want to lower the load of your server, you can adjust transcoding settings to your needs. For that, go to Settings -> Server -> click on "Show Advanced" | ||
+ | {{ : |