Install on Windows
System Requirements
Before starting the installation, ensure your system meets the following requirements:
- Windows 10 version 10.0.15063 or later
- Windows Server 2016 or later
Installation
Install uv
Using WinGet (recommended):
winget install --id=astral-sh.uv -eAlternatively, via PowerShell:
powershell -ExecutionPolicy Bypass -c "irm https://astral.sh/uv/install.ps1 | iex"Create a virtual environment
uv venvActivate the virtual environment
.venv\Scripts\activateInstall Endstone
uv pip install endstoneNext steps
- Continue to First Steps to learn how to run the server, configure it, and join.
Last updated on