README 663 B

1234567891011121314151617
  1. Plex Media Server is the backend for the Plex media system.
  2. Plex's frontend media player, Plex Home Theater, is Windows/Mac only;
  3. however, you can stream your local files on Linux from your web
  4. browser. Plex Home Theater allows the user to manage and play video,
  5. photos, music, and podcasts from a local or remote computer running
  6. Plex Media Server.
  7. Plex Media Server runs as plex:plex (UID/GID 279) with its $HOME as
  8. /var/lib/plexmediaserver:
  9. # groupadd -g 279 plex
  10. # useradd -u 279 -d /var/lib/plexmediaserver -s /bin/false -g plex plex
  11. After installing, grab an account from https://www.plex.tv and visit
  12. http://localhost:32400/web configure your server.