Download options

Clone from GitHub

The fastest way to get started. Clone the repository and install dependencies.

git clone https://github.com/detain/phlix-server.git cd phlix-server composer install

Requirements

  • PHP 8.3 or higher
  • Composer
  • FFmpeg
  • MySQL 8.0+ or MariaDB 10.5+

System Requirements

Phlix runs on your own hardware. Here's what you need.

Minimum

  • 2 GHz dual-core CPU
  • 4 GB RAM
  • 10 GB storage
  • Linux, macOS, or Windows

Recommended

  • 3 GHz quad-core CPU or better
  • 8 GB RAM or more
  • 50+ GB fast SSD storage
  • Gigabit ethernet

Quickstart

Start the server after installation.

# Start with PHP's built-in server (development) php start.php # Or use Workerman for production php start.php worker

Access the web UI at http://localhost:8080

Phlix Ecosystem

The complete Phlix stack.

phlix-shared

Shared interfaces, DTOs, event types — Composer package

View repository

phlix-docs

End-user, developer, and hub-admin docs (VitePress)

Read the docs

Ready to self-host?

Clone Phlix and start streaming on your own hardware.