hi, I have to use a Raspberry Pi 3 as a PLEX server. I have already installed it, but it is not a server. It is always just a web player. Can you help me make a server out of it?
That’s how I installed PLEX.
Copy 2018-11-13-raspbian-stretch-full.img with ApplePi Braker on the MicroSD.
Copy file “SSH” to the boot partition.
SSH connection with terminal built on Macbook.
sudo apt-get install apt-transport-https
sudo wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | sudo apt-key add -
echo “deb https://dev2day.de/pms/ stretch main” | sudo tee /etc/apt/sources.list.d/pms.list
sudo apt-get update
sudo apt-get install plexmediaserver-installer
sudo nano /etc/default/plexmediaserver.prev
PLEX_MEDIA_SERVER_USER=plex to PLEX_MEDIA_SERVER_USER=pi
sudo service plexmediaserver restart
Plex starts in the browser after logging in as a player and reports no server found.
Step 9. is nonsense and does not do anything. Just forget this file.
Regarding your problem: please read the our setup instructions again, especially the “Initial Web Configuration” Part and use the ssh method .
Introduction
Plex supports Debian and Ubuntu based ARMv7 (armhf) and ARMv8 (arm64) distributions.
To view all threads tagged server-linux-arm in the Plex Media Server/NAS & Devices category click here
To view all threads tagged server-linux-arm in the entire forum click here
Manage Expectations
Video transcoding is not recommended at all on ARMv7 and ARMv8 devices. For the best experience, always aim for Direct Play support on all of your devices.
OS Installation
It’s out of scope of …
I did it as in the instructions. This uses the same commands. so i can only access a server. But that is not the server where I can manage my library.
it works now. I have called VNC in the Chrome browser on the Pi 127.0.0.1/32400/web and now everything is correct. Also in Brwoser my macbooks is everything as it should be.
Thanks
system
Closed
April 27, 2019, 10:57am
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.