Blueprint

B

Blueprint

Powerful, fast and developer-friendly modding framework for Pterodactyl.

Join

More images [Cats]

the ads r kinda repetitive + it would be cooler if instead of making the same sound while typing it does 2 or 3 different sounds

Install Error

What am I doing wrong?
No description

Building Error

Blueprint gives me this error when building
No description

Dynamically changing dashboard css

Is there a way to edit the dashboard css file listed in the conf.yml after it has already installed?

TXAdmin Button

Curious if someone could build me a blueprint that adds a button to the panel where a user can press it and be brought directly to the txadmin site for FiveM. It would pull the variable for the txadmin port. I'd like it to be able to be set on a specific egg like most of my other blueprints. Please help thank you okay bye now.

Get server variables in a React Component

Is it possible to use the startup command variables inside of a React Component, and how? In the attached example, the variable would be SRCDS_APPID...
No description

i need help

I bought this theme and after that I got an error that I have no idea how to fix. I would appreciate your help
No description

Blueprint dbGet arguments

Hi, I want to store pterodactyl user ID in a database to login. Here is how I'm doing it now: ```php...

How to create files with blueprint

Hello, I'm truly a beginner in React and TypeScript; I've just started learning. I'm trying to create a blueprint addon that lists mods from Modrinth. The project is almost finished, but there's one missing piece of the puzzle I can't understand: how to use the Pterodactyl or Blueprint API to download the file to the server root. I've tried searching through the Blueprint documentation and on the internet, but I couldn't find anything....

UserData edition

Hi, I want to edit userData so I do: ```php if (!Schema::hasTable('users')) { Schema::table('users', function (Blueprint $table) {...

Authentication page modification

Hi ! How can I write between the login button and the forgot password button ? AfterContent, BeforeContent or another way ?...
No description

Can't install nebula correctly

I updated Pterodactyl to the newest version and then blueprint afterwards. After installing nebula, the frontend for users works but the editor for nebula is giving an HTTP500 error.

Blueprint is installed but can't add extensions

I installed blueprint and the CLI is working. But in the panel at /admin/extensions it says "You need to finish installing Blueprint to start using extensions."
No description

Nebula copy theme suggestion

Hi, it will be great if we can copy theme from a panel to an other with Nebula in one click

File creation

Hi, do someone know how to edit/create/list a file from a server ? I've server's object but idk how to do next. Pls ping me when answering...

:3 chain

:3
Solution:
:3

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

Server navbar edition

Hi, how can I edit server navbar (edit the navbar that is in the screen) ?
No description

How to remove my nebula theme form my panel & vps

I want delete and install it because of lag

Dashboard Wrapper

Hi, I've seen on the documentation there is dashboard wrapper and I want to know if I can modify the values of existent props with it This is probably a stupid question but I'm discovering development with Blueprint ^^"...