Deploy your own private media server instance using Docker, Unraid, Railway, or Python. 100% free with zero telemetry or central tracking.
Save the following configuration as docker-compose.yml and start the service with a single command:
Launch the container in the background:
Your media server will be live immediately at http://localhost:8321.
If you prefer cloud deployment without managing local hardware, deploy directly using our Railway configuration:
Clone the repository and launch the backend dev server:
| Variable | Default | Description |
|---|---|---|
PORT |
8321 |
The HTTP port your server listens on. |
REGION |
US |
Default spoofed FAST catalog region (US, GB, CA, DE, ES, MX, FR). |
DATABASE_URL |
local.db |
SQLite storage location for multi-room profiles and favorites. |