How to Download the Log Files

Being able to download the Plex log files is important to know if you need to debug an issue with your server. Most often, the answer to the issue can be found in the Plex log files.

There are several ways you can use to gather the log files from your Plex server. The methods are explained in the sections below, and all methods would produce the exact same log files, so you should choose the method that works for you.

How to Download the Plex Log Files

Table of contents

Directly from the server
You can find the log files on the server, and this section explains where you can find the log files.
Download the log files
The step-by-step guide for downloading the log files using the Plex Web app.
Using the Plex API
This section explains how you can use the Plex API to download the log files.

Directly from the server

The logs are stored on the Plex server in a specific directory. You can copy the logs from that directory to any location you wish. The location is dependent on the operating system, and the table below shows the log location of the various systems.

Location of the Plex logs by operating systems
Operating SystemLog Location
Windows%LocalAppData%\Plex Media Server\Logs
macOS~/Library/Logs/Plex Media Server
LinuxIn a Logs directory inside the main data directory. The files and directories will be owned by the plex:plex user and group.
NVIDIA Shield/sdcard/Plex Media Server/Logs

Once you view the directory that contains the logs, you can compress the logs into an archive or simply copy them as needed.

If you don't have access to the Plex server, or would like to simply download the log files within Plex, you can follow the steps in the next section.

Download the log files

You can also download the logs using the option under the troubleshooting section found in the Plex settings. Use the following steps to download the logs using this option.

  1. Open a Web browser and navigate to your Plex server.
  2. Log into your Plex server with an administrator account.
  3. Click the Settings icon - the wrench - in the upper-right corner of the Plex server page.
  4. On the left menu, click the Troubleshooting option under the Manage section.
  5. Click the Download Logs button and wait for it to complete.
    Using the Download Logs button in Plex's Troubleshooting section.
    Using the Download Logs button in Plex's Troubleshooting section
  6. There will be no indication in Plex that the logs download has been completed. You will need to check your browser's download manager to verify the logs have been downloaded.

At this point, the logs would be downloaded in a zip archive.

Using the Plex API

The last option is the more advanced option - using the Plex API download logs command.

This is the same command that is called when you use the Download Logs option from the Plex Web app. The API command will download the logs in a zip archive to the system making the API request.

In order to make the request, however, you will need the Plex authentication token, so everyone with access to the Plex server can't easily download the log files.

Subscribe
Display