⚠️ Plexio is an independent project and is not in any way affiliated with Plex or Stremio. ⚠️
Plexio is an addon that bridges the gap between Plex and Stremio, enabling seamless integration of your Plex media within the Stremio interface. With Plexio, you can discover and stream your Plex content directly in Stremio.
If you'd prefer to self-host Plexio, you can do so easily using Docker. Follow these steps:
docker run -d -p 7777:80 ghcr.io/vanchaxy/plexio
https?:\/\/localhost:\d+|.*plexio.stream|.*strem.io|.*stremio.com
).20
).memory
/redis
(default: memory
).redis
cache (default: redis://redis:6399/0
).None
).None
).If you are using Plexio with a Plex server that you do not own (you will see a "shared" badge
next to the server name), you must provide the PLEX_MATCHING_TOKEN
environment variable.
This token is an access token from a Plex server you own, which will be used to
query the Plex API and resolve the Plex GUID using IMDB IDs.
To find your Plex authentication token, open any media on a Plex server you own.
Look for the XML data for the media and find the X-Plex-Token
in the URL.
Copy the token from the URL.
You can learn more about finding your authentication token in the official Plex article "Finding an authentication token".
git clone https://github.com/yourusername/plexio.git
.env
file and configure the required environment variables.docker-compose up --build
For bug reports, feature requests, or general questions, join our Discord support forum.
Alternatively, you can open an issue directly in this repository.