-
-
Notifications
You must be signed in to change notification settings - Fork 22
Windows Kestrel
Mikhaël Regni edited this page Jul 19, 2019
·
5 revisions
The app can use the self-hosting features of .NET CORE. This is a very easy way to launch the server but you will be stuck with a command window open. It's a standalone app, so no need to install the .NET CORE runtime on your system yourself.
- Download the proper artifact from the release page.
- Unzip it to a folder of your choice.
- Open a command prompt in the folder
- Run the following command:
EmbyStat.exe
- Wait a moment and go to http://localhost:6555