cjmurph / PmsService

Plex Media Server service wrapper for windows
MIT License
504 stars 57 forks source link

Changing PmsService user account resets PLEX Server #56

Closed roughnecks closed 2 years ago

roughnecks commented 2 years ago

Hello.

I had to change the user account used to run PmsService and since then my PLEX Server went offline with all its libraries..

Is there a reason for this and a way to prevent it from happening again?

Thanks

TechieGuy12 commented 2 years ago

Hi, This is unrelated to the PmsService, however, I will help out as best I can.

The Plex settings and databases are specific to a user. When you change users, all the settings and databases are stored with the previous user, so they aren't available to the new user.

You can, however, move all your Plex settings from one user to another. You can read the details about how to do it here: https://www.plexopedia.com/plex-media-server/windows/moving-plex-media-server-different-user-account/.

roughnecks commented 2 years ago

Thanks, I already read that after what happened. The fact is, I didn't change user on Windows, I only changed the user which runs the service.

cjmurph commented 2 years ago

The user the service runs as is the profile the library is created in. If you change that user, you will have a different library as @TechieGuy12 mentioned.