unsubbed.co

LANCommander

LANCommander lets you run video game distribution platform entirely on your own server.

Overview

Documentation for LANCommander, the self-hosted game library. Learn how to set up and manage your own digital game distribution platform. The project has 378 GitHub stars and is licensed under MIT.

Getting Started

Source: GitHub README

services:
  lancommander:
    image: lancommander/lancommander:latest
    container_name: lancommander
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      # Uncomment the line below to install SteamCMD
      # - STEAMCMD=1
      # Uncomment the line below to install WINE
      # - WINE=1
    volumes:
      - /path/to/app/data:/app/Data
    ports:
      - 1337:1337/tcp   # Webinterface
      - 35891:35891/udp # Beacon Broadcast
      - 213:213/udp     # IPX Relay
    restart: unless-stopped

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, rest api, sqlite.

Features

Integrations & APIs

  • REST API