Plex, Emby & Jellyfin

Media Server Installation & Configuration (Ubuntu 22.04)#

1 Plex Media Server#

1.1 Installation#

Install the official Plex repository to ensure the server stays updated via apt.

2026-03-30 Install commands must be updated

# Update and add Plex GPG key
apt-get update
curl -fsSL [https://downloads.plex.tv/plex-keys/PlexSign.key](https://downloads.plex.tv/plex-keys/PlexSign.key) | sudo gpg --dearmor -o /usr/share/keyrings/plex.gpg

# Add the repository
echo "deb [signed-by=/usr/share/keyrings/plex.gpg] [https://downloads.plex.tv/repo/deb](https://downloads.plex.tv/repo/deb) public main" | sudo tee /etc/apt/sources.list.d/plexmediaserver.list

# Install Plex
apt update && apt install plexmediaserver -y

# Management
systemctl enable plexmediaserver
systemctl start plexmediaserver
systemctl status plexmediaserver

Web UI Access: http://10.1.2.231:32400/web