01Server

curl -fsSL https://raw.githubusercontent.com/detain/phlix-server/master/scripts/install.sh | sudo bash

One line, on a fresh Ubuntu or Debian host. Installs PHP 8.3+, MySQL and FFmpeg; creates the phlix user, database and env file; runs migrations; registers a systemd service behind HAProxy with an auto-renewing certificate. Pass --domain and --admin-email to provision HTTPS in the same run. The server runs on Workerman 5.x with an async coroutine core.

Installation documentation · phlix-server source

02Clients

Step 2 of two. Install the server, then take the client you own.

03Ecosystem

phlix-server
github.com/detain/phlix-server
The media server itself — PHP 8.3+, Workerman 5.x
phlix-hub
github.com/detain/phlix-hub
Cloud directory + reverse-tunnel relay
phlix-shared
github.com/detain/phlix-shared
Shared interfaces, DTOs, event types — Composer package
phlix-docs
github.com/detain/phlix-docs
End-user, developer, and hub-admin docs (VitePress)
phlix-plugin-example
github.com/detain/phlix-plugin-example
Reference metadata-provider plugin

Read before you run.

The documentation covers configuration, libraries, transcoding profiles and hub pairing.