Installation Support

I was hoping to get an idea of how to start about installing this...
Navigate to your Pterodactyl folder. (most likely /var/www/pterodactyl)

2. Install NodeJS, NPM and Yarn using the following commands. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems.

sudo apt-get install -y ca-certificates curl gnupg
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
apt-get update
apt-get install -y nodejs
npm i -g yarn
yarn
3. Download the latest release of Blueprint and extract it (stable build) or pull the files via git (bleeding-edge build).

4. If you haven't already, place the Blueprint files inside of your Pterodactyl folder. (common location is /var/www/pterodactyl)

5. Run the Blueprint installation script. This runs the commands required for Blueprint to function correctly. If your Pterodactyl folder is not /var/www/pterodactyl you may need to put _FOLDER="/path/to/pterodactyl" in front of bash blueprint.sh.

chmod +x blueprint.sh
bash blueprint.sh
6. After waiting for the installation script to finish, open up your Pterodactyl admin panel and click on the puzzle icon in the top right of the website to verify your installation.
Navigate to your Pterodactyl folder. (most likely /var/www/pterodactyl)

2. Install NodeJS, NPM and Yarn using the following commands. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems.

sudo apt-get install -y ca-certificates curl gnupg
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
apt-get update
apt-get install -y nodejs
npm i -g yarn
yarn
3. Download the latest release of Blueprint and extract it (stable build) or pull the files via git (bleeding-edge build).

4. If you haven't already, place the Blueprint files inside of your Pterodactyl folder. (common location is /var/www/pterodactyl)

5. Run the Blueprint installation script. This runs the commands required for Blueprint to function correctly. If your Pterodactyl folder is not /var/www/pterodactyl you may need to put _FOLDER="/path/to/pterodactyl" in front of bash blueprint.sh.

chmod +x blueprint.sh
bash blueprint.sh
6. After waiting for the installation script to finish, open up your Pterodactyl admin panel and click on the puzzle icon in the top right of the website to verify your installation.
On step 4 it says to place the blueprint files inside of your pterodactyl folder. Does that mean like physically go onto the server and drag and drop it into that folder? Or is there a command I can run instead to install blueprint?
33 Replies
Phedona
Phedona•2y ago
wait
oButterzzz
oButterzzzOP•2y ago
ok
Phedona
Phedona•2y ago
GitHub
GitHub - growtoups/bp-utilities: BP-UTILITIES, an unofficial bluepr...
BP-UTILITIES, an unofficial blueprint script, now allows for hassle-free installation and uninstallation of blueprint, with the added capability to simultaneously update Pterodactyl and Blueprint, ...
Phedona
Phedona•2y ago
try this
oButterzzz
oButterzzzOP•2y ago
Supreme! Thank you it worked! So just for some more clarification, does this script install the entire thing? Like... All steps?
No description
Phedona
Phedona•2y ago
it should be, yes @Growtoups | elixior.cloud
oButterzzz
oButterzzzOP•2y ago
Awesome! I really appreciate that man, do I need to restart nginx? And should I migrate my database? I assume so yes...
Phedona
Phedona•2y ago
database: yes restart nginx: no
oButterzzz
oButterzzzOP•2y ago
Sweet thank you.
Phedona
Phedona•2y ago
:catThumbsup:
oButterzzz
oButterzzzOP•2y ago
:cube: Awesome, so now I should be good to follow the pterodactyl theme that I purchased right?
Phedona
Phedona•2y ago
which one
oButterzzz
oButterzzzOP•2y ago
* Extension installation.
Before you can start using Nebula, you'll need Blueprint. Blueprint allows themes like Nebula to have great compatibility with other modifications made by extensions. You can find more information, download links and documentation at **https://blueprint.zip**.

After you've installed Blueprint, drag and drop the `nebula.blueprint` file over to your Pterodactyl folder (commonly /var/www/pterodactyl) and run `blueprint -install nebula`.

You can find Nebula's configuration options in your admin panel (admin > extensions > nebula). If you like the theme please leave a review on the marketplace where you've bought Nebula.
* Extension installation.
Before you can start using Nebula, you'll need Blueprint. Blueprint allows themes like Nebula to have great compatibility with other modifications made by extensions. You can find more information, download links and documentation at **https://blueprint.zip**.

After you've installed Blueprint, drag and drop the `nebula.blueprint` file over to your Pterodactyl folder (commonly /var/www/pterodactyl) and run `blueprint -install nebula`.

You can find Nebula's configuration options in your admin panel (admin > extensions > nebula). If you like the theme please leave a review on the marketplace where you've bought Nebula.
Nebula šŸ™‚
Phedona
Phedona•2y ago
extract nebula on your desktop drag&drop nebula.blueprint in var/www/pterodactyl run blueprint -install nebula
oButterzzz
oButterzzzOP•2y ago
Okay, and I should be able to extract the .zip file on the servers desktop because of the dependencies installed earlier correct? Or will i need to go install like 7zip or whatever ubuntu's counterpart is...? I just had a revelation.. Can't i just unzip it on windows, then flashdrive it onto my server... ? Sorry, i didn't think about that if that's what you were just typing... ;/
Phedona
Phedona•2y ago
Uploaded by Phedona | 17.03.24 04:29
PROFESSIONAL DOMAIN
png | 2.25 KB
oButterzzz
oButterzzzOP•2y ago
Sweet, so just go onto the server, paste that link and then download it from that website? Then no need to unzip and all that? And how to access the GUI for the /var/www/pterodactyl/ to physically drag and drop it into... You've been SUPER helpful and it's really appreciative. I'll let the developer of nebula know how helpful you guys have been too. Not that you guys needed the boost but there.
Phedona
Phedona•2y ago
So, you download Nebula as usual. Then, you unzip the nebula.zip file on your desktop, and you'll see a Nebula folder. Inside it, there's the nebula.blueprint file, which you simply upload to the server's archive /var/www/pterodactyl. Once that's done, you SSH into your server and navigate to cd /var/www/pterodactyl and execute the command blueprint -install nebula
oButterzzz
oButterzzzOP•2y ago
Sweet. THank you
Phedona
Phedona•2y ago
Then, once you've installed it, you might see something like "outdated stylesheet" or similar. If this error appears in the panel, clear your cache with ctrl+f5 or if you're using Cloudflare, then purge the cache
oButterzzz
oButterzzzOP•2y ago
Okay, thank you! I found the folder that i need to get it dragged into. i have the nebula.blueprint extracted out of the zip folder into the downloads folder. It won't let me move it to the folder for root perms
No description
oButterzzz
oButterzzzOP•2y ago
Okay, no biggie, I'm not running cloudfare.
Phedona
Phedona•2y ago
Do you have no way to do it through Windows or an SSH client? I think you could switch to the root user using sudo -s via SSH
oButterzzz
oButterzzzOP•2y ago
Very very thankful to you! Thank you!~
No description
Jake
Jake•2y ago
I made install script nub
Eternal
Eternal•2y ago
physically go onto the server
yeah go to the datacenter and drop blueprint files on top of the server
Jake
Jake•2y ago
Ofc. best way to do it SFTP not secure enough its a bring your own monitor, mouse, keyboard to work day
Growtoups | elixior.cloud
Indeed
Eternal
Eternal•2y ago
that's still not safe they have the drive and the hardware
Jake
Jake•2y ago
Umm take a microwave too And a rare earth magnet
Eternal
Eternal•2y ago
and your own chair what if they spy thru the chair also desk
Jake
Jake•2y ago
Bring your own office to work day
Eternal
Eternal•2y ago
bring your own work to a work day

Did you find this page helpful?