See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Couple of Plex Setup tips
#1



Literally a couple of tips for issues that people might have with Plex that aren't covered very well by the manual.
(apologies if it's a little rudimentary.)


Plex Can't Find Your Media.


This is an issue that arises from Plex not having the correct permissions to access your files. It seems there are numerous ways to overcome this but as a newcomer I found the simplest solution involved typing the following into the terminal:
Code:
sudo nano /etc/default/plexmediaserver


Look for the line that says
Code:
PLEX_MEDIA_SERVER_USER=plex

and replace the value plex with your username. Save the file, exit Nano.


Next we restart the server to take advantage of the changes:
Code:
sudo service plexmediaserver restart


At this point Plex should have the required permissions to be able to access your media and setup your libraries.


Unable to Connect to Server From Local Device.


This is a firewall issues that we need to address.


Back to the terminal to open firewall ports then:
Code:
sudo ufw allow 32400/tcp


Following this we need to open Plex and navigate to Settings>Server>Remote Access and sign in. Immediately below this you have an option to manually specify a port: Enter 32400 and click the Retry button.


At this point as long as you have setup your libraries you should be good to connect to your media from any local device that runs Plex.
Don't believe half of what you see and none of what you hear

- Lou Reed
Reply


Messages In This Thread
Couple of Plex Setup tips - by Duckeenie - 10-20-2015, 03:55 AM
Re: Couple of Plex Setup tips - by Valtam - 10-20-2015, 12:01 PM
Re: Couple of Plex Setup tips - by bigmanstrat - 09-07-2016, 06:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)