root@localhost:~# sudo mkdir -p /etc/apt/keyrings sudo: unable to resolve host localhost.localdomain: Name or service not known root@localhost:~#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 Enter new filename: yve host localhost.localdomain: Name or service not known root@localhost:~# yings/nodesource.gpg' exists. Overwrite? (y/N) 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 y: command not found root@localhost:~# y y: command not found root@localhost:~# root@localhost:~# 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 deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main root@localhost:~# apt-get update Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease Hit:2 https://deb.nodesource.com/node_20.x nodistro InRelease Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:4 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Reading package lists... Done root@localhost:~# apt-get install -y nodejs Reading package lists... Done Building dependency tree... Done Reading state information... Done nodejs is already the newest version (20.18.0-1nodesource1). 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. root@localhost:~# npm i -g yarn changed 1 package in 423ms root@localhost:~# cs /var/www/pterodactyl Command 'cs' not found, but can be installed with: apt install csound root@localhost:~# cd /var/www/pterodactyl root@localhost:/var/www/pterodactyl# yarn yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... success Already up-to-date. Done in 0.19s. root@localhost:/var/www/pterodactyl# yarn add cross-env yarn add v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [4/5] Linking dependencies... warning " > @preact/signals-react@1.2.1" has incorrect peer dependency "react@17.x || 18.x". warning " > styled-components@5.2.1" has unmet peer dependency "react-is@>= 16.8.0". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer dependency "@types/styled-components@^4.1.19". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer dependency "styled-components@>= 1 <= 4". warning " > xterm-addon-search-bar@0.2.0" has incorrect peer dependency "xterm-addon-search@^0.5.0". warning " > redux-devtools-extension@2.13.8" has unmet peer dependency "redux@^3.1.0 || ^4.0.0". [5/5] Building fresh packages... warning "cross-env" is already in "devDependencies". Please remove existing entry first before adding it to "dependencies". success Saved 1 new dependency. info Direct dependencies └─ cross-env@7.0.3 info All dependencies └─ cross-env@7.0.3 Done in 1.90s. root@localhost:/var/www/pterodactyl# apt install -y zip unzip git curl wget Reading package lists... Done Building dependency tree... Done Reading state information... Done zip is already the newest version (3.0-12build2). curl is already the newest version (7.81.0-1ubuntu1.18). git is already the newest version (1:2.34.1-1ubuntu1.11). unzip is already the newest version (6.0-26ubuntu3.2). wget is already the newest version (1.21.2-2ubuntu1.1). 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. root@localhost:/var/www/pterodactyl# wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O release.zip --2024-10-20 16:52:59-- https://github.com/BlueprintFramework/framework/releases/download/beta-2024-08/beta-2024-08.zip Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/592795091/f254b09b-9d70-49bc-acc1-6a3d97db3792?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241020T165259Z&X-Amz-Expires=300&X-Amz-Signature=58c9a17ca1e7cf5a86265afb5350faaa657219a52931d89d0ff4a6dad215d623&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dbeta-2024-08.zip&response-content-type=application%2Foctet-stream [following] --2024-10-20 16:52:59-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/592795091/f254b09b-9d70-49bc-acc1-6a3d97db3792?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241020T165259Z&X-Amz-Expires=300&X-Amz-Signature=58c9a17ca1e7cf5a86265afb5350faaa657219a52931d89d0ff4a6dad215d623&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dbeta-2024-08.zip&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3779751 (3.6M) [application/octet-stream] Saving to: ‘release.zip’ release.zip 100%[========================================================================================================================================>] 3.60M --.-KB/s in 0.09s 2024-10-20 16:52:59 (38.6 MB/s) - ‘release.zip’ saved [3779751/3779751] root@localhost:/var/www/pterodactyl# mv release.zip /var/www/pterodactyl/release.zip mv: 'release.zip' and '/var/www/pterodactyl/release.zip' are the same file root@localhost:/var/www/pterodactyl# unzip release.zip Archive: release.zip replace app/BlueprintFramework/Controllers/ExtensionConfigurationController.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: A inflating: app/BlueprintFramework/Controllers/ExtensionConfigurationController.php inflating: app/BlueprintFramework/Controllers/ExtensionRouteController.php extracting: app/BlueprintFramework/Extensions/.gitkeep inflating: app/BlueprintFramework/GetExtensionSchedules.php inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Client/BlueprintClientLibrary.php inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Console/BlueprintConsoleLibrary.php extracting: app/BlueprintFramework/Schedules/.gitkeep inflating: app/BlueprintFramework/Services/ConfigService/BlueprintConfigService.php inflating: app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php inflating: app/BlueprintFramework/Services/TelemetryService/BlueprintTelemetryService.php extracting: app/Console/Commands/BlueprintFramework/Extensions/.gitkeep inflating: app/Console/Commands/BlueprintFramework/LatestCommand.php inflating: app/Console/Commands/BlueprintFramework/SyncCommand.php inflating: app/Console/Commands/BlueprintFramework/CacheCommand.php inflating: app/Console/Kernel.php inflating: app/Http/Controllers/Admin/Extensions/Blueprint/BlueprintExtensionController.php inflating: app/Http/Controllers/Admin/ExtensionsController.php inflating: app/Http/Kernel.php inflating: app/Providers/AppServiceProvider.php inflating: app/Providers/Blueprint/RouteServiceProvider.php inflating: app/Services/Helpers/BlueprintExtensionLibrary.php inflating: app/Transformers/Api/Client/ServerTransformer.php inflating: blueprint/assets/Badges/alt.png extracting: blueprint/assets/Badges/badge.png inflating: blueprint/assets/Badges/wide.png inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/primary.jpg inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/small.jpg inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/tiny.jpg inflating: blueprint/assets/Banners/Generic/cover.jpg inflating: blueprint/assets/Banners/Generic/gradient.jpg inflating: blueprint/assets/Banners/Generic/text.jpg inflating: blueprint/assets/Banners/Generic/text2.jpg inflating: blueprint/assets/Banners/Generic/text3.jpg inflating: blueprint/assets/Banners/Generic/text4.jpg inflating: blueprint/assets/Banners/Pride/emblem.jpg inflating: blueprint/assets/Banners/Pride/text.jpg inflating: blueprint/assets/Banners/Pride/text2.jpg inflating: blueprint/assets/Banners/Pride/text3.jpg inflating: blueprint/assets/Description/Gallery/1.jpg inflating: blueprint/assets/Description/Gallery/2.jpg inflating: blueprint/assets/Description/Gallery/3.jpg inflating: blueprint/assets/Description/description.png inflating: blueprint/assets/Emblem/Pride/emblem.jpg inflating: blueprint/assets/Emblem/Pride/emblem2.jpg inflating: blueprint/assets/Emblem/Pride/flag.jpg inflating: blueprint/assets/Emblem/Pride/flag_round.png inflating: blueprint/assets/Emblem/Pride/transparent.png inflating: blueprint/assets/Emblem/alt.jpg inflating: blueprint/assets/Emblem/emblem.jpg inflating: blueprint/assets/Emblem/emblem.svg inflating: blueprint/assets/Emblem/red.jpg inflating: blueprint/assets/Emblem/transparent.png inflating: blueprint/assets/Extensions/Defaults/1.jpg inflating: blueprint/assets/Extensions/Defaults/2.jpg inflating: blueprint/assets/Extensions/Defaults/3.jpg inflating: blueprint/assets/Extensions/Defaults/4.jpg inflating: blueprint/assets/Extensions/Defaults/5.jpg inflating: blueprint/assets/Miscellaneous/cli.png extracting: blueprint/assets/Miscellaneous/text.png extracting: blueprint/assets/Miscellaneous/text_dark.png inflating: blueprint/assets/Stickers/holographic.png inflating: blueprint/assets/Stickers/pride.png inflating: blueprint/assets/Stickers/writedistribute.jpg inflating: blueprint/assets/Stickers/circular.png inflating: blueprint/assets/Stickers/retro.png extracting: blueprint/dev/.gitkeep inflating: blueprint/extensions/blueprint/assets/admin.extensions.css inflating: blueprint/extensions/blueprint/assets/blueprint.style.css inflating: blueprint/extensions/blueprint/assets/byte.png extracting: blueprint/extensions/blueprint/assets/exports/.gitkeep extracting: blueprint/extensions/blueprint/assets/favicon@30x30.png extracting: blueprint/extensions/blueprint/assets/logo.jpg inflating: blueprint/extensions/blueprint/assets/misc/cacheOverlay-1.css inflating: blueprint/extensions/blueprint/private/build/extensions/admin.blade.php inflating: blueprint/extensions/blueprint/private/build/extensions/button.blade.php inflating: blueprint/extensions/blueprint/private/build/extensions/config/ExtensionFS.build inflating: blueprint/extensions/blueprint/private/build/extensions/console/ArtisanCommandConstructor extracting: blueprint/extensions/blueprint/private/build/extensions/console/ScheduleConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/controller.build inflating: blueprint/extensions/blueprint/private/build/extensions/routes/accountRouteConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/routes/importConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/routes/serverRouteConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/route.php extracting: blueprint/extensions/blueprint/private/build/templates/.gitkeep extracting: blueprint/extensions/blueprint/private/db/database extracting: blueprint/extensions/blueprint/private/db/installed_extensions extracting: blueprint/extensions/blueprint/private/db/onboarding extracting: blueprint/extensions/blueprint/private/db/randomclassname extracting: blueprint/extensions/blueprint/private/db/telemetry_id extracting: blueprint/extensions/blueprint/private/debug/logs.txt inflating: blueprint/extensions/blueprint/public/index.html extracting: blueprint/tmp/.gitkeep inflating: config/ExtensionFS.php inflating: database/migrations/2024_03_02_181839_create_blueprint_table.php inflating: database/migrations/2024_08_19_120520_add_cache_to_blueprint_table.php extracting: public/assets/extensions/.gitkeep extracting: public/extensions/.gitkeep extracting: public/fs/.gitkeep inflating: public/robots.txt inflating: resources/scripts/api/server/getServer.ts inflating: resources/scripts/blueprint/components/Account/API/AfterContent.tsx inflating: resources/scripts/blueprint/components/Account/API/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Account/Overview/AfterContent.tsx inflating: resources/scripts/blueprint/components/Account/Overview/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Account/SSH/AfterContent.tsx inflating: resources/scripts/blueprint/components/Account/SSH/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Authentication/Container/AfterContent.tsx inflating: resources/scripts/blueprint/components/Authentication/Container/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/AfterEntryDescription.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/AfterEntryName.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/BeforeEntryDescription.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/BeforeEntryName.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/ResourceLimits.tsx inflating: resources/scripts/blueprint/components/Dashboard/AfterContent.tsx inflating: resources/scripts/blueprint/components/Dashboard/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/AdditionalItems.tsx inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/AfterNavigation.tsx inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/BeforeNavigation.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/AdditionalAccountItems.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/AdditionalServerItems.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/AfterSubNavigation.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/BeforeSubNavigation.tsx inflating: resources/scripts/blueprint/components/Server/Backups/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Backups/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Backups/DropdownItems.tsx inflating: resources/scripts/blueprint/components/Server/Databases/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Databases/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/DropdownItems.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/FileButtons.tsx inflating: resources/scripts/blueprint/components/Server/Files/Edit/AfterEdit.tsx inflating: resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx inflating: resources/scripts/blueprint/components/Server/Network/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Network/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/Edit/AfterEdit.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/Edit/BeforeEdit.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/List/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/List/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Settings/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Settings/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Startup/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Startup/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/AdditionalPowerButtons.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/AfterInformation.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/BeforeInformation.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/CommandRow.tsx inflating: resources/scripts/blueprint/components/Server/Users/AfterContent.tsx inflating: resources/scripts/blueprint/components/Server/Users/BeforeContent.tsx inflating: resources/scripts/blueprint/css/extensions.css extracting: resources/scripts/blueprint/css/imported/.gitkeep inflating: resources/scripts/blueprint/extends/routers/DashboardRouter.tsx inflating: resources/scripts/blueprint/extends/routers/ServerRouter.tsx inflating: resources/scripts/blueprint/extends/routers/routes.ts extracting: resources/scripts/blueprint/extensions/.gitkeep inflating: resources/scripts/components/NavigationBar.tsx inflating: resources/scripts/components/auth/LoginFormContainer.tsx inflating: resources/scripts/components/dashboard/AccountApiContainer.tsx inflating: resources/scripts/components/dashboard/AccountOverviewContainer.tsx inflating: resources/scripts/components/dashboard/ServerRow.tsx inflating: resources/scripts/components/dashboard/ssh/AccountSSHContainer.tsx inflating: resources/scripts/components/dashboard/DashboardContainer.tsx inflating: resources/scripts/components/server/backups/BackupContainer.tsx inflating: resources/scripts/components/server/backups/BackupContextMenu.tsx inflating: resources/scripts/components/server/console/Console.tsx inflating: resources/scripts/components/server/console/PowerButtons.tsx inflating: resources/scripts/components/server/console/ServerConsoleContainer.tsx inflating: resources/scripts/components/server/console/ServerDetailsBlock.tsx inflating: resources/scripts/components/server/databases/DatabasesContainer.tsx inflating: resources/scripts/components/server/files/FileDropdownMenu.tsx inflating: resources/scripts/components/server/files/FileEditContainer.tsx inflating: resources/scripts/components/server/files/FileManagerContainer.tsx inflating: resources/scripts/components/server/network/NetworkContainer.tsx inflating: resources/scripts/components/server/schedules/ScheduleContainer.tsx inflating: resources/scripts/components/server/schedules/ScheduleEditContainer.tsx inflating: resources/scripts/components/server/settings/SettingsContainer.tsx inflating: resources/scripts/components/server/startup/StartupContainer.tsx inflating: resources/scripts/components/server/users/UsersContainer.tsx inflating: resources/scripts/index.tsx inflating: resources/scripts/routers/DashboardRouter.tsx inflating: resources/scripts/routers/ServerRouter.tsx inflating: resources/views/admin/extensions.blade.php inflating: resources/views/admin/extensions/blueprint/index.blade.php inflating: resources/views/blueprint/admin/admin.blade.php inflating: resources/views/blueprint/admin/entry.blade.php inflating: resources/views/blueprint/admin/template.blade.php extracting: resources/views/blueprint/admin/wrappers/.gitkeep inflating: resources/views/blueprint/dashboard/dashboard.blade.php extracting: resources/views/blueprint/dashboard/wrappers/.gitkeep extracting: resources/views/blueprint/extensions/.gitkeep inflating: resources/views/layouts/admin.blade.php inflating: resources/views/templates/wrapper.blade.php inflating: routes/blueprint.php inflating: routes/blueprint/application.php extracting: routes/blueprint/application/.gitkeep inflating: routes/blueprint/client.php extracting: routes/blueprint/client/.gitkeep inflating: routes/blueprint/web.php extracting: routes/blueprint/web/.gitkeep inflating: scripts/commands/advanced/rerun-install.sh inflating: scripts/commands/advanced/upgrade.sh inflating: scripts/commands/developer/build.sh inflating: scripts/commands/developer/export.sh inflating: scripts/commands/developer/init.sh inflating: scripts/commands/developer/wipe.sh inflating: scripts/commands/extensions/install.sh inflating: scripts/commands/extensions/remove.sh inflating: scripts/commands/misc/debug.sh inflating: scripts/commands/misc/help.sh extracting: scripts/commands/misc/version.sh inflating: scripts/commands/misc/info.sh inflating: scripts/libraries/configutility.sh inflating: scripts/libraries/grabenv.sh inflating: scripts/libraries/logFormat.sh inflating: scripts/libraries/misc.sh inflating: scripts/libraries/parse_yaml.sh extracting: storage/extensions/.gitkeep inflating: .prettierrc.json inflating: README.md inflating: .gitignore inflating: .shellcheckrc inflating: LICENSE inflating: blueprint.sh root@localhost:/var/www/pterodactyl# FOLDER="/var/www/pterodactyl"; WEBUSER="www-data"; USERSHELL="/bin/bash"; PERMISSIONS="www-data:www-data"; sed -i -E -e "s|WEBUSER=\"www-data\" #;|WEBUSER=\"$WEBUSER\" #;|g" -e "s|USERSHELL=\"/bin/bash\" #;|USERSHELL=\"$USERSHELL\" #;|g" -e "s|OWNERSHIP=\"www-data:www-data\" #;|OWNERSHIP=\"$PERMISSIONS\" #;|g" $FOLDER/blueprint.sh root@localhost:/var/www/pterodactyl# chmod +x blueprint.sh root@localhost:/var/www/pterodactyl# bash blueprint.sh mv: cannot move '/var/www/pterodactyl/blueprint' to '/var/www/pterodactyl/.blueprint/blueprint': Directory not empty sed: can't read /var/www/pterodactyl/.blueprint/extensions/blueprint/public/index.html: No such file or directory touch: cannot touch '/var/www/pterodactyl/.blueprint/extensions/blueprint/private/db/version': No such file or directory grep: .blueprint/extensions/blueprint/private/db/database: No such file or directory ██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2024 Ivy (prpl.wtf) 16:54:08 INFO: Searching and validating framework dependencies.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:54:08 INFO: Placing Blueprint command shortcut.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 194: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:54:08 INFO: Linking directories and filesystems.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 313: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 242: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory cp: cannot stat '/var/www/pterodactyl/.blueprint/assets/Emblem/emblem.jpg': No such file or directory 16:54:08 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory