LogoQuantumMC

Getting Started

How to install and run QuantumMC

Getting Started

QuantumMC is designed to be easy to deploy. You can either use pre-compiled binaries or build directly from source for the latest experimental features.

QuantumMC requires .NET 10.0 or later. Make sure your environment is up to date before proceeding.

Installation Paths

Choose the method that best fits your needs.

Running the Binary

Download: Navigate to the Releases page.

Extract: Download the QuantumMC.dll and other assets to a folder of your choice.

Run: Open a terminal and execute the following command:

dotnet QuantumMC.dll

Building from GitHub

Clone: Use Git to clone the repository.

git clone https://github.com/BedrockSharp/QuantumMC.git
cd QuantumMC

Build: Compile the project using the .NET CLI.

dotnet build -c Release

Start: Run the newly built server.

dotnet run --project src/QuantumMC/QuantumMC.csproj

System Requirements

RequirementSpecification
OSWindows, Linux, or macOS
Runtime.NET 10.0+
CPUx64 or ARM64
Memory2GB+ (varies by player count)
💡

For production environments, we recommend using Native AOT compilation to minimize memory usage and maximize performance.

On this page