Support #644
Install Plex Media Server on Arch
Description
- Table of contents
- Prepare the Environment
- Install Plex Media Server
- Resources
This is a guide for installing Plex Media Server on Arch Linux.
Prepare the Environment¶
- Make sure the system is up to date:
pacman -Syu
Install yaourt¶
- Install yaourt
Install Plex Media Server¶
- Install Plex Media Server from the AUR:
yaourt plex-media-server
- Start and enable Plex Media Server at boot:
systemctl enable plexmediaserver.service systemctl start plexmediaserver.service
- Navigate to http://plex.example.com:32400/web/ to finish the setup.