How to delete blueprint properly

Hey! I had some issues with the Blueprint extension on my panel and I’d like to completely remove it safely without breaking anything. I might reinstall it later, but for now I want it fully gone. Can someone guide me through the proper way to delete Blueprint? Thanks in advance!
7 Replies
Emma
Emma3mo ago
1. Back up your .env. 2. Empty your /var/www/pterodactyl directory. 3. Run the following commands to pull panel files.
mkdir -p /var/www/pterodactyl
cd /var/www/pterodactyl
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz
tar -xzvf panel.tar.gz
chmod -R 755 storage/* bootstrap/cache/
mkdir -p /var/www/pterodactyl
cd /var/www/pterodactyl
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz
tar -xzvf panel.tar.gz
chmod -R 755 storage/* bootstrap/cache/
4. Restore your .env. This should do the trick. Mind sharing the issues you ran into with Blueprint so we can improve? ^-^
VortexEdge
VortexEdgeOP3mo ago
so i need to reinstall pterodactyl panel entirely? is there no other way?
Emma
Emma3mo ago
This isn't a full reinstallation, this just wipes your panel files. After restoring your .env file you back up in the first step you'll use the same database. Just make sure to back up your .env because if you lose that, you'll lose your Pterodactyl database.
VortexEdge
VortexEdgeOP3mo ago
oh thanks, these questions might sound dumb but i am new to these. btw i facing issues like installation issues, even though it was showing installed on the system but the panel integration is having some issues connecting to blueprint or something like that. i am not aware of what exactly is happening
Emma
Emma3mo ago
Usually letting blueprint -upgrade fix it does the job.
amogus
amogus3mo ago
Technically you also need to install the composer packages
Emma
Emma3mo ago
oops do that too

Did you find this page helpful?