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 2. Install Blueprint for Nova

Install the required dependencies for Blueprint:

apt install -y zip unzip git curl wget

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

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

Now, you can follow the Blueprint documentation to continue the installation. Make sure to start at the "Unarchive release", as you've already done the necessary steps before this!