I would like to be able to run the media server independent of accounts logging in on W7/Server 2008 R2. I know this has been mentioned previously so I thought I would post to gather support. I have tried Firedaemon/Always up/PMS Service 1.0 and none work.
Please +1 if you would like this feature so we can get the attention of the developers.
Thanks.
+1
in the mean time.
For Windows…http://support.microsoft.com/kb/137890
Thanks, tried it and it doesn't work.
+1
I was foolish and ?upgraded? to windows 8. I don’t want to have my htpc always unlocked for fears of how the win8 ties computers together with a common log in.
You can use a scheduled task to run plex in a somewhat headless mode. The reason it doesnt normally work is that it needs to be able to create a tray icon and in order to do this explorer.exe needs to be running. To fix this we create two schduled tasks, one for explorer and one for plex. I’ve included them in their xml format below, and you should be able to import them into WS2008R2 from here. (Please remember to replace the placeholders for username in the xml first
Note you will also have to enter a password in task scheduler after you import as the tasks do not run well under the system account.)
Explorer Task Start*******
2012-08-26T19:13:07.3752362
DOMAIN PLACEHOLDER*User Placeholder*
Starts Explorer In Service Mode
true
DOMAIN PLACEHOLDER*User Placeholder*
Password
HighestAvailable
IgnoreNew
true
true
true
false
false
true
false
true
true
false
false
false
false
false
PT0S
7
C:\Windows\explorer.exe
Explorer Task End*******
Plex Task Start***
2012-08-26T19:14:53.5022226
DOMAIN PLACEHOLDER*User Placeholder*
Starts Plex After Explorer
true
DOMAIN PLACEHOLDER*User Placeholder*
Password
LeastPrivilege
IgnoreNew
true
true
true
false
false
true
false
true
true
false
false
false
false
false
PT0S
7
“C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Server.exe”
Plex Task End****
I'll try this tonight on W7. What should I do if there is no domain?
A proper Windows service is the right thing to do. The tray app can stay in user mode and talk to the server.
I also vote for a proper supported windows service!
You can use NSSM, works great for me.
EDIT: Lol, I see this is a post from 2012.
@damiantje99 said:
You can use NSSM, works great for me.EDIT: Lol, I see this is a post from 2012.
There is a solution that alot of us are already using - i personally do not care if it is built-in as part of Plex Media Server or a working wrapper as we have here: PMS As A Service
Come on man… make a windows service for crying out loud. Windows 10 wants to reboot every other day and then Plex server is dead in the water. I love the product but it’s shocking that it requires an interactive login to get started. It’s called Plex “Server”!!
@system_ said:
Come on man… make a windows service for crying out loud. Windows 10 wants to reboot every other day and then Plex server is dead in the water. I love the product but it’s shocking that it requires an interactive login to get started. It’s called Plex “Server”!!
You do have some options. Put a shortcut in your start folder or make a schedule task that will start it at startup. I still have it running on 7 but never have to start it manually.
@foebik said:
@system_ said:
Come on man… make a windows service for crying out loud. Windows 10 wants to reboot every other day and then Plex server is dead in the water. I love the product but it’s shocking that it requires an interactive login to get started. It’s called Plex “Server”!!You do have some options. Put a shortcut in your start folder or make a schedule task that will start it at startup. I still have it running on 7 but never have to start it manually.
One advantage a service has over those solutions is if it crashes (not a reboot) the services can self heal and try to start itself again.
Is this on the road map at all??? I’ve been using Plex Server for a little while and just can’t believe that they don’t have an option for it to run as a service. This a server application and i hate the fact that i have to have an account logged in at all times just for this thing to run.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.