Server Version#: Latest
Player Version#: Multiple
Hey all,
This is going to be long, so TL:DR how do I install plug-ins on Linux?
I am new to Linux, having previously run my Plex server from a Windows machine for a little over a year; and am having an issue getting plug-ins manually installed. I’ll give a little bit of background in case it identifies where I might have made a mistake.
Initially, I wanted to move my server over from Windows as it was. So I copied the contents of the Plex Media Server folder on Windows onto a USB drive. I then installed the server onto the Linux by going to the Plex website and downloading the package directly from there. I got it all up and running, with the server being viewable on devices but having only one piece of media in it. So since it was active, I tried to replicate the server by coping the Windows copy on the USB drive into its equivalent folder on Linux, located at /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/.
However, after doing this, the server would not load. Whenever I tried to access it either on device or web app, I got a error message saying the local host was unavailable. In a panic to revert it to a useable state I used the command “sudo rm –r /var/lib/plexmediaserver/Library/Application Support/Plex Media Server” which removed everything from that folder. This did not resolve the issue, so I uninstalled the server using the sudo command and then reinstalled it from the Ubuntu Software Store.
Once the server was back up and running I attempted to copy just the plug-ins folder into /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/ but found that that folder was still empty. The new fresh install had not repopulated it with the folders that had been there before. The folders I can remember were there included:
• Cache
• Media
• Metadata
• Plug-ins
• Plug-ins supports
I also found that I did not have permission to copy folders and files to that location anymore, and the folders were owned by a mix of root and Plex. So I used sudo commands to copy the plug-ins to the plug-ins folder and following a guide change the owner of all the folders to Plex.
But still no plug-ins are shown in Plex. I have tried restarting the server, but the terminal command for it said there was no such service; yet if I queried the service it would say it was active/running.
Does anyone have any ideas how I can get plug-ins to work on this new Linux server? The actual server is working fine, but I can’t get it to recognize the plug-ins at all.
I’m really hoping I don’t have to start from scratch, as I spent ages sorting my collections and collection art.
Thanks in advance.