.github | ||
app | ||
blueprint | ||
database/migrations | ||
public | ||
resources | ||
routes | ||
storage/app/public | ||
tools | ||
.gitignore | ||
blueprint.sh | ||
LICENSE | ||
README.md |
Installation
Development
Extensions
Contributors
Related Links
Installation
What you need:
- The latest release of Blueprint.
unzip
nodejs
(20.x or later)yarn
- Linux and Pterodactyl knowledge.
- Common sense.
Installation:
- Blueprint doesn't mix well with other modifications, so if you already have any, perform a panel update before moving on with this guide.
- Navigate to your Pterodactyl folder. (most likely
/var/www/pterodactyl
) - Install NodeJS, NPM and Yarn using the following script. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems.
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt-get install -y nodejs
npm i -g yarn
yarn
- Download the latest release of Blueprint and extract it (stable build) or pull the files via git (bleeding-edge build).
- If you haven't already, place the Blueprint files inside of your Pterodactyl folder. (common location is
/var/www/pterodactyl
) - Run the Blueprint installation script. This runs the commands required for Blueprint to function correctly. If your Pterodactyl folder is not
/var/www/pterodactyl
you may need to put_FOLDER="/path/to/pterodactyl"
in front ofbash blueprint.sh
.
chmod +x blueprint.sh
bash blueprint.sh
- After waiting for the installation script to finish, open up your Pterodactyl admin panel and click on the puzzle icon in the top right of the website.
Development
We've made some guides and documentation for extension development over on GitBook. We are adding more guides over time, don't hesitate to suggest a topic for future guides.
Extensions
Open an issue on GitHub to get your extension listed here. To install an extension, upload your something.blueprint
file to your Pterodactyl folder and run blueprint -install something
.
Announcements: PterodactylMarket, sourceXchange, BuiltByBit
Arc.io Integration: BuiltByBit
Cats: sourceXchange
Cookies: sourceXchange
dbEdit: GitHub
Loader: sourceXchange
Nebula: PterodactylMarket, sourceXchange, BuiltByBit
Recolor: GitHub, sourceXchange
Redirect: PterodactylMarket, GitHub
Contributors
prplwtf - creator and maintainer
ahwxorg - contributor
alipoyrazaydin - contributor
sp11rum - contributor
phedona - contributor
Related Links
Pterodactyl is a free, open-source game server management panel built with PHP, React, and Go.