Title logo
linuxserver/htpcmanager.

An HTPCManager container, brought to you by LinuxServer.io.

21,089,231 88 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/htpcmanager
Build Time 21 May 2025 00:01:08
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 21 May 2025 at 00:01:03

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  htpcmanager:
    image: linuxserver/htpcmanager:latest
    container_name: htpcmanager
    restart: no

CLI

docker create \
  --name=htpcmanager \  --restart no \
  linuxserver/htpcmanager:latest