Blueprint Documentation
A fork of Blueprint Framework that works for Pyrodactyl
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.
Installation
Learn how to install Blueprint on your server
Migrations
Learn how to migrate your Blueprint installation to a new version
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 installNow follow the instructions for your installation method.