I am just about to give up. I have scoured this forum and the interwebs and tried so many different things to get it to work, still nothing. So I'm posting here in sheer desperation.
Setup: brand new RPi3, clean Raspbian Jessie 4.4 install. Ethernet connection. No firewall. Can SSH and VNC into the Pi.
Problem: can't access the web app on port :32400, or even on localhost:32400 / 127.0.0.1:32400. It always says the server is unavailable. For the love of all that is good, please help before I lose my mind...
===============================
Here are my debugging logs:
$ sudo service plexmediaserver status
● plexmediaserver.service - LSB: Plex Media Server
Loaded: loaded (/etc/init.d/plexmediaserver)
Active: active (exited) since Sat 2017-05-13 16:12:46 EDT; 11min ago
Process: 2563 ExecStop=/etc/init.d/plexmediaserver stop (code=exited, status=0/SUCCESS)
Process: 2596 ExecStart=/etc/init.d/plexmediaserver start (code=exited, status=0/SUCCESS)
May 13 16:12:45 raspberrypi su[2602]: Successful su for pi by root
May 13 16:12:45 raspberrypi su[2602]: + ??? root:pi
May 13 16:12:45 raspberrypi su[2602]: pam_unix(su:session): session opened for user pi by (uid=0)
May 13 16:12:46 raspberrypi plexmediaserver[2596]: Starting Plex Media Server: done
May 13 16:12:46 raspberrypi systemd[1]: Started LSB: Plex Media Server.
May 13 16:13:05 raspberrypi systemd[1]: Started LSB: Plex Media Server.
$ sudo journalctl -u plexmediaserver
-- Logs begin at Sat 2017-05-13 15:25:10 EDT, end at Sat 2017-05-13 16:25:21 EDT. --
May 13 15:25:13 raspberrypi systemd[1]: Starting LSB: Plex Media Server...
May 13 15:25:14 raspberrypi su[464]: Successful su for pi by root
May 13 15:25:14 raspberrypi su[464]: + ??? root:pi
May 13 15:25:14 raspberrypi su[464]: pam_unix(su:session): session opened for user pi by (uid=0)
May 13 15:25:15 raspberrypi plexmediaserver[442]: Starting Plex Media Server: done
May 13 15:25:15 raspberrypi systemd[1]: Started LSB: Plex Media Server.
May 13 16:12:33 raspberrypi systemd[1]: Stopping LSB: Plex Media Server...
May 13 16:12:33 raspberrypi plexmediaserver[2563]: Plex Media Server is not running (no process found)...
May 13 16:12:33 raspberrypi systemd[1]: Stopped LSB: Plex Media Server.
May 13 16:12:45 raspberrypi systemd[1]: Starting LSB: Plex Media Server...
May 13 16:12:45 raspberrypi su[2602]: Successful su for pi by root
May 13 16:12:45 raspberrypi su[2602]: + ??? root:pi
May 13 16:12:45 raspberrypi su[2602]: pam_unix(su:session): session opened for user pi by (uid=0)
May 13 16:12:46 raspberrypi plexmediaserver[2596]: Starting Plex Media Server: done
May 13 16:12:46 raspberrypi systemd[1]: Started LSB: Plex Media Server.
May 13 16:13:05 raspberrypi systemd[1]: Started LSB: Plex Media Server.
$ ps aux | grep plex
pi 2631 1.4 3.3 191148 31788 ? SNl 16:12 0:16 Plex Plug-in [com.plexapp.system] /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.5.5.3634-995f1dead /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/System.bundle
pi 2696 0.3 1.7 172528 16728 ? Sl 16:12 0:03 /usr/lib/plexmediaserver/Plex DLNA Server
pi 2697 0.0 1.3 105220 12596 ? Sl 16:12 0:00 /usr/lib/plexmediaserver/Plex Tuner Service /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.5.5.3634-995f1dead 32600 /waitmutex
pi 2757 0.4 2.4 118472 23312 ? Sl 16:13 0:05 Plex Plug-in [com.plexapp.agents.lyricfind] /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.5.5.3634-995f1dead /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/LyricFind.bundle
pi 2759 0.8 3.1 124456 29532 ? Sl 16:13 0:09 Plex Plug-in [com.plexapp.agents.imdb] /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.5.5.3634-995f1dead /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/PlexMovie.bundle
pi 2761 0.6 3.0 123576 28492 ? Sl 16:13 0:07 Plex Plug-in [com.plexapp.agents.thetvdb] /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.5.5.3634-995f1dead /usr/lib/plexmediaserver/Resources/Plug-ins-995f1dead/TheTVDB.bundle
pi 3294 0.0 0.1 4276 1844 pts/0 S+ 16:31 0:00 grep --color=auto plex