Wingetlywingetly
← All apps

Plex Media Server

by Plex, Inc.v1.43.4.10903

Last updated

Helps you organize your media and stream it to your devices.

Install with winget

$ winget install --id Plex.PlexMediaServer --exact --version 1.43.4.10903

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Plex Media Server

Plex Media Server uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
PlexMediaServer-1.43.4.10903-e5521bd8c-x86_64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Plex Media Server

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.43.4.10903

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

9 known CVEs via NVD

  • medium5.0Patched in wingetCVE-2025-69417affects <=1.43.0.10389Jan 2, 2026

    In the plex.tv backend for Plex Media Server (PMS) through 2025-12-31, a non-server device token can retrieve share tokens (intended for unrelated access) via a shared_servers endpoint.

  • medium5.0Patched in wingetCVE-2025-69416affects <=1.43.0.10389Jan 2, 2026

    In the plex.tv backend for Plex Media Server (PMS) through 2025-12-31, a non-server device token can retrieve other tokens (intended for unrelated access) via clients.plex.tv/devices.xml.

  • high7.1Patched in wingetCVE-2025-69415affects <=1.42.2.10156Jan 2, 2026

    In Plex Media Server (PMS) through 1.42.2.10156, ability to access /myplex/account with a device token is not properly aligned with whether the device is currently associated with an account.

  • high8.5Patched in wingetCVE-2025-69414affects <=1.42.2.10156Jan 2, 2026

    Plex Media Server (PMS) through 1.42.2.10156 allows retrieval of a permanent access token via a /myplex/account call with a transient access token.

  • high7.5Patched in wingetCVE-2021-33959affects <=1.21Jan 18, 2023

    Plex media server 1.21 and before is vulnerable to ddos reflection attack via plex service.

  • high7.0Patched in wingetCVE-2021-42835affects before 1.25.0.5282Dec 8, 2021

    An issue was discovered in Plex Media Server through 1.24.4.5081-e362dc1ee. An attacker (with a foothold in a endpoint via a low-privileged user account) can access the exposed RPC service of the update service component. This RPC functionality allows the attacker to interact wi...

  • high8.8Fix in v2020-06-15CVE-2020-5742affects before 2020-06-15Jun 15, 2020

    Improper Access Control in Plex Media Server prior to June 15, 2020 allows any origin to execute cross-origin application requests.

  • high7.2Patched in wingetCVE-2020-5741affects before 1.19.3May 8, 2020

    Deserialization of Untrusted Data in Plex Media Server on Windows allows a remote, authenticated attacker to execute arbitrary Python code.

Showing 8 of 9. Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • PlexampPlex, Inc.
    Plex.Plexampv4.50.6

    A beautiful Plex music player for audiophiles, curators, and hipsters.

  • PlexPlex, Inc.
    Plex.Plexv1.115.0

    Plex is a global streaming media service and a client–server media player platform, made by Plex, Inc.

  • Plex HTPCPlex, Inc.
    Plex.PlexHTPCv1.71.1

    For Home Theater users that connect their Personal Computer directly to their TV, typically controlling it using a third-party remote.

  • FFmpegGyan
    Gyan.FFmpegv9.0.1

    A complete, cross-platform solution to record, convert and stream audio and video.

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

More from Plex, Inc. or browse audio, cross-platform, media.

Frequently asked questions

How do I install Plex Media Server on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Plex.PlexMediaServer --exact --version 1.43.4.10903. winget downloads the installer from Plex, Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Plex Media Server silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Plex.PlexMediaServer --exact 1.43.4.10903 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Plex Media Server?
Plex Media Server uses EXE (Inno Setup). Run the downloaded installer with: PlexMediaServer-1.43.4.10903-e5521bd8c-x86_64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Plex Media Server via winget?
Run: winget uninstall --id Plex.PlexMediaServer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Plex Media Server's Apps & Features entry.
Is Plex Media Server free?
Plex Media Server is distributed under Freemium. Refer to the publisher (https://www.plex.tv/) for the full license terms - Wingetly itself does not charge for installation.
Does Plex Media Server work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Plex Media Server directly from the publisher.
How do I keep Plex Media Server up to date?
Run winget upgrade --id Plex.PlexMediaServer --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Plex Media Server from microsoft/winget-pkgs.

Recent versions

  • 1.43.4.10903latest
  • 1.43.3.10896
  • 1.43.3.10861
  • 1.43.3.10828
  • 1.43.2.10687
  • 1.43.1.10611
  • 1.43.1.10576
  • 1.43.0.10492
  • 1.43.0.10467
  • 1.42.2.10156