Streams Manager Docs
  • Overview
    • What is Streams Manager?
    • System overview
      • Panel navigation
      • General terms
      • User classes
  • Configuration
    • First time login
      • Included accounts
      • Reset default passwords
    • Setup proxy
    • Add Plex accounts
    • Add your administrator login
    • Settings
      • General
        • Site settings
        • Administrator contact settings
        • Page settings
      • Email notifications
        • SMTP settings
        • Notification templates
        • Free SMTP options
      • Discord notifications
        • Discord settings
          • Creating a Discord bot
        • Notification templates
      • Payment gateways
        • General settings
        • PayPal settings
          • Generating PayPal REST credentials
          • Generating PayPal NVP Credentials
        • Stripe settings
        • Plisio settings
      • Registration settings
      • Payment reminders settings
      • Subscriptions & trials settings
      • Requests integration settings
        • Ombi settings
        • Overseerr settings
        • Petio settings
      • Discord integration settings
        • Creating a Discord bot
      • Media server integration settings
      • Referrals settings
      • Custom content
        • Logo
        • Wallpaper
        • Home page section 1 content
        • Home page section 2 content
        • Pricing content
        • Subscription page content
        • Library statistics section content
        • Custom theme
      • Miscellaneous settings
        • Self invite settings
    • Library groups configuration
    • Plan configuration
      • Recurring plans setup
        • Stripe recurring plan setup
        • PayPal recurring plan setup
    • Server location configuration
    • Media server configuration
    • Libraries configuration
    • Users and data import
      • Users synchronization/import
    • Mobile app setup
    • Discount codes
    • Linked users
    • Emby devices
    • Custom roles
    • Custom domain
    • Test the flows
  • Server Migration
    • Migrating users between servers
  • Plex Bans
    • Overview
    • How to deal with a ban
    • Requiring users to change their Plex account
    • Server re-invite
  • Troubleshooting
    • PayPal
      • Error: PayPal is missing subscription ID details
      • Error: PayPal subscription ID: xxx does not have any transactions
      • Error: Create Subscription Api response error RESOURCE_NOT_FOUND
    • Plex
      • Error: HTTP 422 Unprocessable Entity when inviting a user or processing a subscription
      • Error: PlexApiException was thrown
      • Error: Error communicating with Plex 401
      • Error: Plex response status code does not indicate success: 404
    • Emby/Jellyfin
      • Emby/Jellyfin users cannot login and are getting incorrect password message
    • Error: There are no servers with capacity that accomodate plan
    • Error: User tried to subscribe but servers are full
    • No plans show on the checkout page
    • Specific plan is not showing up on the checkout page
  • FAQ
    • How Streams Manager enforces streaming limits?
    • How Streams Manager enforces download limits?
    • How Streams Manager enforces transcoding rules?
    • How to use a custom domain?
    • How does Streams Manager know that a user is active or expired?
    • How to invite a user manually via Streams Manager?
    • How to change user’s Plex/Emby/Jellyfin email or username?
    • How to enable two factor (2FA) authentication?
    • How does Streams Manager match payments during transaction sync?
    • How to mass migrate users from one media server to another?
    • What is the flow for a new customer in Streams Manager?
    • What runs and is synchronized on a recurring basis?
    • I am seeing notes mentioning credits on the payment edit screen. What is that?
    • How does Streams Manager select a Plex server to add a user?
    • How to dedicate a specific server to trials only?
    • Can I switch platforms?
    • How to bulk invite users?
Powered by GitBook
On this page
  • Proxy program
  • Requirements
  • Running
  • Arguments
  1. Configuration

Setup proxy

PreviousReset default passwordsNextAdd Plex accounts

Last updated 5 months ago

This step is optional but highly recommended.

If you do not plan to manage Plex servers, you can skip this step.

Streams Manager allows you to route all requests to plex.tv domain through a proxy. This is an additional security measure to ensure that your account is not accessed from Streams Manager's IP address. This is an optional step but recommended.

You have two options for proxying:

  1. (Recommended) If you have ssh access to the machine running the Plex Media Server, you can run a simple proxy program I created which is described below. Alternatively, you could also run well known open source proxy server . This will allow you to proxy your calls to plex.tv through the machine running the Plex Media Server and the calls will look exactly the same as the calls that Plex web app makes when accessing your server. Many think, this is the best option.

  2. If you do not have ssh access to the machine running the Plex Media Server, you can purchase a separate HTTP proxy service (lots of them on the Internet like or ) and proxy your calls through that service. This will still ensure that Plex nevers sees Stream Manager's IP address.

Proxying only affects traffic going to plex.tv domain and not your server. Your server will still be accessed directly as if proxy is not enabled.

Proxy program

I have created a simple proxy executable that you can run on a machine that runs your Plex Media Server.

Requirements

The program requires .NET 6.x to be installed. Please see this to install .NET 6 on your machine .

Running

Download the executable from the for your platform (windows or linux) and choose the correct architecture (x64 or arm64) create a Docker image from the included Docker file. Make the file executable if necessary (chmod +x).

Arguments

PlexManager.Proxy run --port 5000 --username proxy_user --password proxy_pass

  • --port Port on which the proxy will listen for connections

  • --username Username for proxy authentication. Omit for no authentication

  • --password Password for proxy authentication. Omit for no authentication

https://www.squid-cache.org
https://www.anonymous-proxies.net/products/http-proxy/
https://marsproxies.com/proxies/residential-proxies
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
Github repository