Playhouse.
Server

Playhouse Server

Self-hosting your own library. Not shipped yet — here's the plan.

Playhouse Server has not been released. This page exists so the docs tree has a home for it — nothing below is installable yet.

Playhouse Server will let you host a library on your own hardware and stream it to every Playhouse client, in the same shape as Plex, Jellyfin or Emby.

Planned scope

  • Library indexing — scan directories, fetch metadata, build a catalogue
  • Transcoding — hardware-accelerated where available, direct play where possible
  • Users and profiles — multiple households, per-user watch state
  • Remote access — reach your server from outside your network

Planned shape

Distributed as a Docker image and as native builds for common NAS platforms. No account required to run it; a Playhouse account only ties clients together.

docker-compose.yml
services:
  playhouse:
    image: playhouse/server:latest
    ports:
      - "8096:8096"
    volumes:
      - ./config:/config
      - /mnt/media:/media:ro

Following along

Client-side documentation lives under Apps and is current today.

On this page