Wiki > Plex WebTools
Plex WebTools is a plugin for Plex that allows installation of extra modules including subtitle management.
WebTools runs on its own ports; 30257 and 28514 have been automatically generated for you, but you may use other 5 digit port between 10000 and 32767. This guide will set it up to use HTTPS, however the HTTP port still needs to be unique.
Installation
-
Download the latest release of WebTools:
wget https://github.com/ukdtom/WebTools.bundle/releases/download/3.0.0/WebTools.bundle.zip
-
Extract WebTools to the correct directory:
unzip WebTools.bundle.zip -d ~/"Library/Application Support/Plex Media Server/Plug-ins"
-
Edit the first configuration file:
nano ~/"Library/Application Support/Plex Media Server/Plug-ins/WebTools.bundle/Contents/DefaultPrefs.json"
Underneath
"id": "WEB_Port_http"
, change"default": "33400"
to"default": "30257"
.Underneath
"id": "WEB_Port_https"
, change"default": "33443"
to"default": "28514"
.Underneath
"id": "Force_SSL"
, change"default": "false"
to"default": "true"
.Save the configuration file by pressing 'Ctrl+X', then 'Y' to proceed, and finally 'Return/Enter' to confirm writing over the unmodified file.
-
Edit the second configuration file:
nano ~/"Library/Application Support/Plex Media Server/Plug-in Support/Preferences/com.plexapp.plugins.WebTools.xml"
Change
<Force_SSL>false</Force_SSL>
to<Force_SSL>true</Force_SSL>
.Add
30257
between<WEB_Port_http> </WEB_Port_http>
.Add
28514
between<WEB_Port_https> </WEB_Port_https>
.Save the second configuration file by pressing 'Ctrl+X', then 'Y' to proceed, and finally 'Return/Enter' to confirm writing over the unmodified file.
-
Restart Plex by selecting Restart on your Manage page.
Access WebTools at https://server.whatbox.ca:28514
and log in with your Plex account.