Install on Linux
System Requirements
Before starting the installation, ensure your system meets the following requirements:
- Ubuntu 22.04 LTS or later
- Debian 12 or later
Note
If your Linux distribution isn’t Ubuntu 22.04 LTS+ or Debian 12+, or your CPU architecture isn’t x86_64,
consider running Endstone inside Docker instead. See Run with Docker.
Installation
Install uv
Using the official install script (recommended):
curl -LsSf https://astral.sh/uv/install.sh | shIf your system doesn’t have curl, you can use wget:
wget -qO- https://astral.sh/uv/install.sh | shCreate a virtual environment
uv venvActivate the virtual environment
source .venv/bin/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