Skip to Content
⚠ Under Construction
DocumentationGetting StartedInstallationLinux

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

Installation

Install uv 

Using the official install script (recommended):

curl -LsSf https://astral.sh/uv/install.sh | sh

If your system doesn’t have curl, you can use wget:

wget -qO- https://astral.sh/uv/install.sh | sh

Create a virtual environment

uv venv

Activate the virtual environment

source .venv/bin/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