September 14, 20178 yr Hello all...im a newbie to unraid and linux...plz keep that in mind. i would like to add the web tools and unsupported app store to my plex server. for life of me no matter what i do i cant find where or how exactly to put the folder in the pluggins folder. i tried with my desk pc and on the server direct...please help
December 28, 20178 yr What could be a solve is if you configure plexinc/pms-docker to run in bridge mode. I also learned that on my Ubuntu server that netstat -an did not list 33400 as a listening port. Then of course Docker does not have a way to add a port. So I had to remove the container and start over and this time listing the additional port. I also added a restart flag to always restart the container unless I issue a stop command. Notice I added the 33400 port and the advertise IP address. After that command, both sites came right up. Hope this helps. docker run \ -d \ --name plex \ --restart=unless-stopped \ -p 32400:32400/tcp \ -p 33400:33400/tcp \ -p 3005:3005/tcp \ -p 8324:8324/tcp \ -p 32469:32469/tcp \ -p 1900:1900/udp \ -p 32410:32410/udp \ -p 32412:32412/udp \ -p 32413:32413/udp \ -p 32414:32414/udp \ -e TZ="[time zone]" \ -e PLEX_CLAIM="[claim code]" \ -e ADVERTISE_IP="http://[host IP]:32400/" \ -e ADVERTISE_IP="http://[host IP]:33400/" \ -h [host ip] \ -v ~/.plex/config:/config \ -v ~/.plex/transcode:/transcode \ -v /data/Media:/data \ plexinc/pms-docker Edited December 30, 20178 yr by Cynwrig
January 10, 20188 yr On 2/17/2016 at 10:05 PM, ljm42 said: Short instructions Download WebTools.bundle.zip from https://github.com/dagalufh/WebTools.bundle/releases/latest and extract it to your desktop. Locate the "Webtools.bundle" folder. Copy the Webtools.bundle folder to your Plex Plug-ins directory here: \\<tower>\appdata\<Plex appdata>\Library\Application Support\Plex Media Server\Plug-ins If you get a permission denied error, you'll need to SSH to the server and: cd "/mnt/user/appdata/<Plex appdata>/Library/Application Support/Plex Media Server/" chmod a+w Plug-ins then try copying the directory again When it is done you should be able to navigate to: \\<tower>\appdata\<Plex appdata>\Library\Application Support\Plex Media Server\Plug-ins\WebTools.bundle\Contents If you are able to pull up the Content directory directly under Plug-ins\WebTools.bundle, then everything is in the right place. Wait a few minutes, then login to Plex. Go to the Channels area and you should see WebTools (although if you click the image the wrong url will be displayed.) If it isn't listed, wait longer and try again. If you want to kick-start it, restart the Plex docker, wait some more and check again. Once you see the channel listed, you can access WebTools at this url: http://<unraid IP address here>:33400/ thank you soo much for this made it really easy.. now faced with using my plex login in webapp...
December 26, 20187 yr I have tried to intall web tools 3.0 several time but cannot get it to open the browser page as requested. Also notice that my ip numbers both have an addition 1 in them compared to the ones I am seeing in the forums? 192.168.225.1:33443 192.168.225.1:33400
January 22, 20197 yr Just wanted to add that in order to get webhooks running the plex docker has to be in HOST mode. I had mine on bridge mode since I was using it with the letsencrypt docker. (there is a way to use letsencrypt in host mode I just had no reason to before and was lazy).
November 22, 20205 yr I am also having a problem opening the web page. From all the logs, WebTools appears to start correctly. I run the Plex docker on the Custom:Proxynet network type, and have tried to add 33400 as an additional port mapping in the docker. It doesn't seem to work. Any ideas?
June 4, 20215 yr On 11/22/2020 at 8:52 PM, Slinkynose said: I am also having a problem opening the web page. From all the logs, WebTools appears to start correctly. I run the Plex docker on the Custom:Proxynet network type, and have tried to add 33400 as an additional port mapping in the docker. It doesn't seem to work. Any ideas? Bump - same problem: Using Plex in proxynet with reverse proxy access. I can see WebTools under Settings -> Manage -> Plugins with logo. I cannot access it locally via unraid_ip:33400 and also not via unraid_ip:33443 (https). I also do not see "Channels" anywhere. Solved: forgot to add the port to the docker. Edited June 8, 20215 yr by tardezyx
Archived
This topic is now archived and is closed to further replies.