Skip to content

Install Guide Linux

moodyblue edited this page May 28, 2021 · 31 revisions

Linux

Overview

Because your specific Linux implementation can vary wildly from others, this guide is just a general overview. A fantastic thread by Wilsoncd2 can be found [here] (https://forums.plex.tv/t/linux-install-for-plex-connect/36274/15) which may provide ideas for your Linux configuration.

  1. Extract PlexConnect
  2. Create Certificates and install them on the AppleTV and PlexConnect server
  3. Run PlexConnect

Guide

  1. Extract the PlexConnect archive from the latest release. Place the folder in a location of your choosing. A good default path is "/usr/local/lib/PlexConnect".

  2. Generate the SSL Certificates.
    Use the [Mac Certificate Guide] (https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Mac-Certificates).

  3. Run PlexConnect by first opening a terminal window, cd to your install path, then type the following:

export PYTHONHTTPSVERIFY=0 sudo ./PlexConnect.py

Provide your Administrator password to complete PlexConnect startup.

You should now see messages like these in the terminal window: (Mac images shown, Linux will be similar) PlexConnect Terminal Write down the IP_Self: ###.###.###.### address as you will need it for the next step.

You can now minimize the Terminal window.

To shut PlexConnect down cleanly use CTRL-C (do not just close the Terminal window).

For manual configuration and advanced features see the [Advanced Settings page.] (https://github.com/iBaa/PlexConnect/wiki/Settings-for-advanced-use-and-troubleshooting)

If you wish to run PlexConnect as a daemon then please see this page.


[Return to Install Guide] (https://github.com/iBaa/PlexConnect/wiki/Install-Guide)