Skip to content

macOS Installation

  1. Download from Plex Downloads
  2. Open the DMG file
  3. Drag Plex Media Server to Applications
  4. Launch from Applications folder
  5. Click menu bar icon → “Open Plex”
  1. Open System PreferencesUsers & Groups
  2. Select your user → Login Items
  3. Click + and add Plex Media Server

Or via Terminal:

Terminal window
osascript -e 'tell application "System Events" to make login item at end with properties {path:"/Applications/Plex Media Server.app", hidden:false}'
  1. System PreferencesSecurity & PrivacyFirewall
  2. Click Firewall Options
  3. Ensure Plex Media Server is allowed
Terminal window
# Or via command line
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Plex\ Media\ Server.app
Terminal window
# Check if running
pgrep -l "Plex Media Server"
# Open web interface
open http://localhost:32400/web

Continue to Configuration to set up your server.