[Plex Docker Help] WebTools & Unsupported App Store


Sean M.

Recommended Posts

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

Link to comment
  • 3 months later...

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 by Cynwrig
Link to comment
  • 2 weeks later...
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... :/

 

 

Link to comment
  • 11 months later...
  • 4 weeks later...
  • 1 year later...
  • 6 months later...
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 by tardezyx
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.