B
Blueprint11mo ago
Embe1

yooo this happens if i try to install blueprint

root@Ubuntu-2404-noble-amd64-base ~ # 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
sed: can't read /var/www/pterodactyl/blueprint.sh: No such file or directory
root@Ubuntu-2404-noble-amd64-base ~ # 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
sed: can't read /var/www/pterodactyl/blueprint.sh: No such file or directory
No description
58 Replies
Embe1
Embe1OP11mo ago
ok i fixed it but
root@Ubuntu-2404-noble-amd64-base ~ # cd /var/www/pterodactyl
root@Ubuntu-2404-noble-amd64-base /var/www/pterodactyl # chmod +x blueprint.sh
bash blueprint.sh

██▌▌▌ Blueprint Framework
██ ██▌▌▌ https://blueprint.zip
████▌▌▌ © 2023-2024 Ivy (prpl.wtf)

07:44:23 INFO: Searching and validating framework dependencies..
07:44:23 FATAL: Some framework dependencies are not installed or detected.
07:44:23 FATAL: Required dependency "cross-env" is not installed or detected.
07:44:23 FATAL: Required dependency "webpack" is not installed or detected.
07:44:23 FATAL: Required dependency "react" is not installed or detected.
root@Ubuntu-2404-noble-amd64-base /var/www/pterodactyl #
root@Ubuntu-2404-noble-amd64-base ~ # cd /var/www/pterodactyl
root@Ubuntu-2404-noble-amd64-base /var/www/pterodactyl # chmod +x blueprint.sh
bash blueprint.sh

██▌▌▌ Blueprint Framework
██ ██▌▌▌ https://blueprint.zip
████▌▌▌ © 2023-2024 Ivy (prpl.wtf)

07:44:23 INFO: Searching and validating framework dependencies..
07:44:23 FATAL: Some framework dependencies are not installed or detected.
07:44:23 FATAL: Required dependency "cross-env" is not installed or detected.
07:44:23 FATAL: Required dependency "webpack" is not installed or detected.
07:44:23 FATAL: Required dependency "react" is not installed or detected.
root@Ubuntu-2404-noble-amd64-base /var/www/pterodactyl #
and i installed it via npm okay i fixed it but where i download nebula i bought it and i cant find a button for it okay i had to confirm my builtbybit email now this happens
Embe1
Embe1OP11mo ago
No description
Embe1
Embe1OP11mo ago
not for me but for my friend wtf
Embe1
Embe1OP11mo ago
No description
Embe1
Embe1OP11mo ago
i cant even log in to my ptero
Emma
Emma11mo ago
@Embe1 What does blueprint -rerun-install give you?
Embe1
Embe1OP11mo ago
ERROR in ./resources/scripts/components/server/files/RenameFileModal.tsx 20:0-28
Module not found: Error: Can't resolve 'path' in '/var/www/pterodactyl/resources/scripts/components/server/files'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
- install 'path-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "path": false }
@ ./resources/scripts/components/server/files/MassActionsBar.tsx 12:0-72 79:180-195
@ ./resources/scripts/components/server/files/FileManagerContainer.tsx 19:0-70 99:40-54
@ ./resources/scripts/routers/routes.ts 9:0-82 52:15-35
@ ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx
@ ./resources/scripts/routers/DashboardRouter.tsx 5:0-96 13:145-160 13:328-344
@ ./resources/scripts/components/App.tsx
@ ./resources/scripts/index.tsx 3:0-35 16:50-53

6 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

webpack 5.95.0 compiled with 6 errors in 10070 ms
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
08:52:02 INFO: Syncing Blueprint-related database values..
ERROR in ./resources/scripts/components/server/files/RenameFileModal.tsx 20:0-28
Module not found: Error: Can't resolve 'path' in '/var/www/pterodactyl/resources/scripts/components/server/files'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
- install 'path-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "path": false }
@ ./resources/scripts/components/server/files/MassActionsBar.tsx 12:0-72 79:180-195
@ ./resources/scripts/components/server/files/FileManagerContainer.tsx 19:0-70 99:40-54
@ ./resources/scripts/routers/routes.ts 9:0-82 52:15-35
@ ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx
@ ./resources/scripts/routers/DashboardRouter.tsx 5:0-96 13:145-160 13:328-344
@ ./resources/scripts/components/App.tsx
@ ./resources/scripts/index.tsx 3:0-35 16:50-53

6 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

webpack 5.95.0 compiled with 6 errors in 10070 ms
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
08:52:02 INFO: Syncing Blueprint-related database values..
Emma
Emma11mo ago
Yeah you installed the wrong webpack version. Remove your node_modules folder and run yarn.
Embe1
Embe1OP11mo ago
i am new to linux, can u give me commands? ill try to remove node_modules via ftp
Emma
Emma11mo ago
rm -r node_modules yarn
Embe1
Embe1OP11mo ago
i deleted it via ftp
Embe1
Embe1OP11mo ago
No description
Embe1
Embe1OP11mo ago
i have to run it in ptero catalog?
Emma
Emma11mo ago
Pterodactyl folder, yes
Embe1
Embe1OP11mo ago
okay
Emma
Emma11mo ago
Be ready to wait for half an hour if you use SFTP/FTP.
Embe1
Embe1OP11mo ago
i see it now done deleted
Embe1
Embe1OP11mo ago
No description
Embe1
Embe1OP11mo ago
this now happens
Emma
Emma11mo ago
yarn blueprint -upgrade
Embe1
Embe1OP11mo ago
ERROR in ./resources/scripts/components/server/files/RenameFileModal.tsx 20:0-28
Module not found: Error: Can't resolve 'path' in '/var/www/pterodactyl/resources/scripts/components/server/files'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
- install 'path-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "path": false }
@ ./resources/scripts/components/server/files/MassActionsBar.tsx 12:0-72 79:180-195
@ ./resources/scripts/components/server/files/FileManagerContainer.tsx 19:0-70 99:40-54
@ ./resources/scripts/routers/routes.ts 9:0-82 52:15-35
@ ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx
@ ./resources/scripts/routers/DashboardRouter.tsx 5:0-96 13:145-160 13:328-344
@ ./resources/scripts/components/App.tsx
@ ./resources/scripts/index.tsx 3:0-35 16:50-53

6 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

webpack 5.95.0 compiled with 6 errors in 10669 ms
error Command failed with exit code 2.
ERROR in ./resources/scripts/components/server/files/RenameFileModal.tsx 20:0-28
Module not found: Error: Can't resolve 'path' in '/var/www/pterodactyl/resources/scripts/components/server/files'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
- install 'path-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "path": false }
@ ./resources/scripts/components/server/files/MassActionsBar.tsx 12:0-72 79:180-195
@ ./resources/scripts/components/server/files/FileManagerContainer.tsx 19:0-70 99:40-54
@ ./resources/scripts/routers/routes.ts 9:0-82 52:15-35
@ ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx
@ ./resources/scripts/routers/DashboardRouter.tsx 5:0-96 13:145-160 13:328-344
@ ./resources/scripts/components/App.tsx
@ ./resources/scripts/index.tsx 3:0-35 16:50-53

6 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

webpack 5.95.0 compiled with 6 errors in 10669 ms
error Command failed with exit code 2.
again
Emma
Emma11mo ago
Could you go through the following steps?
Blueprint
Blueprint11mo ago
1. Remove certain files and directories with rm -r resources public node_modules. 2. Go through the Pterodactyl update documentation. 3. Install dependencies by running the yarn command. 4. Repair Blueprint with blueprint -upgrade. 5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.
byte snippet-upgrade
Embe1
Embe1OP11mo ago
sure hell yeah works
Embe1
Embe1OP11mo ago
No description
Embe1
Embe1OP11mo ago
thank u @Emma one question is the slate for administration panel?
Emma
Emma11mo ago
correct
Embe1
Embe1OP11mo ago
i think i am gonna buy it today its only for my minecraft server project but i think i will use it for making my own hosting
Emma
Emma11mo ago
sounds cool
Embe1
Embe1OP11mo ago
yeah i bought 64gb 1tb i5 13500 dedicated server and it works good i am a little worried bc of the cpu
Emma
Emma11mo ago
yeah thats not gonna be great for minecraft server hosting honestly i'd recommend just getting started with pterodactyl for yourself and friends then deciding on making a hosting after you are expected to have a bunch of linux knowledge if you were to start one, so its better to just delay the plans for a year or something
Embe1
Embe1OP11mo ago
this intel is not for hosting its for my net for host i would buy r9 i am learning now java, js and ts and later ill start learning linux did u write nebula?
Emma
Emma11mo ago
yup
Embe1
Embe1OP11mo ago
it looks fuckin fire
Emma
Emma11mo ago
did you see floating windows? ^-^
Embe1
Embe1OP11mo ago
nah gimme a while
Emma
Emma11mo ago
right click sidebar menu > open in floating window
Embe1
Embe1OP11mo ago
can u add resizing?
Embe1
Embe1OP11mo ago
OH I SEE IT NOW its so great
Emma
Emma11mo ago
wooo if you have a minute please review neb :3
Embe1
Embe1OP11mo ago
on builtby?
Emma
Emma11mo ago
yup
Embe1
Embe1OP11mo ago
Gimme 15 minutes I have break in school now
Emma
Emma11mo ago
oki
Embe1
Embe1OP11mo ago
No description
Embe1
Embe1OP11mo ago
No description
Emma
Emma11mo ago
yay!! thanks :3
Embe1
Embe1OP11mo ago
one problem
root@Ubuntu-2404-noble-amd64-base /var/www/pterodactyl # blueprint -install slate
\10:38:28 INFO: Searching and validating framework dependencies..
10:38:29 INFO: Installing slate... (1/1)
10:38:29 FATAL: slate.blueprint could not be found or detected.
root@Ubuntu-2404-noble-amd64-base /var/www/pterodactyl # blueprint -install slate
\10:38:28 INFO: Searching and validating framework dependencies..
10:38:29 INFO: Installing slate... (1/1)
10:38:29 FATAL: slate.blueprint could not be found or detected.
Embe1
Embe1OP11mo ago
No description
Emma
Emma11mo ago
Oh uhh- That's the wrong directory..
Embe1
Embe1OP11mo ago
oh ok haha
Emma
Emma11mo ago
mv ~/slate.blueprint /var/www/pterodactyl/
Embe1
Embe1OP11mo ago
i thought slate will be more configurable like nebula :/
Emma
Emma11mo ago
Oh sorry for that- Slate doesn't really need that many config options since it's way different compared to client themes. Might add config options in the future but do know that I have to maintain a bunch of extensions at once^^
Embe1
Embe1OP11mo ago
okay can u dm me if u will make any updates to slate?
Emma
Emma11mo ago
Not sure if I'll remember to do so
Embe1
Embe1OP11mo ago
okay
Emma
Emma11mo ago
probably best to periodically check for updates

Did you find this page helpful?