Blueprint for Nova

Blueprint for Nova is a fork of Blueprint, designed to work under Nova.

WARNING

Blueprint for Nova is experimental. Some extensions might not work or break the panel. If you encounter any issues, feel free to open a ticket.

Step 1. Install Nova

Nova is not a Blueprint extension. To install Blueprint for Nova, you need to first install Nova on top of a clean Pterodactyl installation. Once that's done, you can move on to step two.

Step 2a. Install Blueprint for Nova with Blueprint

If you already have Blueprint installed, installing Blueprint for Nova is quite simple. While some Pterodactyl components may have been overwritten, the core of Blueprint is still around. You can simply upgrade to Blueprint for Nova:

blueprint -upgrade remote itsvic-dev/blueprint-for-nova

Step 2b. Install Blueprint for Nova from scratch

Define the Pterodactyl directory, the same way you would when installing Blueprint.

export PTERODACTYL_DIRECTORY=/var/www/pterodactyl

Install the required dependencies for Blueprint:

apt install -y zip unzip git curl wget

Download and install the latest release of Blueprint for Nova from GitHub. You can do so easily with the following one-liner:

cd "$PTERODACTYL_DIRECTORY"
wget "$(curl -s https://api.github.com/repos/itsvic-dev/blueprint-for-nova/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O release.zip
unzip -o release.zip

Now, you can follow the rest of Blueprint's installation guide, starting at the Configure Blueprint section.