I have had PMS on RPi3 set up for quite a while with no problems. After returning from a long trip, when I try to connect through a web browser it appears that the server is not allowing the connection. When trying to access via the Android App my server is offline.
When I enter
sudo service plexmediaserver status
I get
plexmediaserver.service - LSB: Plex Media Server
Loaded: loaded (/etc/init.d/plexmediaserver)
Active: active (exited) since Mon 2017-07-17 21:29:55 MDT; 2 days ago
Process: 433 ExecStart=/etc/init.d/plexmediaserver start (code=exited, status=0/SUCCESS)
Jul 17 21:29:53 raspberrypi_1 su[461]: Successful su for pi by root
Jul 17 21:29:53 raspberrypi_1 su[461]: + ??? root:pi
Jul 17 21:29:53 raspberrypi_1 su[461]: pam_unix(su:session): session opened…0)
Jul 17 21:29:55 raspberrypi_1 systemd[1]: Started LSB: Plex Media Server.
Jul 17 21:29:55 raspberrypi_1 plexmediaserver[433]: Starting Plex Media Serve…
Jul 17 22:40:38 raspberrypi_1 systemd[1]: Started LSB: Plex Media Server.
Hint: Some lines were ellipsized, use -l to show in full.
I have two questions:
- Should I just consider installing Rasplex?
- What might I do to troubleshoot this issue?