[](https://patreon.com/LANCommander)
**Self-hosted game distribution - no internet required.**
LANCommander is an open-source, self-hostable digital game platform. Host your own game library, distribute games across your local network, and let players browse and install from a polished desktop launcher. Originally built for LAN parties where internet access isn't available, but works anywhere you want a private game distribution platform.
## Screenshots
<table>
<tr>
<td><imgsrc="LANCommander.Documentation/Releases/_Assets/2.1.0 - Depot.jpg"alt="Game Depot - browse popular games, genres, and new releases"/></td>
<td><imgsrc="LANCommander.Documentation/Releases/_Assets/2.1.0 - Launcher.jpg"alt="Game Detail - view game info, media, and launch games"/></td>
</tr>
<tr>
<td><em>Depot - browse by genre, popularity, and new releases</em></td>
<td><em>Game detail view with media, description, and play controls</em></td>
</tr>
<tr>
<td><imgsrc="LANCommander.Documentation/Releases/_Assets/2.1.0 - Shelf.jpg"alt="Game Library - your full collection at a glance"/></td>
<td><imgsrc="LANCommander.Documentation/Releases/_Assets/2.1.0 - Server - Preview.png"alt="Server Admin - web-based game management dashboard"/></td>
</tr>
<tr>
<td><em>Library shelf - your full game collection at a glance</em></td>
<td><em>Server admin dashboard - manage games, users, and settings</em></td>
</tr>
</table>
## Features
### Game Distribution
- **Self-hosted game library** - host and distribute games over your local network
- **No internet dependency** - all assets served locally, perfect for closed networks
- **Multi-part archive uploads** with chunked transfer for large games
- **Automatic metadata lookup** from IGDB and SteamGridDB (covers, icons, backgrounds)
- **Redistributable management** - bundle and auto-install Visual C++, .NET, DirectX, etc.
### Desktop Launcher
- **Polished game browser** with depot storefront, library shelf, and search/filtering
- **Download queue** with progress tracking and install management
- **Cloud saves** - automatic backup and restore of game save files
- **Auto-discovery** - finds servers on your network via UDP beacon
- **Media viewer** - browse screenshots and video trailers for each game
- **Discord Rich Presence** integration
- **Offline mode** support
### Server Administration
- **Web-based dashboard** built on ASP.NET Blazor
- **User management** with registration, approval workflows, and role-based access
- **OpenID Connect** authentication support
- **PowerShell scripting** - pre/post install, pre/post launch hooks with a built-in editor
- **Dedicated server management** with RCON support
- **Play session tracking** and statistics
### Game Packaging
- **Dedicated Packager tool** with step-by-step wizard for creating game packages
- **Automatic metadata lookup** - search IGDB and auto-fill game details
- **Registry capture** and installer monitoring
- **Direct upload** to your LANCommander server
### Developer SDK
- **Published on NuGet** - [`LANCommander.SDK`](https://www.nuget.org/packages/LANCommander.SDK)
- Build custom clients and tools with the .NET SDK
All config and uploaded game archives are stored in `/app/Data`.
### Standalone
Download the latest release for your platform from the [Releases](https://github.com/LANCommander/LANCommander/releases) page. The server is a self-contained binary with no external dependencies beyond a supported OS.
The Docker image supports optional SteamCMD installation. Set `STEAMCMD=1` to enable it. SteamCMD will be installed in `/app/Data/Steam` with cached credentials persisted across container restarts.
LANCommander is a management and distribution platform; it does not come bundled with any games. The best candidates are portable, DRM-free, freeware, shareware, or abandonware titles. Join our [Discord](https://discord.gg/vDEEWVt8EM) where the community shares pre-packaged freeware games.
### I have a large LAN party planned. What about scaling?
LANCommander communicates over HTTP(S). All downloads are served through standard API routes (`/api/Games/{id}/Download`), making it compatible with reverse proxies and LAN caching solutions.
See [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions and contribution guidelines. If you're not a developer, contributing to the [documentation](https://lancommander.app/) is a great way to help.