Skip to content

Windows Kestrel

Mikhaël Regni edited this page Jul 19, 2019 · 5 revisions

Windows - Kestrel hosting

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.

  1. Download the proper artifact from the release page.
  2. Unzip it to a folder of your choice.
  3. Open a command prompt in the folder
  4. Run the following command: EmbyStat.exe
  5. Wait a moment and go to http://localhost:6555
Clone this wiki locally