So I am a complete newbie @ Linux, I’ve only used it for a few weeks. I’m trying to get primarily plex media server running on my desktop, but would also like Plex Media player or Plex Home Theater running as well.
I keep seeing various explanations on how to go about the install process and how to set it up.
I thought you just download the .deb file and install it from there. Is this not the right way to do it, or is there a better more accurate way to go about doing this.
Installing the file is the first part.
Server setup / configuration is next but before you do that, you have to have your media accessible so Plex can read the files. This is the linux admin skill you must acquire.
Here’s a thread where I walked another user through the process. It makes the media drives properly accessible and keeps the desktop manager from taking control prematurely.
I will be busy for the next few days but will stop in if you’re absolutely hung. Also, there’s a super bunch of Linux folks in here. I’m sure some of them have tips for Mint as well.
Easy mode setup for PMS is to make your default user account plex. After that you just install the PMS .deb from plex.tv/download. After that, PMS should have installed a Plex Manager I think it’s called which basically is just a link to localhost:32400/web.. Setup should be familiar from there.
Plex Media Player is a crapshoe for ease of use to install on Linux since Plex still doesn’t provide prebuilt .debs for some reason…
You should probably make a script that automates this best you can after the initial mkdir’s and git clone ..'s. Really hope they start packaging .deb’s soon.
Ok, I installed plex through the .deb file.
Under software sources in update manager and in the tab section of “additional repositories” should I place a check where it says plex?
Also should I add plex in users and groups?
Maybe the Plex Media Player, is too much work for now, I’ll focus mainly on the Plex Media Server.
Edit: It is also not allowing remote access. I remember I set this up way back when in Windows 7. However I forgot all about that and how do I set that up in linux mint 18 cin?
There is still no official PMS repository so it doesn’t matter whether you turn on a repo or not. If there was a working one, it would likely get enabled by default.
You don’t want to add a plex user or group - PMS does this automatically. I was mentioning installing Linux with the default user plex to avoid having to deal with permissions issues with regards to library storage.
Remote access is set up through the server settings in the web interface. Once PMS is installed, you should be able to search for Plex Media Manager or just hit start > type plex and it should pop up. If not go, to localhost:32400/web in a browser.
@Xen0sys said:
There is still no official PMS repository so it doesn’t matter whether you turn on a repo or not. If there was a working one, it would likely get enabled by default.
You don’t want to add a plex user or group - PMS does this automatically. I was mentioning installing Linux with the default user plex to avoid having to deal with permissions issues with regards to library storage.
Remote access is set up through the server settings in the web interface. Once PMS is installed, you should be able to search for Plex Media Manager or just hit start > type plex and it should pop up. If not go, to localhost:32400/web in a browser.
I see.
I know it automatically makes the group. What I meant was under User and group settings do you add it to your user. Like scrolling down the list and putting a check mark where it says plex? Does that do anything or no? I apologize I do not know what you mean by installing with “default user plex”. :-?? So what do I have to do to be able to add media? Sorry again if these are dumb question.
Oh the interface works just fine when I click on the Plex Media Manager. It takes to me the control page where I have to log in. That isn’t the problem. Once I log in and go to the setting option where I set up remote access it doesn’t allow it to happen. I remember back in windows 7. I had to do a port forward and reserve an IP so it would remain static. Those settings are still the same because I checked my router when trying to set it up. I think it might be my firewall? I use the default one that came with Linux Mint Cinnamon. I was trying to confirm if it was the firewall. So I disabled it, and the remote access got enabled just fine, and when I enabled it again it stopped working. So what do I do in this situation?
@Psytropic said:
There is still no official PMS repository so it doesn’t matter whether you turn on a repo or not. If there was a working one, it would likely get enabled by default.
You don’t want to add a plex user or group - PMS does this automatically. I was mentioning installing Linux with the default user plex to avoid having to deal with permissions issues with regards to library storage.
Remote access is set up through the server settings in the web interface. Once PMS is installed, you should be able to search for Plex Media Manager or just hit start > type plex and it should pop up. If not go, to localhost:32400/web in a browser.
I see.
I know it automatically makes the group. What I meant was under User and group settings do you add it to your user. Like scrolling down the list and putting a check mark where it says plex? Does that do anything or no? I apologize I do not know what you mean by installing with “default user plex”. :-?? So what do I have to do to be able to add media? Sorry again if these are dumb question.
Oh the interface works just fine when I click on the Plex Media Manager. It takes to me the control page where I have to log in. That isn’t the problem. Once I log in and go to the setting option where I set up remote access it doesn’t allow it to happen. I remember back in windows 7. I had to do a port forward and reserve an IP so it would remain static. Those settings are still the same because I checked my router when trying to set it up. I think it might be my firewall? I use the default one that came with Linux Mint Cinnamon. I was trying to confirm if it was the firewall. So I disabled it, and the remote access got enabled just fine, and when I enabled it again it stopped working. So what do I do in this situation?
When you install a Linux system, you choose a username for the default user. That is what I am referring to as making plex. Then you don’t have to do any of the group/user adding stuff.
In that case, you need to allow the Plex port you forwarded through your firewall.
@Xen0sys said:
There is still no official PMS repository so it doesn’t matter whether you turn on a repo or not. If there was a working one, it would likely get enabled by default.
You don’t want to add a plex user or group - PMS does this automatically. I was mentioning installing Linux with the default user plex to avoid having to deal with permissions issues with regards to library storage.
Remote access is set up through the server settings in the web interface. Once PMS is installed, you should be able to search for Plex Media Manager or just hit start > type plex and it should pop up. If not go, to localhost:32400/web in a browser.
I see.
I know it automatically makes the group. What I meant was under User and group settings do you add it to your user. Like scrolling down the list and putting a check mark where it says plex? Does that do anything or no? I apologize I do not know what you mean by installing with “default user plex”. :-?? So what do I have to do to be able to add media? Sorry again if these are dumb question.
Oh the interface works just fine when I click on the Plex Media Manager. It takes to me the control page where I have to log in. That isn’t the problem. Once I log in and go to the setting option where I set up remote access it doesn’t allow it to happen. I remember back in windows 7. I had to do a port forward and reserve an IP so it would remain static. Those settings are still the same because I checked my router when trying to set it up. I think it might be my firewall? I use the default one that came with Linux Mint Cinnamon. I was trying to confirm if it was the firewall. So I disabled it, and the remote access got enabled just fine, and when I enabled it again it stopped working. So what do I do in this situation?
When you install a Linux system, you choose a username for the default user. That is what I am referring to as making plex. Then you don’t have to do any of the group/user adding stuff.
In that case, you need to allow the Plex port you forwarded through your firewall.
So then, in this case I should uninstall Plex through the .deb file I downloaded. Go into users and groups and create a new user and call it plex? Then install plex again through the .deb file?
Do I make it a standard or administrator account type? Does it matter what I put in for “Full Name” as long as the Username is “plex” ?
Alternatively, couldn’t I just right click on my hard drives, click properties, then go permissions tab, and change the permissions to “Read and Write”? Then apply the permissions to enclosed files?
By the way, will plex automatically update itself in linux or do I have to manually download the .deb file each time and install it over the old version?
@ChuckPa said:
If all is good, I apologize to the OP for the temporary hijacking.
Please carry on.
No problem, although I’m completely lost as to what you were talking about lol.