root@pterodactyl-panel:~# cd /var/www/pterodactyl root@pterodactyl-panel:/var/www/pterodactyl# ls BUILDING.md LICENSE.md artisan composer.json docker-compose.example.yml package-lock.json public scripts tsconfig.json CHANGELOG.md README.md babel.config.js composer.lock jest.config.js package.json release.zip storage vendor CODE_OF_CONDUCT.md SECURITY.md blueprint.sh config nebula-v2-0-1.zip panel.tar.gz resources tailwind.config.js webpack.config.js Dockerfile app bootstrap database node_modules postcss.config.js routes tsconfig.declarations.json yarn.lock root@pterodactyl-panel:/var/www/pterodactyl# rm nebula-v2-0-1.zip root@pterodactyl-panel:/var/www/pterodactyl# blueprint -install nebula 15:31:43 INFO: Searching and validating framework dependencies.. 15:31:43 WARNING: System locale encoding is not UTF-8, extension support is limited. 15:31:43 INFO: Installing nebula... (1/1) 15:31:44 INFO: Reading and assigning extension flags.. 15:31:44 WARNING: Extension flag 'hasInstallScript' is deprecated. 15:31:44 WARNING: Extension flag 'hasExportScript' is deprecated. 15:31:44 INFO: Writing extension placeholders.. 15:31:44 WARNING: Nebula is built for version beta-2024-08, but your version is beta-2025-09. 15:31:46 INFO: Cloning and linking views directory.. 15:31:46 INFO: Cloning and linking public directory.. 15:31:46 INFO: Cloning and linking private directory.. 15:31:46 INFO: Linking and writing assets directory.. 15:31:46 INFO: Cloning admin view.. 15:31:46 INFO: Cloning admin controller.. 15:31:46 INFO: Cloning and linking dashboard wrapper.. 15:31:46 INFO: Cloning and linking admin wrapper.. 15:31:46 INFO: Creating and linking extension filesystem.. 15:31:46 INFO: Cleaning up build files.. 15:31:46 WARNING: Extension uses a custom installation script, proceed with caution. ▉ ▉ ▉▉▉ ▉▉ ▉ ▉ ▉ ▉ ▉▉ ▉ ▉▉ ▉▉▉ ▉ ▉ ▉ ▉ ▉ ▉ ▉▉ ▉▉▉ ▉▉ ▉▉▉ ▉▉▉ ▉ ▉ © 2023-2024 Emma (prpl.wtf) ┃  Welcome to Nebula ┃ Thank you so much for purchasing Nebula, traveler! ┃ Let us know if you encounter any issues (or just ┃ want to leave feedback) by sending us an email ┃ or opening an issue on our issue tracker. ┃ ┃ 󰇮 hello@prpl.wtf ┃ 󰍡 https://github.com/prplwtf/nebula/issues ┃ Press 'RETURN' to continue. ┃ Getting everything ready.. ┃ Almost there.. ┃  Software agreements ┃ By using Nebula you (the LICENSE BUYER and ┃ ALL administrators) agree to our software ┃ agreements listed on ┃ https://cdn.nebula.style/etc/policies/ ┃ Press 'RETURN' to continue and agree to our ┃ software agreements. ┃ Finishing up.. 15:32:02 INFO: Adding 'nebula' to active extensions list.. 15:32:02 INFO: Unsetting variables.. 15:32:02 INFO: Finalizing transaction.. 15:32:02 INFO: Linking filesystems.. 15:32:02 INFO: Flushing view, config and route cache.. 15:32:03 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. 15:32:03 SUCCESS: nebula has been installed. root@pterodactyl-panel:/var/www/pterodactyl# blueprint Extensions -install [name] -add -i install/update a blueprint extension -remove [name] -r remove a blueprint extension -query [name] -q information about a specific blueprint extension Developer (disabled) -init -I initialize development files -build -b install/update your development files -watch watch for changes and rebuild your development files -dist rebuild extension's dist directory -export (expose) -e export/download your development files -wipe -w remove your development files Misc -version -v returns the blueprint version -help -h displays this menu -info -f show neofetch-like information about blueprint -debug [lines] print given amount of debug lines Advanced -upgrade (remote ) update/reset to another release -rerun-install rerun the blueprint installation script root@pterodactyl-panel:/var/www/pterodactyl#