root@localhost:~# apt-get update Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Hit:7 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease Fetched 257 kB in 0s (536 kB/s) apt-get install -y nodejs Reading package lists... 59% 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:~# 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 529ms root@localhost:~# /var/www/pterodactyl -bash: /var/www/pterodactyl: Is a directory root@localhost:~# cd /path/to/pterodactyl # Replace with actual path -bash: cd: /path/to/pterodactyl: No such file or directory root@localhost:~# cd /path/to/pterodactyl -bash: cd: /path/to/pterodactyl: No such file or directory root@localhost:~# cd /path/to/pterodactyl # Replace with actual path -bash: cd: /path/to/pterodactyl: No such file or directory root@localhost:~# yarn yarn install v1.22.22 [1/4] Resolving packages... success Already up-to-date. Done in 0.03s. root@localhost:~# yarn add cross-env yarn add v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved 1 new dependency. info Direct dependencies └─ cross-env@7.0.3 info All dependencies └─ cross-env@7.0.3 Done in 0.21s. root@localhost:~# 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:~# wget "$(curl -s https://api.github.com/repos/BlueprintFramewor k/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O release.zip --2024-10-20 16:11:10-- https://github.com/BlueprintFramework/framework/release s/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%2Faws 4_request&X-Amz-Date=20241020T161111Z&X-Amz-Expires=300&X-Amz-Signature=cbf08825 9b9e9fd66339e344eee6b94c8615550f4b194e83d52eef7ab5f9a9e1&X-Amz-SignedHeaders=hos t&response-content-disposition=attachment%3B%20filename%3Dbeta-2024-08.zip&respo nse-content-type=application%2Foctet-stream [following] --2024-10-20 16:11:11-- https://objects.githubusercontent.com/github-production -release-asset-2e65be/592795091/f254b09b-9d70-49bc-acc1-6a3d97db3792?X-Amz-Algor ithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241020%2Fus-ea st-1%2Fs3%2Faws4_request&X-Amz-Date=20241020T161111Z&X-Amz-Expires=300&X-Amz-Sig nature=cbf088259b9e9fd66339e344eee6b94c8615550f4b194e83d52eef7ab5f9a9e1&X-Amz-Si gnedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dbeta-20 24-08.zip&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.1 99.110.133, 185.199.109.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185. 199.110.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.1s 2024-10-20 16:11:11 (35.3 MB/s) - ‘release.zip’ saved [3779751/3779751] root@localhost:~# mv release.zip /path/to/pterodactyl/release.zip mv: cannot move 'release.zip' to '/path/to/pterodactyl/release.zip': No such fil e or directory root@localhost:~# /var/www/pterodactyl -bash: /var/www/pterodactyl: Is a directory root@localhost:~# bc /var/www/pterodactyl bc 1.07.1 Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. /var/www/pterodactyl 1: read() in flex scanner failed root@localhost:~# cd /var/www/pterodactyl root@localhost:/var/www/pterodactyl# cd /path/to/pterodactyl # Replace with actu al path -bash: cd: /path/to/pterodactyl: No such file or directory root@localhost:/var/www/pterodactyl# yarn yarn add cross-env yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... success Already up-to-date. Done in 0.20s. 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 de pendency "@types/styled-components@^4.1.19". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer de pendency "styled-components@>= 1 <= 4". warning " > xterm-addon-search-bar@0.2.0" has incorrect peer dependency "xterm-a ddon-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 entr y 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.81s. 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/repo s/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | c ut -d '"' -f 4)" -O release.zip --2024-10-20 16:12:24-- https://github.com/BlueprintFramework/framework/release s/download/beta-2024-08/beta-2024-08.zip Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|: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%2Faws 4_request&X-Amz-Date=20241020T161111Z&X-Amz-Expires=300&X-Amz-Signature=cbf08825 9b9e9fd66339e344eee6b94c8615550f4b194e83d52eef7ab5f9a9e1&X-Amz-SignedHeaders=hos t&response-content-disposition=attachment%3B%20filename%3Dbeta-2024-08.zip&respo nse-content-type=application%2Foctet-stream [following] --2024-10-20 16:12:24-- https://objects.githubusercontent.com/github-production -release-asset-2e65be/592795091/f254b09b-9d70-49bc-acc1-6a3d97db3792?X-Amz-Algor ithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241020%2Fus-ea st-1%2Fs3%2Faws4_request&X-Amz-Date=20241020T161111Z&X-Amz-Expires=300&X-Amz-Sig nature=cbf088259b9e9fd66339e344eee6b94c8615550f4b194e83d52eef7ab5f9a9e1&X-Amz-Si gnedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dbeta-20 24-08.zip&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.1 99.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185. 199.108.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:12:25 (38.2 MB/s) - ‘release.zip’ saved [3779751/3779751] root@localhost:/var/www/pterodactyl# mv release.zip /path/to/pterodactyl/release .zip mv: cannot move 'release.zip' to '/path/to/pterodactyl/release.zip': No such fil e or directory root@localhost:/var/www/pterodactyl# cd /path/to/pterodactyl -bash: cd: /path/to/pterodactyl: No such file or directory 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/BlueprintAd minLibrary.php inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Client/BlueprintC lientLibrary.php inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Console/Blueprint ConsoleLibrary.php extracting: app/BlueprintFramework/Schedules/.gitkeep inflating: app/BlueprintFramework/Services/ConfigService/BlueprintConfigServic e.php inflating: app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceho lderService.php inflating: app/BlueprintFramework/Services/TelemetryService/BlueprintTelemetry Service.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/BlueprintExtensionC ontroller.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 creating: blueprint/ creating: blueprint/assets/ creating: blueprint/assets/Badges/ inflating: blueprint/assets/Badges/alt.png extracting: blueprint/assets/Badges/badge.png inflating: blueprint/assets/Badges/wide.png creating: blueprint/assets/Banners/ creating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBluepr int/ inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBluepr int/primary.jpg inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBluepr int/small.jpg inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBluepr int/tiny.jpg creating: blueprint/assets/Banners/Generic/ 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 creating: blueprint/assets/Banners/Pride/ 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 creating: blueprint/assets/Description/ creating: blueprint/assets/Description/Gallery/ 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 creating: blueprint/assets/Emblem/ creating: blueprint/assets/Emblem/Pride/ 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 creating: blueprint/assets/Extensions/ creating: blueprint/assets/Extensions/Defaults/ 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 creating: blueprint/assets/Miscellaneous/ inflating: blueprint/assets/Miscellaneous/cli.png extracting: blueprint/assets/Miscellaneous/text.png extracting: blueprint/assets/Miscellaneous/text_dark.png creating: blueprint/assets/Stickers/ 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 creating: blueprint/dev/ extracting: blueprint/dev/.gitkeep creating: blueprint/extensions/ creating: blueprint/extensions/blueprint/ creating: blueprint/extensions/blueprint/assets/ inflating: blueprint/extensions/blueprint/assets/admin.extensions.css inflating: blueprint/extensions/blueprint/assets/blueprint.style.css inflating: blueprint/extensions/blueprint/assets/byte.png creating: blueprint/extensions/blueprint/assets/exports/ extracting: blueprint/extensions/blueprint/assets/exports/.gitkeep extracting: blueprint/extensions/blueprint/assets/favicon@30x30.png extracting: blueprint/extensions/blueprint/assets/logo.jpg creating: blueprint/extensions/blueprint/assets/misc/ inflating: blueprint/extensions/blueprint/assets/misc/cacheOverlay-1.css creating: blueprint/extensions/blueprint/private/ creating: blueprint/extensions/blueprint/private/build/ creating: blueprint/extensions/blueprint/private/build/extensions/ inflating: blueprint/extensions/blueprint/private/build/extensions/admin.blade .php inflating: blueprint/extensions/blueprint/private/build/extensions/button.blad e.php creating: blueprint/extensions/blueprint/private/build/extensions/config/ inflating: blueprint/extensions/blueprint/private/build/extensions/config/Exte nsionFS.build creating: blueprint/extensions/blueprint/private/build/extensions/console/ inflating: blueprint/extensions/blueprint/private/build/extensions/console/Art isanCommandConstructor extracting: blueprint/extensions/blueprint/private/build/extensions/console/Sch eduleConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/controller. build creating: blueprint/extensions/blueprint/private/build/extensions/routes/ inflating: blueprint/extensions/blueprint/private/build/extensions/routes/acco untRouteConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/routes/impo rtConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/routes/serv erRouteConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/route.php creating: blueprint/extensions/blueprint/private/build/templates/ extracting: blueprint/extensions/blueprint/private/build/templates/.gitkeep creating: blueprint/extensions/blueprint/private/db/ 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 creating: blueprint/extensions/blueprint/private/debug/ extracting: blueprint/extensions/blueprint/private/debug/logs.txt creating: blueprint/extensions/blueprint/public/ inflating: blueprint/extensions/blueprint/public/index.html creating: blueprint/tmp/ 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.ts x inflating: resources/scripts/blueprint/components/Account/Overview/AfterConten t.tsx inflating: resources/scripts/blueprint/components/Account/Overview/BeforeConte nt.tsx inflating: resources/scripts/blueprint/components/Account/SSH/AfterContent.tsx inflating: resources/scripts/blueprint/components/Account/SSH/BeforeContent.ts x inflating: resources/scripts/blueprint/components/Authentication/Container/Aft erContent.tsx inflating: resources/scripts/blueprint/components/Authentication/Container/Bef oreContent.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/AfterEnt ryDescription.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/AfterEnt ryName.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/BeforeEn tryDescription.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/BeforeEn tryName.tsx inflating: resources/scripts/blueprint/components/Dashboard/ServerRow/Resource Limits.tsx inflating: resources/scripts/blueprint/components/Dashboard/AfterContent.tsx inflating: resources/scripts/blueprint/components/Dashboard/BeforeContent.tsx inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/Add itionalItems.tsx inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/Aft erNavigation.tsx inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/Bef oreNavigation.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/Add itionalAccountItems.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/Add itionalServerItems.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/Aft erSubNavigation.tsx inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/Bef oreSubNavigation.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/AfterConten t.tsx inflating: resources/scripts/blueprint/components/Server/Databases/BeforeConte nt.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/AfterCon tent.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/BeforeCo ntent.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/Dropdown Items.tsx inflating: resources/scripts/blueprint/components/Server/Files/Browse/FileButt ons.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/AfterE dit.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/Edit/Before Edit.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/List/AfterC ontent.tsx inflating: resources/scripts/blueprint/components/Server/Schedules/List/Before Content.tsx inflating: resources/scripts/blueprint/components/Server/Settings/AfterContent .tsx inflating: resources/scripts/blueprint/components/Server/Settings/BeforeConten t.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/AdditionalPo werButtons.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/AfterContent .tsx inflating: resources/scripts/blueprint/components/Server/Terminal/AfterInforma tion.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/BeforeConten t.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/BeforeInform ation.tsx inflating: resources/scripts/blueprint/components/Server/Terminal/CommandRow.t sx inflating: resources/scripts/blueprint/components/Server/Users/AfterContent.ts x inflating: resources/scripts/blueprint/components/Server/Users/BeforeContent.t sx 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.ts x 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# chmod +x blueprint.sh root@localhost:/var/www/pterodactyl# bash blueprint.sh mv: cannot move '/var/www/pterodactyl/blueprint' to '/var/www/pterodactyl/.bluep rint/blueprint': Directory not empty sed: can't read /var/www/pterodactyl/.blueprint/extensions/blueprint/public/inde x.html: No such file or directory touch: cannot touch '/var/www/pterodactyl/.blueprint/extensions/blueprint/privat e/db/version': No such file or directory grep: .blueprint/extensions/blueprint/private/db/database: No such file or direc tory ██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2024 Ivy (prpl.wtf) 16:12:53 INFO: Searching and validating framework dependencies.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensi ons/blueprint/private/debug/logs.txt: No such file or directory 16:12:53 INFO: Placing Blueprint command shortcut.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensi ons/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 194: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory 16:12:53 INFO: Linking directories and filesystems.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensi ons/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 313: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory blueprint.sh: line 242: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory cp: cannot stat '/var/www/pterodactyl/.blueprint/assets/Emblem/emblem.jpg': No s uch file or directory 16:12:53 INPUT: Would you like to put your application into maintenance while Bl ueprint is installing? (Y/n) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensi ons/blueprint/private/debug/logs.txt: No such file or directory blueprint -install nebula 16:13:17 INFO: Putting application into maintenance has been skipped. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory 16:13:17 INFO: Flushing view, config and route cache.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory blueprint.sh: line 313: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.t xt: No such file or directory 16:13:17 INPUT: Would you like to migrate your database? (Y/n) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory blueprint -install nebula 16:13:21 INFO: Database migrations have been skipped. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory 16:13:21 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory blueprint.sh: line 283: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.t xt: No such file or directory 16:13:21 INFO: Rebuilding panel assets.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/pri vate/debug/logs.txt: No such file or directory yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production - -progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete 10% building 1/2 modules 1 active ...b/index.js!/var/www/pterodactyl/resources/scripts/index.tsxB rowserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Hash: 1fead9a2574099d67fa8 Version: webpack 4.43.0 Time: 10120ms Built at: 10/20/2024 4:13:32 PM Asset Size Chunks Chunk Names 10.e8e99a13.js 3.02 KiB 10 [emitted] [immutable] 11.668d0f9f.js 4.01 KiB 11 [emitted] [immutable] 12.e21f17eb.js 5.9 KiB 12 [emitted] [immutable] 13.e6f077f8.js 4.5 KiB 13 [emitted] [immutable] 14.58f6f9eb.js 24.9 KiB 14 [emitted] [immutable] 7.0e829970.js 534 KiB 7 [emitted] [immutable] [big] 8.72384671.js 3.31 KiB 8 [emitted] [immutable] 9.2d9c7ec4.js 12.3 KiB 9 [emitted] [immutable] auth.940d4bc8.js 28.9 KiB 3 [emitted] [immutable] auth bundle.b71b557c.js 538 KiB 5 [emitted] [immutable] [big] main dashboard.6801b2f1.js 13.8 KiB 4 [emitted] [immutable] dashboard dashboard~server.c06c4e20.js 273 KiB 1 [emitted] [immutable] [big] dashboard~server manifest.json 1.15 KiB [emitted] server.3ea9b89c.js 17.3 KiB 6 [emitted] [immutable] server vendors~auth~dashboard~server.f7551f35.js 90 KiB 0 [emitted] [immutable] vendors~auth~dashboard~server vendors~dashboard~server.d4f4fa2d.js 1.09 MiB 2 [emitted] [immutable] [big] vendors~dashboard~server Entrypoint main [big] = bundle.b71b557c.js [12] ./node_modules/history/esm/history.js + 2 modules 30.6 KiB {5} [built] | 3 modules [15] ./node_modules/react-router/esm/react-router.js + 1 modules 29.2 KiB {5} [built] | 2 modules [17] ./resources/scripts/api/http.ts 4.07 KiB {5} [built] [18] ./resources/scripts/state/index.ts + 7 modules 5.07 KiB {5} [built] | ./resources/scripts/state/index.ts 359 bytes [built] | ./resources/scripts/state/flashes.ts 1.7 KiB [built] | ./resources/scripts/state/user.ts 1.54 KiB [built] | ./resources/scripts/state/permissions.ts 393 bytes [built] | ./resources/scripts/state/settings.ts 177 bytes [built] | ./resources/scripts/state/progress.ts 408 bytes [built] | ./resources/scripts/api/account/updateAccountEmail.ts 239 bytes [built] | ./resources/scripts/api/getSystemPermissions.ts 277 bytes [built] [29] ./resources/scripts/helpers.ts 1.08 KiB {5} [built] [37] ./node_modules/react-transition-group/esm/index.js + 4 modules 22.6 KiB {5} [built] | 5 modules [51] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/assets/tailwind.css 50.3 KiB {5} [built] [52] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css 426 bytes {5} [built] [53] ./resources/scripts/state/server/index.ts + 5 modules 5.83 KiB {5} [built] | ./resources/scripts/state/server/index.ts 2.38 KiB [built] | ./resources/scripts/state/server/socket.ts 284 bytes [built] | ./resources/scripts/state/server/files.ts 1.45 KiB [built] | ./resources/scripts/state/server/subusers.ts 575 bytes [built] | ./resources/scripts/state/server/schedules.ts 584 bytes [built] | ./resources/scripts/state/server/databases.ts 584 bytes [built] [81] ./node_modules/react-i18next/dist/es/index.js + 9 modules 30.2 KiB {5} [built] | 10 modules [97] multi react-hot-loader/patch ./resources/scripts/index.tsx 40 bytes {5} [built] [151] ./resources/scripts/index.tsx + 23 modules 122 KiB {5} [built] | ./resources/scripts/index.tsx 584 bytes [built] | ./resources/scripts/blueprint/css/extensions.css 421 bytes [built] | ./resources/scripts/i18n.ts 1.08 KiB [built] | ./resources/scripts/assets/css/GlobalStylesheet.ts 1.94 KiB [built] | ./resources/scripts/api/interceptors.ts 772 bytes [built] | ./resources/scripts/assets/tailwind.css 410 bytes [built] | + 18 hidden modules [410] ./resources/scripts/routers/DashboardRouter.tsx + 12 modules 25.6 KiB {4} [built] | ./resources/scripts/routers/DashboardRouter.tsx 1.22 KiB [built] | ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx 2.74 KiB [built] | ./resources/scripts/api/server/getServerResourceUsage.ts 767 bytes [built] | + 10 hidden modules [412] ./resources/scripts/routers/AuthenticationRouter.tsx + 11 modules 30.7 KiB {3} [built] | ./resources/scripts/routers/AuthenticationRouter.tsx 1.57 KiB [built] | ./resources/scripts/api/auth/login.ts 748 bytes [built] | ./resources/scripts/api/auth/requestPasswordResetEmail.ts 295 bytes [built] | ./resources/scripts/api/auth/performPasswordReset.ts 432 bytes [built] | ./resources/scripts/api/auth/loginCheckpoint.ts 493 bytes [built] | + 7 hidden modules [413] ./resources/scripts/routers/ServerRouter.tsx + 9 modules 24.8 KiB {6} [built] | ./resources/scripts/routers/ServerRouter.tsx 3.91 KiB [built] | ./resources/scripts/blueprint/extends/routers/ServerRouter.tsx 6.29 KiB [built] | ./resources/scripts/plugins/Websocket.ts 2.46 KiB [built] | ./resources/scripts/api/server/getWebsocketToken.ts 354 bytes [built] | + 6 hidden modules + 400 hidden modules Done in 10.99s. 16:13:32 INFO: Syncing Blueprint-related database values.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 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 scripts/libraries/configutility.sh: line 10: .blueprint/extensions/blueprint/private/db/telemetry_id: No such file or directory 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 16:13:32 SUCCESS: Blueprint has completed its installation process. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory scripts/libraries/misc.sh: line 10: .blueprint/extensions/blueprint/private/db/database: No such file or directory root@localhost:/var/www/pterodactyl# blueprint -install nebula 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 16:13:45 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:13:45 INFO: Installing nebula... (1/1) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory cp: cannot create regular file '.blueprint/tmp/nebula.zip': No such file or directory ./scripts/commands/extensions/install.sh: line 23: cd: .blueprint/tmp: No such file or directory 16:13:45 FATAL: Attempted navigation into nonexistent directory, halting process. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 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:18:57 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:18:57 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:18:57 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:18:57 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 16:20:25 INFO: Put application into maintenance mode. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 253: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:20:25 INFO: Flushing view, config and route cache.. 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 16:20:25 INPUT: Would you like to migrate your database? (Y/n) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory c 16:20:26 INFO: Database migrations have been skipped. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:20:26 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 283: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:20:26 INFO: Rebuilding panel assets.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete 10% building 1/2 modules 1 active /var/www/pterodactyl/node_modules/babel-loader/lib/index.js!/var/www/pterodactyl/resources/scripts/index.tsxBrowserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Hash: 3eb6a160b125e787f083 Version: webpack 4.43.0 Time: 9651ms Built at: 10/20/2024 4:20:36 PM Asset Size Chunks Chunk Names 10.e8e99a13.js 3.02 KiB 10 [emitted] [immutable] 11.668d0f9f.js 4.01 KiB 11 [emitted] [immutable] 12.e21f17eb.js 5.9 KiB 12 [emitted] [immutable] 13.e6f077f8.js 4.5 KiB 13 [emitted] [immutable] 14.58f6f9eb.js 24.9 KiB 14 [emitted] [immutable] 7.0e829970.js 534 KiB 7 [emitted] [immutable] [big] 8.72384671.js 3.31 KiB 8 [emitted] [immutable] 9.2d9c7ec4.js 12.3 KiB 9 [emitted] [immutable] auth.940d4bc8.js 28.9 KiB 3 [emitted] [immutable] auth bundle.07f3c0f1.js 538 KiB 5 [emitted] [immutable] [big] main dashboard.6801b2f1.js 13.8 KiB 4 [emitted] [immutable] dashboard dashboard~server.c06c4e20.js 273 KiB 1 [emitted] [immutable] [big] dashboard~server manifest.json 1.15 KiB [emitted] server.3ea9b89c.js 17.3 KiB 6 [emitted] [immutable] server vendors~auth~dashboard~server.f7551f35.js 90 KiB 0 [emitted] [immutable] vendors~auth~dashboard~server vendors~dashboard~server.d4f4fa2d.js 1.09 MiB 2 [emitted] [immutable] [big] vendors~dashboard~server Entrypoint main [big] = bundle.07f3c0f1.js [12] ./node_modules/history/esm/history.js + 2 modules 30.6 KiB {5} [built] | 3 modules [15] ./node_modules/react-router/esm/react-router.js + 1 modules 29.2 KiB {5} [built] | 2 modules [17] ./resources/scripts/api/http.ts 4.07 KiB {5} [built] [18] ./resources/scripts/state/index.ts + 7 modules 5.07 KiB {5} [built] | ./resources/scripts/state/index.ts 359 bytes [built] | ./resources/scripts/state/flashes.ts 1.7 KiB [built] | ./resources/scripts/state/user.ts 1.54 KiB [built] | ./resources/scripts/state/permissions.ts 393 bytes [built] | ./resources/scripts/state/settings.ts 177 bytes [built] | ./resources/scripts/state/progress.ts 408 bytes [built] | ./resources/scripts/api/account/updateAccountEmail.ts 239 bytes [built] | ./resources/scripts/api/getSystemPermissions.ts 277 bytes [built] [29] ./resources/scripts/helpers.ts 1.08 KiB {5} [built] [37] ./node_modules/react-transition-group/esm/index.js + 4 modules 22.6 KiB {5} [built] | 5 modules [51] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/assets/tailwind.css 50.3 KiB {5} [built] [52] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css 426 bytes {5} [built] [53] ./resources/scripts/state/server/index.ts + 5 modules 5.83 KiB {5} [built] | ./resources/scripts/state/server/index.ts 2.38 KiB [built] | ./resources/scripts/state/server/socket.ts 284 bytes [built] | ./resources/scripts/state/server/files.ts 1.45 KiB [built] | ./resources/scripts/state/server/subusers.ts 575 bytes [built] | ./resources/scripts/state/server/schedules.ts 584 bytes [built] | ./resources/scripts/state/server/databases.ts 584 bytes [built] [81] ./node_modules/react-i18next/dist/es/index.js + 9 modules 30.2 KiB {5} [built] | 10 modules [97] multi react-hot-loader/patch ./resources/scripts/index.tsx 40 bytes {5} [built] [151] ./resources/scripts/index.tsx + 23 modules 122 KiB {5} [built] | ./resources/scripts/index.tsx 584 bytes [built] | ./resources/scripts/blueprint/css/extensions.css 421 bytes [built] | ./resources/scripts/i18n.ts 1.08 KiB [built] | ./resources/scripts/assets/css/GlobalStylesheet.ts 1.94 KiB [built] | ./resources/scripts/api/interceptors.ts 772 bytes [built] | ./resources/scripts/assets/tailwind.css 410 bytes [built] | + 18 hidden modules [410] ./resources/scripts/routers/DashboardRouter.tsx + 12 modules 25.6 KiB {4} [built] | ./resources/scripts/routers/DashboardRouter.tsx 1.22 KiB [built] | ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx 2.74 KiB [built] | ./resources/scripts/api/server/getServerResourceUsage.ts 767 bytes [built] | + 10 hidden modules [412] ./resources/scripts/routers/AuthenticationRouter.tsx + 11 modules 30.7 KiB {3} [built] | ./resources/scripts/routers/AuthenticationRouter.tsx 1.57 KiB [built] | ./resources/scripts/api/auth/login.ts 748 bytes [built] | ./resources/scripts/api/auth/requestPasswordResetEmail.ts 295 bytes [built] | ./resources/scripts/api/auth/performPasswordReset.ts 432 bytes [built] | ./resources/scripts/api/auth/loginCheckpoint.ts 493 bytes [built] | + 7 hidden modules [413] ./resources/scripts/routers/ServerRouter.tsx + 9 modules 24.8 KiB {6} [built] | ./resources/scripts/routers/ServerRouter.tsx 3.91 KiB [built] | ./resources/scripts/blueprint/extends/routers/ServerRouter.tsx 6.29 KiB [built] | ./resources/scripts/plugins/Websocket.ts 2.46 KiB [built] | ./resources/scripts/api/server/getWebsocketToken.ts 354 bytes [built] | + 6 hidden modules + 400 hidden modules Done in 10.33s. 16:20:36 INFO: Syncing Blueprint-related database values.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 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 scripts/libraries/configutility.sh: line 10: .blueprint/extensions/blueprint/private/db/telemetry_id: No such file or directory 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 16:20:37 INFO: Put application into production. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 300: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:20:37 SUCCESS: Blueprint has completed its installation process. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory scripts/libraries/misc.sh: line 10: .blueprint/extensions/blueprint/private/db/database: No such file or directory root@localhost:/var/www/pterodactyl# cd /var/www/pterodactyl root@localhost:/var/www/pterodactyl# sudo apt-get install -y ca-certificates curl gnupg sudo: unable to resolve host localhost.localdomain: Name or service not known Reading package lists... Done Building dependency tree... Done Reading state information... Done ca-certificates is already the newest version (20240203~22.04.1). curl is already the newest version (7.81.0-1ubuntu1.18). gnupg is already the newest version (2.2.27-3ubuntu2.1). 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. root@localhost:/var/www/pterodactyl# sudo mkdir -p /etc/apt/keyrings sudo: unable to resolve host localhost.localdomain: Name or service not known root@localhost:/var/www/pterodactyl# curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg sudo: unable to resolve host localhost.localdomain: Name or service not known File '/etc/apt/keyrings/nodesource.gpg' exists. Overwrite? (y/N) y root@localhost:/var/www/pterodactyl# 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:/var/www/pterodactyl# apt-get update Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease Hit:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease Hit:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Fetched 257 kB in 0s (612 kB/s) Reading package lists... Done root@localhost:/var/www/pterodactyl# 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:/var/www/pterodactyl# npm i -g yarn changed 1 package in 525ms root@localhost:/var/www/pterodactyl# npm i -g yarn changed 1 package in 313ms root@localhost:/var/www/pterodactyl# npm npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on npm help npm more involved overview All commands: access, adduser, audit, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, help-search, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, pkg, prefix, profile, prune, publish, query, rebuild, repo, restart, root, run-script, sbom, search, set, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami Specify configs in the ini-formatted file: /root/.npmrc or on the command line via: npm --key=value More configuration info: npm help config Configuration fields: npm help 7 config npm@10.8.2 /usr/lib/node_modules/npm 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.20s. root@localhost:/var/www/pterodactyl# chmod +x 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:27:02 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:27:02 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:27:02 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:27:02 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 y 16:27:36 INFO: Put application into maintenance mode. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 253: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:27:36 INFO: Flushing view, config and route cache.. 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 16:27:36 INPUT: Would you like to migrate your database? (Y/n) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory y 16:27:38 INFO: Running database migrations.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory INFO Running migrations. 2024_03_02_181839_create_blueprint_table ............................................................................................... 11ms DONE 2024_08_19_120520_add_cache_to_blueprint_table .......................................................................................... 8ms DONE 16:27:39 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 283: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:27:39 INFO: Rebuilding panel assets.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete 10% building 1/2 modules 1 active /var/www/pterodactyl/node_modules/babel-loader/lib/index.js!/var/www/pterodactyl/resources/scripts/index.tsxBrowserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Hash: 3d573701f15df1cd743f Version: webpack 4.43.0 Time: 9674ms Built at: 10/20/2024 4:27:49 PM Asset Size Chunks Chunk Names 10.e8e99a13.js 3.02 KiB 10 [emitted] [immutable] 11.668d0f9f.js 4.01 KiB 11 [emitted] [immutable] 12.e21f17eb.js 5.9 KiB 12 [emitted] [immutable] 13.e6f077f8.js 4.5 KiB 13 [emitted] [immutable] 14.58f6f9eb.js 24.9 KiB 14 [emitted] [immutable] 7.0e829970.js 534 KiB 7 [emitted] [immutable] [big] 8.72384671.js 3.31 KiB 8 [emitted] [immutable] 9.2d9c7ec4.js 12.3 KiB 9 [emitted] [immutable] auth.940d4bc8.js 28.9 KiB 3 [emitted] [immutable] auth bundle.31f666d7.js 538 KiB 5 [emitted] [immutable] [big] main dashboard.6801b2f1.js 13.8 KiB 4 [emitted] [immutable] dashboard dashboard~server.c06c4e20.js 273 KiB 1 [emitted] [immutable] [big] dashboard~server manifest.json 1.15 KiB [emitted] server.3ea9b89c.js 17.3 KiB 6 [emitted] [immutable] server vendors~auth~dashboard~server.f7551f35.js 90 KiB 0 [emitted] [immutable] vendors~auth~dashboard~server vendors~dashboard~server.d4f4fa2d.js 1.09 MiB 2 [emitted] [immutable] [big] vendors~dashboard~server Entrypoint main [big] = bundle.31f666d7.js [12] ./node_modules/history/esm/history.js + 2 modules 30.6 KiB {5} [built] | 3 modules [15] ./node_modules/react-router/esm/react-router.js + 1 modules 29.2 KiB {5} [built] | 2 modules [17] ./resources/scripts/api/http.ts 4.07 KiB {5} [built] [18] ./resources/scripts/state/index.ts + 7 modules 5.07 KiB {5} [built] | ./resources/scripts/state/index.ts 359 bytes [built] | ./resources/scripts/state/flashes.ts 1.7 KiB [built] | ./resources/scripts/state/user.ts 1.54 KiB [built] | ./resources/scripts/state/permissions.ts 393 bytes [built] | ./resources/scripts/state/settings.ts 177 bytes [built] | ./resources/scripts/state/progress.ts 408 bytes [built] | ./resources/scripts/api/account/updateAccountEmail.ts 239 bytes [built] | ./resources/scripts/api/getSystemPermissions.ts 277 bytes [built] [29] ./resources/scripts/helpers.ts 1.08 KiB {5} [built] [37] ./node_modules/react-transition-group/esm/index.js + 4 modules 22.6 KiB {5} [built] | 5 modules [51] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/assets/tailwind.css 50.3 KiB {5} [built] [52] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css 426 bytes {5} [built] [53] ./resources/scripts/state/server/index.ts + 5 modules 5.83 KiB {5} [built] | ./resources/scripts/state/server/index.ts 2.38 KiB [built] | ./resources/scripts/state/server/socket.ts 284 bytes [built] | ./resources/scripts/state/server/files.ts 1.45 KiB [built] | ./resources/scripts/state/server/subusers.ts 575 bytes [built] | ./resources/scripts/state/server/schedules.ts 584 bytes [built] | ./resources/scripts/state/server/databases.ts 584 bytes [built] [81] ./node_modules/react-i18next/dist/es/index.js + 9 modules 30.2 KiB {5} [built] | 10 modules [97] multi react-hot-loader/patch ./resources/scripts/index.tsx 40 bytes {5} [built] [151] ./resources/scripts/index.tsx + 23 modules 122 KiB {5} [built] | ./resources/scripts/index.tsx 584 bytes [built] | ./resources/scripts/blueprint/css/extensions.css 421 bytes [built] | ./resources/scripts/i18n.ts 1.08 KiB [built] | ./resources/scripts/assets/css/GlobalStylesheet.ts 1.94 KiB [built] | ./resources/scripts/api/interceptors.ts 772 bytes [built] | ./resources/scripts/assets/tailwind.css 410 bytes [built] | + 18 hidden modules [410] ./resources/scripts/routers/DashboardRouter.tsx + 12 modules 25.6 KiB {4} [built] | ./resources/scripts/routers/DashboardRouter.tsx 1.22 KiB [built] | ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx 2.74 KiB [built] | ./resources/scripts/api/server/getServerResourceUsage.ts 767 bytes [built] | + 10 hidden modules [412] ./resources/scripts/routers/AuthenticationRouter.tsx + 11 modules 30.7 KiB {3} [built] | ./resources/scripts/routers/AuthenticationRouter.tsx 1.57 KiB [built] | ./resources/scripts/api/auth/login.ts 748 bytes [built] | ./resources/scripts/api/auth/requestPasswordResetEmail.ts 295 bytes [built] | ./resources/scripts/api/auth/performPasswordReset.ts 432 bytes [built] | ./resources/scripts/api/auth/loginCheckpoint.ts 493 bytes [built] | + 7 hidden modules [413] ./resources/scripts/routers/ServerRouter.tsx + 9 modules 24.8 KiB {6} [built] | ./resources/scripts/routers/ServerRouter.tsx 3.91 KiB [built] | ./resources/scripts/blueprint/extends/routers/ServerRouter.tsx 6.29 KiB [built] | ./resources/scripts/plugins/Websocket.ts 2.46 KiB [built] | ./resources/scripts/api/server/getWebsocketToken.ts 354 bytes [built] | + 6 hidden modules + 400 hidden modules Done in 10.47s. 16:27:49 INFO: Syncing Blueprint-related database values.. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 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 scripts/libraries/configutility.sh: line 10: .blueprint/extensions/blueprint/private/db/telemetry_id: No such file or directory 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 16:27:50 INFO: Put application into production. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 300: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:27:50 SUCCESS: Blueprint has completed its installation process. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory scripts/libraries/misc.sh: line 10: .blueprint/extensions/blueprint/private/db/database: No such file or directory root@localhost:/var/www/pterodactyl# sudo apt-get install -y ca-certificates curl gnupg sudo: unable to resolve host localhost.localdomain: Name or service not known Reading package lists... Done Building dependency tree... Done Reading state information... Done ca-certificates is already the newest version (20240203~22.04.1). curl is already the newest version (7.81.0-1ubuntu1.18). gnupg is already the newest version (2.2.27-3ubuntu2.1). 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. root@localhost:/var/www/pterodactyl# cd root@localhost:~# sudo apt-get install -y ca-certificates curl gnupg sudo: unable to resolve host localhost.localdomain: Name or service not known Reading package lists... Done Building dependency tree... Done Reading state information... Done ca-certificates is already the newest version (20240203~22.04.1). curl is already the newest version (7.81.0-1ubuntu1.18). gnupg is already the newest version (2.2.27-3ubuntu2.1). 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. 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: lve host localhost.localdomain: Name or service not known gpg: no valid OpenPGP data found.e.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 gpg: dearmoring failed: File exists 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 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Hit:7 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy 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 464ms root@localhost:~# cd /var/www/pterodactyl root@localhost:/var/www/pterodactyl# cd /path/to/pterodactyl # Replace with actual path -bash: cd: /path/to/pterodactyl: No such file or directory 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.21s. 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 2.23s. 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:33:37-- https://github.com/BlueprintFramework/framework/releases/download/beta-2024-08/beta-2024-08.zip Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|: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=20241020T163337Z&X-Amz-Expires=300&X-Amz-Signature=a174f812e62dc0a59370679a42aff7e8596392aa3a049aeb0125b97ebdf5871f&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:33:37-- 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=20241020T163337Z&X-Amz-Expires=300&X-Amz-Signature=a174f812e62dc0a59370679a42aff7e8596392aa3a049aeb0125b97ebdf5871f&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.109.133, 185.199.110.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.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 11.7MB/s in 0.3s 2024-10-20 16:33:38 (11.7 MB/s) - ‘release.zip’ saved [3779751/3779751] root@localhost:/var/www/pterodactyl# mv release.zip /path/to/pterodactyl/release.zip mv: cannot move 'release.zip' to '/path/to/pterodactyl/release.zip': No such file or directory root@localhost:/var/www/pterodactyl# cd /path/to/pterodactyl -bash: cd: /path/to/pterodactyl: No such file or directory 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# 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:34:22 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:34:22 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:34:22 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:34:22 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 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.sh16:35:24 INFO: Putting application into maintenance has been skipped. scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory 16:35:24 INFO: Flushing view, config and route cache.. 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 16:35:24 INPUT: Would you like to migrate your database? (Y/n) scripts/libraries/logFormat.sh: line 25: /var/www/pterodactyl/.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory ^C 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:35:43 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:35:43 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:35:43 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:35:43 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