Skip to main content
You are here: Setup Guides

Install Blueprint

Overview

Install Blueprint to easily manage your Pterodactyl panel.

Prerequisites (Auto installs)

Ensure you have curl, unzip, wget, bash, node, and npm installed on your system. These are common tools, and you can usually install them using your system's package manager.

Blueprint Installer

bash -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && source ~/.bashrc && nvm install 20 && npm i -g yarn && cd /var/www/pterodactyl && yarn && wget \$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '\"' -f 4) -O release.zip && unzip release.zip && chmod +x blueprint.sh && bash blueprint.sh"