cd into /var/lib/plexmediaserver … and then drill down further until you see Logs.
Make a tar.gz or ZIP of what you find there and attach it please.
If you find nothing, then this is likely a permissions problem meaning you need to check which UID/GID owns /var/lib/plexmediaserver. It should be plex:plex for a default configuration.
Please uninstall PMS.
Verify ownership of everything in /var/lib/plexmediaserver as plex:plex (or the username you run as).
If you’re using 1.21.2.4200 – back down from it. there is a known issue with ARMv7 machines but nothng I’ve seen with i7 machines (which would surprise me)
plexmediaserver.service - Plex Media Server
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-03-27 13:51:15 CET; 2min 46s ago
Process: 1414 ExecStart=/bin/sh -c export PLEX_MEDIA_SERVER_INFO_VENDOR="(grep ^NAME= /etc/os-release | awk -F= "{print \$2}" | tr -d \" )"; export PLEX_MEDIA_SERVER_INFO_DEVICE="
Process: 1412 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, st
Main PID: 1414 (code=exited, status=1/FAILURE)
Mar 27 13:51:15 plex-xcui-vod systemd[1]: plexmediaserver.service: Service hold-off time over, scheduling restart.
Mar 27 13:51:15 plex-xcui-vod systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 3.
Mar 27 13:51:15 plex-xcui-vod systemd[1]: Stopped Plex Media Server.
Mar 27 13:51:15 plex-xcui-vod systemd[1]: plexmediaserver.service: Start request repeated too quickly.
Mar 27 13:51:15 plex-xcui-vod systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
Mar 27 13:51:15 plex-xcui-vod systemd[1]: Failed to start Plex Media Server.
~