Install
Download latest deb file and install it,
sudo wget "http://downloads.plexapp.com/plex-media-server/0.9.8.18.290-11b7fdd/plexmediaserver_0.9.8.18.290-11b7fdd_amd64.deb" # According to my readings, Plex requries avahi-daemon... however, I'm not sure about avahi-utils... still to verify sudo apt-get -f install avahi-daemon avahi-utils # If you still get an error message with this, try the next line. sudo apt-get -f install # You may not need to do this if above worked. sudo dpkg -i plexmediaserver_0.9.8.18.290-11b7fdd_amd64.deb # Replace filename with the name of package downloaded.
This is also now configured to autostart on boot-up.
Configure
Plex will now be available on your server via your browser. Use your IP or in my case hostname works because I had installed Apple talk, http://plex.local:32400/.
Instructions can be flushed out here,
- How to specify folders to use
- Scan for folders
- Setup to Automatically find new content ect...
Watching
Install the Plex App on your iPhone, iPad, Apple TV v4 or Roku. If your viewing device is on the same network it will automatically find your Plex Server and you are ready to go.
Plex Error
Depending on my server, I've seen the "Not Enough Bandwidth to Play..." error message exclusive to my Roku. To resolve this I changed the Transcoder quality by using the browser interface,
- Settings Icon on top right
- Server
- Transcoder
- Transcoder quality
I change from default to "Make my CPU hurt".
Watch Over the Internet
You can make your Plex server available over the Internet. Go to, Settings, Server, Remote Access and enable. Look at Manually specify port only if you have trouble.
Upgrading
Console will notify and provide a direct link. You may also just download latest from website. No need to stop your Plex service. After download, change to the directory of the package,
sudo dpkg -i plexmediaserver_0.9.12.13.1464-4ccd2ca_amd64.deb # Replace filename with the name of the package downloaded.
Manually Stop and Start
Neve had to use this. The Plex server has never crashed on me ever.
Using Fix Incorrect Match
Plex uses different resources to match its media against. Normally, these are:
- Movies: Freebase or The Movie Database
- TV Shows: TheTVDB
- Music: Last.fm
If an item doesn't appear in your preferred Agent's resource, it will not be matched. You can check your preferred Agent resource in the Server Preferences. If the preferred Agent doesn't match the item, you can try a different Agent using the Fix Incorrect Match tool.
Using Plex with a NAS to Store Your Media
I've got it working.
... to put instructions here ...
Alternatives
Kodi originally XBMC using Exodus channel
References
https://plexapp.zendesk.com/hc/en-us/articles/200288586-Installation
install avahi-utils first
Make sure mount directories allow plex access.
Version History - http://www.digital-digest.com/software/Plex_Media%29Center_history.html#55
Talks about running Plex on a "headless" real Ubuntu Server Edition - https://www.tech-knowhow.com/2015/07/howto-install-plex-media-server-on-ubuntu-server/