macOS Installation
Installing Plex on macOS
Section titled “Installing Plex on macOS”Installation Methods
Section titled “Installation Methods”- Download from Plex Downloads
- Open the DMG file
- Drag Plex Media Server to Applications
- Launch from Applications folder
- Click menu bar icon → “Open Plex”
# Install Homebrew if needed/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Plexbrew install --cask plex-media-server
# Launchopen -a "Plex Media Server"Auto-Start on Login
Section titled “Auto-Start on Login”- Open System Preferences → Users & Groups
- Select your user → Login Items
- Click + and add Plex Media Server
Or via Terminal:
osascript -e 'tell application "System Events" to make login item at end with properties {path:"/Applications/Plex Media Server.app", hidden:false}'Firewall Configuration
Section titled “Firewall Configuration”- System Preferences → Security & Privacy → Firewall
- Click Firewall Options
- Ensure Plex Media Server is allowed
# Or via command linesudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Plex\ Media\ Server.appVerify Installation
Section titled “Verify Installation”# Check if runningpgrep -l "Plex Media Server"
# Open web interfaceopen http://localhost:32400/webNext Steps
Section titled “Next Steps”Continue to Configuration to set up your server.