pletv.blogg.se

Raspberry pi 4 plex
Raspberry pi 4 plex












raspberry pi 4 plex

To set the correct ownership, enter the following command: sudo chown -R plex: /opt/plexmedia The Plex Media Server runs as the user plex, which must have read and execute permissions to the media files and the directories. Step 4: Configuring Plex Media Serverīefore we start the Plex setup wizard, first we will create the directories that will store the Plex media files: sudo mkdir -p /opt/plexmedia/ At this point, you have a Plex media server installed on your Raspberry Pi. Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: active (running) since Thu 19:36:33 UTC 17min ago

raspberry pi 4 plex

The output should look something like this: rvice - Plex Media Server To verify that the Plex is running, check the service status: sudo systemctl status plexmediaserver Run the following command to install Plex software onto your Raspberry Pi. curl | gpg -dearmor | sudo tee /usr/share/keyrings/plex-archive-keyring.gpg >/dev/nullĮcho deb public main | sudo tee /etc/apt//plexmediaserver.list Now it’s time to add the Plex repositories to the apt keyrings directory on the Pi and add the official plex repository to the sources list by running the following command. We need to install apt-transport-https to retrieve packages over the HTTPS protocol that the Plex repository uses. Sudo apt-get upgrade Step 2: Install Plex Package Repository You can update your package list for upgrades for packages that need upgrading, as well as new packages that have just come to the repositories with the below command sudo apt-get update

raspberry pi 4 plex

Step 1: Updating Raspberry Piīefore proceeding further it’s always a good practice to update Raspberry Pi. Once you have successfully installed Raspberry Pi OS on your SD card insert the SD card on your Pi and connect the keyboard, mouse, HDMI, and power cable to turn on the Raspberry Pi the default username is Pi and the password is Raspberry.














Raspberry pi 4 plex