Plex
Landing page for http://plexapp.com/ Please contribute and update.
Contents
Packages availability
in the AUR.
Plex Media Server (PMS)
Installation
Install the package from AUR: plexmediaserverAUR.
Configuration
Getting started
It may be necessary to run through the Plex basic setup wizard before launching Plex via its systemd unit:
# /opt/plexmediaserver/start_pms
To begin configuring Plex, browse to http://localhost:32400/manage.
Once completed, you can start Plex at boot with systemd:
# systemctl enable plexmediaserver
To start Plex (after the basic setup):
# systemctl start plexmediaserver
Firewall
Plex Media Server and its internal DLNA server require several ports to be open:
- 32400/tcp
- 32469/tcp
- 32400/udp
- 32469/udp
- 5353/udp
- 1900/udp
Operation
If you want to add media folders in your home directory, you may get a permissions issue. To fix this:
$ chmod 755 ~/ # usermod -a -G users plex to allow plex to access your files.
In this case, it is assumed that your home directory is owned by the users group (the default case on Arch).
Plex Home Theater
Installation
You can use plex-home-theater from the Official repositories, build plex package from source, or use the unofficial alucryd repository providing both regular plex-home-theater and nightlies of plex-home-theater-gitAUR.