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 -e
Alternatively, via PowerShell:
powershell -ExecutionPolicy Bypass -c "irm https://astral.sh/uv/install.ps1 | iex"
Create a virtual environment
uv venv
Activate the virtual environment
.venv\Scripts\activate
Install Endstone
uv pip install endstone
Next steps
- Continue to First Steps to learn how to run the server, configure it, and join.
Last updated on