Blueprint Documentation

A fork of Blueprint Framework that works for Pyrodactyl

Banner with Blueprint Logo

This fork is not maintained by Pyro Inc. For Blueprint-specific issues, please notify @flyingcopper in the #blueprint-support channel. I will do my best to help you out. Please don't ask any other maintainer for help as they are not responsible for Blueprint.

Dependencies

# Install dependencies
sudo apt install -y ca-certificates curl git gnupg unzip wget zip

# Add Node.js apt repository
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
sudo apt update
sudo apt install -y nodejs

# Install yarn
npm i -g yarn
yarn install

Now follow the instructions for your installation method.

On this page