Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Plex landing page that redirects to Plex.tv, PlexRequests, and PlexEmail, with live server status.
PlexRedirect is a self-hosted HTML landing page that gives Plex server owners a single hub for opening Plex.tv, PlexRequests, and PlexEmail while displaying whether their server is online or offline.
PlexRedirect is a lightweight, single-page HTML template that serves as a central landing page for a Plex media server. It accepts your server name and links to external Plex services as input, and produces a styled page with clickable redirects and an automated status indicator. The template runs on any static web server or web root folder because it consists only of HTML, CSS, and JavaScript, with no build step or dependencies beyond the included ping.js library. The project is distributed under the MIT License and the Plex logo and name remain copyright of Plex Inc.
Plex server owners who want a simple, branded entry point to their Plex ecosystem. It's also useful for small households or shared servers that use companion tools like PlexRequests and PlexEmail, giving everyone a single link to start from. The lightweight static design suits any user who prefers a no-database, no-build setup on their existing web space.
Installation is straightforward: copy the files to your webserver root folder, optionally rename them to your server name, and access the page via your IP address. To customize, edit index.html to change your server name and the links, and adjust document.domain and port if automatic detection doesn't work. The author's example setup uses domain forwarding with masking to map a domain like www.example.com to their public IP and port, plus separate subdomains for PlexRequests and PlexEmail.
Yes, PlexRedirect is licensed under the MIT License, so you can freely use, modify, and distribute it. The Plex logo and name are copyright of Plex Inc., and are not covered by the MIT license.
You need any static web server or a webserver root folder where you can place the HTML file. No database, PHP, or build tools are required — just the HTML and JavaScript files from the repository.
Edit index.html to set document.domain to your server's IP address or a DNS service name, and adjust the port if it isn't detected automatically. The README also mentions checking semicolons in your changes if the ping isn't working.
By default, it links to Plex.tv, PlexRequests (from lokenx/plexrequests-meteor), and PlexEmail (from jakewaldron/PlexEmail). The links can be edited in index.html to point to your own instances.
The repository is a community project with several contributors who added ping.js, fixed Google Fonts protocol selection, fixed a missing semicolon, and cleaned up HTML tags. The original repository description describes it as a Plex landing page that redirects to various sites.