32400

TCP

Plex

Plex Media Server

⚠️ Security: DependsStatus: Active🌐 Category: Web

📋 Basic Information

Port Number
32400
Protocol
TCP
Service
Plex
Popularity
🔥 High
Description
Plex Media Server web interface and streaming port. For building personal media libraries and streaming services
Tags
mediastreamingserver

🔒 Security Information

💡

Security Notes

Use Plex account authentication for external access, place behind reverse proxy (443) when possible

🛠️ Installation

🐧Linux

# Ubuntu/Debian
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo gpg --dearmor -o /usr/share/keyrings/plex-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/plex-archive-keyring.gpg] https://downloads.plex.tv/repo/deb public main' | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
sudo apt-get update
sudo apt-get install plexmediaserver -y
sudo systemctl start plexmediaserver

🐳Docker

docker run -d --name plex --network=host -e PLEX_CLAIM='' -v /config:/config -v /media:/media plexinc/pms-docker:latest