Title logo
linuxserver/htpcmanager.

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

21,080,210 88 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/htpcmanager
Build Time 02 Apr 2025 00:03:55
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 02 Apr 2025 at 00:03:52

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