Software Setup (Windows)
1. Install Plex (Plex’s new client) with all default options
- Open the app
- Sign in
- Select your primary server
- Once you’ve reached the home screen, close the app
2. [Optional] create a hardlink to your desired storage location for downloads (skip this if you’re using your primary drive)
- Click start, click “Run” (or press WIN+R) and type
%appdata%
and pressEnter
. - Navigate up one directory to
\username\AppData\
- Navigate to
\username\AppData\Local\Plex\Plex Media Server\Sync
- Copy the entire path. Should look like
C:\username\AppData\Local\Plex\Plex Media Server\Sync
- Determine the path that you want to use as storage for downloads. Example:
D:\Plex Storage
- Create the directory.
- Delete the folder called
Sync
if it exists. - Open a new command prompt as Administrator.
- Make a hardlink from the Plex Sync Directory to the Target (storage) directory.
- .
mklink /J "C:\username\AppData\Local\Plex\Plex Media Server\Sync" "D:\Plex Storage"
- .
- Navigate to
C:\username\AppData\Local\Plex\Plex Media Server
directory. Verify theSync
folder exists and looks like a shortcut.
3. Before going any further, download at least 1 piece of content from each library from your main server. This generates the directories necessary for the next step.
4. Install Plex Media Server with all default options
- Sign in and claim the server.
- Name your server, leave remote access enabled
- Delete the default libraries (movies and photos) and skip the next sections until you reach the home screen
- This next section covers setting up a new Plex Media Server from scratch, including some options that are specific to this guide.
- [General]
- Give your server a friendly name if you haven’t already.
- Uncheck “Send Crash reports to Plex”
- Do not change appdata path
- [Remote Access]
- No changes
- Agents
- Movies
- Plex Movie: uncheck “Local Media Assets (Movies)”
- The Movie Database: uncheck “Local Media Assets” (Movies)"
- Shows
- TheTVDB: uncheck “Local Media Assets (TV)”
- The Movie Database: uncheck “Local Media Assets (TV)”
- Artists
- Last.fm: uncheck "Local Media Assets (Artists)
- Albums
- Last.fm: uncheck "Local Media Assets (Artists)
- Movies
- Library
- Check “Scan my library automatically”
- Check “Run a partial scan when changes are detected”
- [Optional] Check “Scan my library periodically”
- Check “Empty trash automatically after every scan”
- Check “Allow media deletion”
- Change “Weeks to consider for On Deck and Continue Watching” to
2
- Uncheck “Run scanner tasks at a lower priority”
- Change “Generate video preview thumbnails” to
never
- [Optional] Change “Generate chapter thumbnails” to
as a scheduled task and when media is added
- [Optional] Change “Generate chapter thumbnails” to
as a scheduled task and when media is added
- Plugins
- Uncheck all
- Network
- Uncheck “Enable server support for IPV6”
- Check “Enable local network discovery (GDM)”
- Under “List of IP addresses and networks that are allowed without auth” add the network and netmask that you will be using your server on (note: this exposes your server to other devices on the same network. Generally speaking not a huge deal, but something to consider turning off if you’re on a Hotel’s wifi for example) Sample entry:
192.168.1.0/24
(to find the address of the network you’re on, open a command prompt and typeipconfig
and press enter.)
- Transcoder
- [Optional] Check “Use hardware acceleration when available” - more info here
- Languages
- No changes
- DLNA
- Uncheck / disable all
- Scheduled Tasks (these settings may change based on your preference, but here’s what I use)
- Change “Time at which tasks start to run” to
Midnight
- Change “Time at which tasks stop running” to
10 am
- Check all other boxes
- Change “Time at which tasks start to run” to
- Extras
- No changes
- [General]
- Click the home button in the top left of the web interface. Make sure your mobile server is selected.
-
[Info before going onto the next step to create a library]
The Plex client creates a separate directory for each server AND each library that content is downloaded from. If you’re going to be downloading from multiple servers and/or you use multiple libraries with similar content types, you will need to add multiple directories for each library you are creating.
For example, you download some movies to your client. The syntax is...\Plex\Plex Media Server\Sync\[ServerNumber]\[LibraryNumber]
.
Example:...\Plex\Plex Media Server\Sync\1\1
Subsequent downloads of content from the same server but different library would be stored in...\Sync\1\2
,...\Sync\1\3
and so on.
Downloads from a different server would be stored on...\Sync\2\1
,...\Sync\2\2
and so on. - Add a new library by clicking the
+
sign when hovering over “Libraries”- Adding a movies library
- Click “Movies” on the “Select type” tab
- Name your library, select language. Click “Next”
- Click “BROWSE FOR MEDIA FOLDER” (repeat this process as many times as necessary)
- Navigate to
C:\Users\username\AppData\Local\Plex\Plex Media Server\Sync\X\Y
and make sure there are movies in that directory. Click “ADD” - Click the “Advanced” tab
- Change “Agent” to
Plex Movie
- Change “Agent” to
- Click “ADD LIBRARY”
- Adding a TV library
- Click “TV Shows” on the “Select type” tab
- Name your library, select language. Click “Next”
- Click “BROWSE FOR MEDIA FOLDER” (repeat this process as many times as necessary)
- Navigate to
C:\Users\username\AppData\Local\Plex\Plex Media Server\Sync\X\Y
and make sure there are TV shows in that directory. Click “ADD” - Click the “Advanced” tab
- Change “Agent” to
TheTVDB
- Change “Agent” to
- Click “ADD LIBRARY”
- Adding a Music Library
- Click “Music” on the “Select type” tab
- Name your library, select language. Click “Next”
- Click “BROWSE FOR MEDIA FOLDER” (repeat this process as many times as necessary)
- Navigate to
C:\Users\username\AppData\Local\Plex\Plex Media Server\Sync\X\Y
and make sure there is Music in that directory. Click “ADD” - Click the “Advanced” tab
- Change “Agent” to
Last.FM
- Change “Agent” to
- Click “ADD LIBRARY”
- Adding a movies library
- Once you’ve added all of your media, Plex should scan, import, and tag your media.
5. Download media that you want to take with you
Remember, downloads are fastest over ethernet on the same network as your primary server.
When downloading TV, you can select options of how many episodes you want to download, as well as whether to automatically delete them after being watched. (This only works if the server owner’s account either watches them or marks them as watched)
6. Serve the media
- Devices on the same local network should automatically (automagically?) have access to the mobile server, provided everything is set up correctly. If you can’t see the server, double check that you have the correct network settings under “List of IP addresses and networks that are allowed without auth”.
- You may also be able to share files from a laptop or mobile server directly, depending on your mobile server’s hardware. You can read more about this configuration here. I wouldn’t recommend this for a long term solution, but it works in a pinch.