New install on Raspberry pi 5. Strange plex page shows up on port 32400

After installing Pi os lite and update/upgrade it. I have installed PMS

sudo dpkg -i plexmediaserver_1.40.5.8921-836b34c27_arm64.deb
Selecting previously unselected package plexmediaserver.
(Reading database … 76567 files and directories currently installed.)
Preparing to unpack plexmediaserver_1.40.5.8921-836b34c27_arm64.deb …
PlexMediaServer install: Pre-installation Validation.
PlexMediaServer install: Pre-installation Validation complete.
Unpacking plexmediaserver (1.40.5.8921-836b34c27) …
Setting up plexmediaserver (1.40.5.8921-836b34c27) …
PlexMediaServer install: PlexMediaServer-1.40.5.8921-836b34c27 - Installation starting.
PlexMediaServer install:
PlexMediaServer install: Now installing based on:
PlexMediaServer install: Installation Type: New
PlexMediaServer install: Process Control: systemd
PlexMediaServer install: Plex User: plex
PlexMediaServer install: Plex Group: plex
PlexMediaServer install: Video Group: video
PlexMediaServer install: Metadata Dir: /var/lib/plexmediaserver/Library/Application Support
PlexMediaServer install: Temp Directory: /tmp
PlexMediaServer install: Lang Encoding: en_US.UTF-8
PlexMediaServer install: Processor:
PlexMediaServer install: Intel i915 Hardware: Not found
PlexMediaServer install: Nvidia GPU card: Not Found
PlexMediaServer install:
PlexMediaServer install: Completing final configuration.
PlexMediaServer install: PlexMediaServer-1.40.5.8921-836b34c27 - Installation successful. Errors: 0, Warnings: 0
Processing triggers for mailcap (3.70+nmu1) …

But when I access the the plex page, i just get a xml file.

I have no idea what’s going wrong.

sudo service plexmediaserver status
● plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; preset: enabled)
Active: active (running) since Mon 2024-09-09 14:19:56 CEST; 17min ago
Process: 3164 ExecStartPre=/bin/sh -c /usr/bin/test -d “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}” || /bin/mkdir -p “${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}” (code=exited, status=0/SUCCESS)
Main PID: 3166 (Plex Media Serv)
Tasks: 110 (limit: 4450)
CPU: 30.340s
CGroup: /system.slice/plexmediaserver.service
├─3166 “/usr/lib/plexmediaserver/Plex Media Server”
├─3210 “Plex Plug-in [com.plexapp.system]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.40.5.8921-83>
├─3253 “/usr/lib/plexmediaserver/Plex Tuner Service” /usr/lib/plexmediaserver/Resources/Tuner/Private /usr/lib/plexmediaserver/Resources/Tuner/Shared 1.40.5.8921-836b34c27 32600
├─3280 “Plex Plug-in [com.plexapp.agents.themoviedb]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.4>
├─3282 “Plex Plug-in [org.musicbrainz.agents.music]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.40>
├─3462 “Plex Plug-in [com.plexapp.agents.thetvdb]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.40.5>
├─3481 “Plex Plug-in [com.plexapp.agents.plexthememusic]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version>
├─3627 “Plex Plug-in [com.plexapp.agents.imdb]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.40.5.89>
└─3649 “Plex Plug-in [com.plexapp.agents.localmedia]” /usr/lib/plexmediaserver/Resources/Plug-ins-836b34c27/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 1.4>

Try http://192.168.1.138:32400/web instead.

Strange, but adding web works.
However I can’t remember I ever added web before on intel based computers

Anyway problem solved. Thanks

Maybe your browser auto-completed the URL from when you previously entered it. The /web path / suffix was always required to access the web app.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.