Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Heimdall | 6,061 | 2 days ago | 28 | mit | PHP | |||||
An Application dashboard and launcher | ||||||||||
Organizr | 4,383 | 16 days ago | 26 | gpl-3.0 | PHP | |||||
HTPC/Homelab Services Organizer - Written in PHP | ||||||||||
Pms Docker | 2,461 | 3 months ago | 4 | Shell | ||||||
Plex Media Server Docker repo, for all your PMS docker needs. | ||||||||||
Docker Traefik | 2,029 | 7 days ago | 53 | mit | Shell | |||||
Docker media and home server stack with Docker Compose, Traefik, Swarm Mode, Google OAuth2/Authelia, and LetsEncrypt | ||||||||||
Plexupdate | 1,595 | 7 months ago | 12 | gpl-2.0 | Shell | |||||
Plex Update script to simplify the life of Linux Plex Media Server users. | ||||||||||
Python Plexapi | 981 | 292 | 17 | a day ago | 56 | May 30, 2022 | 46 | bsd-3-clause | Python | |
Python bindings for the Plex API. | ||||||||||
Synclounge | 960 | a month ago | 376 | June 24, 2022 | 25 | mit | JavaScript | |||
Enjoy Plex with your friends. In Sync. Together. | ||||||||||
Pmsservice | 442 | 21 days ago | 12 | mit | C# | |||||
Plex Media Server service wrapper for windows | ||||||||||
Config | 396 | 2 months ago | 25 | gpl-2.0 | Shell | |||||
Armbian Linux configuration utility | ||||||||||
Pms_updater | 366 | 2 years ago | 31 | mit | Shell | |||||
Shell script for updating the Plex Media Server inside the FreeNAS Plex plugin |
As the name would imply, this software is a service wrapper for Plex Media Server.
You can use it to run PMS on a Windows computer without having to be logged in. Just install it, set the user it should run as, and you're all set.
Optionally, you can use PlexService to configure remote drive mappings for your media, as well as auxiliary applications to run when Plex is running.
For help and further information please visit the Plex forums: https://forums.plex.tv/discussion/93994/pms-as-a-service
Simply download the latest release, run the installer, and enter the user information when prompted.
You can also silently install the package using the following syntax:
msiexec.exe /i c:\PlexServiceInstaller.msi /QN SERVICE_USERNAME="MyUsername" SERVICE_PASSWORD="MyPassword"
NOTE: You must run the install command as administrator if executing silently, as the application can't prompt for elevation. Installation will fail if you don't run your script/command prompt as admin.
You should be able to upgrade PlexService in-place. In rare occurrences, you may not be able to properly update or uninstall PlexService.
If that happens, see below for steps to manually remove it for a clean installation.
To completely remove the PlexService application, do the following:
sc stop PlexService
taskkill /IM PlexService.exe /F
sc delete PlexService
del /S C:\progra~2\PlexService\
del /S "C:\users\<PMSSERVICEUSERNAME>\AppData\Local\Plex Service\"