Jump to content

Recommended Posts

Sgjumper82
Posted (edited)

Emby Users,

I have been searching for a way to enable Emby to run as a service, and today I found the answer.

It's actually very simple.

Command: Replace YourServiceName with the name of your service. (As seen below I named mine EMBY)
sc create "YourServiceName" binPath= "C:\Path\To\YourApp.exe"


PATH: Replace USERNAME with your username (If the default Installation folder was changed, you will need to locate the correct path)
C:\Users\USERNAME\AppData\Roaming\Emby-Server\system\EmbyServer.exe

CREATING THE SERVICE
Run Command prompt as administrator
Run these 2 commands in order.
1) sc create "Emby" binPath= "C:\Users\USERNAME\AppData\Roaming\Emby-Server\system\EmbyServer.exe"
2) sc config "Emby" start= auto


Restart your computer

DO NOT LOGIN

Wait a few minutes after the login prompt appears and test access from another device.

Edited by Sgjumper82
Update service

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...