Blueprint for Nova

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

WARNING

Blueprint for Nova is beta-quality software, and 100% compatibility should not be expected as of now. If you run into any issues, contact us.

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!