Can't install blueprint

I upload went through the installation doc from blueprint, installed all dependecies and uploaded all files to the /var/www/pterodactyl folder Entered the command chmod +x blueprint.sh bash blueprint.sh but then I get this: sed: can't read /app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php: No such file or directory sed: can't read /.blueprint/extensions/blueprint/public/index.html: No such file or directory touch: cannot touch '/.blueprint/extensions/blueprint/private/db/version': No such file or directory blueprint.sh: line 65: .blueprint/lib/parse_yaml.sh: No such file or directory blueprint.sh: line 66: .blueprint/lib/grabenv.sh: No such file or directory blueprint.sh: line 67: .blueprint/lib/logFormat.sh: No such file or directory blueprint.sh: line 68: .blueprint/lib/misc.sh: No such file or directory blueprint.sh: line 185: PRINT: command not found blueprint.sh: line 193: /.blueprint/extensions/blueprint/private/debug/logs.txt: No such file or directory blueprint.sh: line 197: dbValidate: command not found ██ ██ ██ ████ blueprint.sh: line 209: PRINT: command not found blueprint.sh: line 130: PRINT: command not found blueprint.sh: line 149: PRINT: command not found blueprint.sh: line 150: PRINT: command not found blueprint.sh: line 151: PRINT: command not found blueprint.sh: line 153: PRINT: command not found blueprint.sh: line 155: PRINT: command not found blueprint.sh: line 156: PRINT: command not found I controlled all files, they are there in the correct folders. I am using 22.04.4, Nodejs 20 and composer 2.5
4 Replies
Emma
Emma17mo ago
uhhh could you share an "ls -a" of your ptero dir?
ℓєzєтнσ
ℓєzєтнσ17mo ago
That's what happened to me too. This is what I did: - I reinstalled it by following this guide: https://pterodactyl.io/panel/1.0/updating.html - I deleted all old Blueprint files - I reinstalled it using the guide from https://blueprint.zip It worked for me after this.
Sebastian S
Sebastian S17mo ago
i seem to have got it working by instead of doing FOLDER="/var/www/pterodactyl" OWNERSHIP="www-data:www-data" sed -i -E -e "s|FOLDER=\"/var/www/pterodactyl\" #;|FOLDER=\"$FOLDER\" #;|g" -e "s|OWNERSHIP=\"www-data:www-data\" #;|OWNERSHIP=\"$OWNERSHIP\" #;|g" blueprint.sh I did chown -R www-data:www-data /var/www/pterodactyl/*
ℓєzєтнσ
ℓєzєтнσ17mo ago
Alright.

Did you find this page helpful?