13 lines
479 B
Markdown
13 lines
479 B
Markdown
---
|
|
sidebar_label: Overview
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# Server
|
|
The LANCommander server is the backbone of the platform. It provides a web interface for managing your game library and handles distribution to connected clients through the launcher.
|
|
|
|
The server is built on ASP.NET Blazor and is available as pre-built binaries for Windows, Linux, and macOS (x86 and ARM), as well as a pre-configured Docker container.
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
<DocCardList />
|