Skip to content
Admin9705 edited this page Aug 25, 2024 · 112 revisions

WANT TO HELP? CLICK THE ★ (STAR LOGO) in the Upper-Right!

Discussions Wiki Install Instructions Donate

Helpful Links

To enhance your PlexGuide experience, consider exploring the following resources that offer valuable information, community support, and additional tools for optimizing your media server setup:

  • PlexGuide Wiki: The official wiki for PlexGuide provides comprehensive documentation, step-by-step guides, and detailed explanations about installing, configuring, and managing your Plex server. It's a valuable resource for both beginners and advanced users looking to get the most out of their setup.

  • PlexGuide Discussions: Join the community discussions to ask questions, share insights, and collaborate with other PlexGuide users. The Discussions page is an excellent place to find answers to common issues, learn best practices, and contribute to ongoing conversations about optimizing PlexGuide.

  • Discord Community: Connect with the PlexGuide community on Discord for real-time support and interaction. Whether you're troubleshooting an issue, looking for advice, or just want to chat about media server setups, the Discord channel is a friendly and active space for Plex enthusiasts.

  • PlexGuide Install Instructions: Detailed installation instructions are available to guide you through setting up PlexGuide on your server. This resource covers different scenarios, such as local and remote installations, ensuring that you can tailor the installation process to your specific needs.

  • PlexGuide Donations: Consider supporting the development of PlexGuide by making a donation. Contributions help maintain the project, improve its features, and provide ongoing support to the community. Your support is appreciated and helps ensure that PlexGuide continues to grow and evolve.

Additional Recommendations

  • Backup Solutions: Regularly backup your PlexGuide configuration and media library to prevent data loss. Utilizing cloud storage options or local NAS solutions can provide reliable backup strategies.

  • Hardware Recommendations: For optimal performance, use a server with sufficient CPU power, memory, and storage. Hardware transcoding capabilities, such as those provided by Intel Quick Sync or a dedicated GPU, can significantly enhance streaming quality and efficiency.

  • Security Best Practices: Implement security measures such as using SSL certificates for remote access, configuring firewalls, and keeping your system up to date with the latest security patches to protect your media server and data.

By leveraging these resources and following best practices, you can create a robust and efficient media server setup that meets your needs and provides a seamless streaming experience for you and your users.


Reference Shortcut - http://plex.plexguide.com | Discord ( !plex )

Table of Contents

  1. Intro
  2. Access Information
  3. Installing Plex
    1. Plex Local Edition
    2. Plex Remote Edition
  4. Configuring Plex
    1. Remote Access
    2. Accessing Content
    3. Optimization
  5. Configuring Hardware Encoding
    1. Background and Quick Check
    2. CPU Support for HW Encoding Info
    3. Host Driver Setup and Install
  6. Summary

1. Intro

Plex is the core reason we are here. It offers an easy way to turn your personal media into a custom streaming service, much like Netflix. Whether you're managing a small collection or a vast library that pushes the limits of storage, Plex provides a powerful and flexible solution for organizing, accessing, and streaming your content.

2. Access Information

Protocol Address Notes
traefik plex:32400 Only for [Internal App-to-App Communication]
https plex.domain.com Requires [Traefik] deployment for remote access
http domain.com:32400 Poor security - Use with [PG Port Guard]
http ipv4:32400 Recommended for local servers only

Note: Ideal for apps to communicate internally. Click here for more info.

3. Installing Plex

When setting up Plex, you'll need to choose between the Local and Remote Editions, which determine how you claim your Plex server. The Local Edition allows easy server claims within a local network, while the Remote Edition facilitates claiming via an IP address for broader access.

I. Plex Local Edition

Setting up the Local Edition is straightforward. Once installed, access Plex using your local IP address, log in, and claim your server. If you plan to access your server remotely, ensure that remote access is enabled.

II. Plex Remote Edition

a. Video Guide: Remote Setup

Watch the Plex Remote Setup Guide for detailed instructions.

b. Setting Up the Remote Edition

The Remote Edition setup involves obtaining a Plex server claim token from plex.tv/claim. Enter this token during installation to claim your server. Follow the on-screen instructions to complete the setup.

4. Configuring Plex

Configuring Plex involves setting up remote access and optimizing how you manage and access your content.

I. Remote Access

Disable Plex’s built-in remote access if you're using a domain with plex.domain.com. This ensures streamlined access and security.

II. Accessing Content

When specifying content directories, it’s recommended to type the paths rather than selecting them. This minimizes errors and ensures consistency.

Examples:

  • /mnt/unionfs/tv
  • /mnt/unionfs/movies
  • /mnt/unionfs/mycustomcategory

III. Library Settings

For optimal performance, configure your library settings as shown:

Setting Recommended Value
Scan my library automatically ☐ Unchecked
Run a partial scan when changes are detected ☑️ Checked
Custom server access URLs ☐ Unchecked
Scan my library periodically ☐ Unchecked
Library scan interval Daily
Empty trash automatically after every scan ☐ Unchecked (recommended until stable)
Allow media deletion ☑️ Checked
Generate video preview thumbnails Never (to avoid bans)
Generate chapter thumbnails Never (to avoid bans)
Analyze audio tracks for loudness Never (to avoid bans)
Location visibility Admin only

5. Configuring Hardware Encoding

To enable hardware transcoding, you must have a Plex Pass. For more details, see Using Hardware-Accelerated Streaming.

Background and Quick Check

Ensure your server has a compatible CPU with integrated GPU (iGPU) or a dedicated GPU. Perform a quick check by running ls -la /dev/dri to confirm driver installation.

Host Driver Setup

Follow the specific host driver setup steps, such as enabling necessary drivers and ensuring proper permissions, to enable hardware encoding in Docker.

6. Summary

Regularly monitor your Plex server’s performance and disk space. Be mindful of network constraints when accessing the server remotely. For any issues, refer to our Discussions or Discord for support.

PlexGuide

Installing PlexGuide

  1. PlexGuide Install Information

Preplanning & Information

  1. PG Folder Structure

Domain and Port Control

  1. CloudFlare Tunnel

Primary Applications

  1. Plex

Useful Links

  1. PG YouTube Channel
Clone this wiki locally