Decommission Plex by inventorying data and access first; uninstalling the application does not remove every copy of server state or media.
Plex can leave durable information in app data, databases, metadata, logs, backups, container volumes, media storage, and account-linked tokens. Decide what must be preserved, what must be revoked, and which storage devices will be reused, sold, or discarded. Sanitization should follow the data’s sensitivity and the device’s next owner, not a generic “delete folder” step.
Inventory Live State and Recovery Copies
The active server is only one location. Backups, snapshots, old migration directories, and exported configuration can contain the same sensitive state after the runtime is removed.
Create a list of every Plex state and media copy before deletion, including off-device backups. A persistent app-data map makes hidden container volumes easier to include in that inventory.
Mark each copy as preserve, migrate, or destroy. Do not start sanitization until the preserve set has been verified on its destination.
Revoke Access Before Disposing of the Host
Shared users, remote access, server tokens, proxy credentials, and VPN rules can outlive the machine if they are managed elsewhere. Decommissioning should close those paths before hardware changes hands.
Record the public endpoints and credentials associated with the server, then revoke or remove the ones that will no longer be used. If a replacement server is taking over, validate its access separately instead of leaving both active indefinitely.
Confirm the old hostname, port-forward, proxy route, or VPN endpoint no longer reaches the retired instance.
Sanitize Storage Based on Its Next Use
Deleting files or reformatting does not provide the same assurance as a defined sanitization method. SSDs, HDDs, and encrypted devices may require different techniques.
When a device leaves your control, media sanitization should make recovery of the target data infeasible at the chosen effort level; ordinary file deletion is not the same assurance.
Choose clear, purge, cryptographic erase, or physical destruction as appropriate for the device and sensitivity, then validate the result. Keep a record when the device leaves your control.
Verify No Old Copy Can Reappear
A retired server can accidentally return through an old VM image, snapshot, or backup restored for another purpose. The final check should cover storage and account inventory, not only the empty host.
Search backup catalogs and storage snapshots for the old Plex state path and server identity after sanitization. If one retained copy is intentional, document who owns it and why.
Only close the decommission task when access is revoked, retained data is accounted for, and media leaving your control has been sanitized to the selected standard.
Support & Tips
More to Read

Should You Back Up Jellyfin Live or Stop the Service First?
Prefer stopped-service backups for simplicity; use live snapshots only when application state is captured consistently and restores are tested.

Why Does Jellyfin Run Hot or Noisy When Nobody Is Streaming?
Idle heat usually means background work or a shared-host workload, so identify the active process and scheduled task before changing cooling or hardware.

When Should You Rebuild Instead of Repairing Jellyfin?
Choose rebuild over repair when runtime drift is the problem and persistent state is backed up; do not “rebuild” by deleting the only good...

