Code Monkey home page Code Monkey logo

novonode / pterodactyl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pterodactyl/panel

0.0 0.0 0.0 33.73 MB

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.

Home Page: https://pterodactyl.io

License: MIT License

CSS 2.09% Blade 16.61% PHP 54.63% HTML 0.21% Shell 3.29% JavaScript 1.13% Dockerfile 0.08% TypeScript 21.95%

pterodactyl's Introduction

Discord ➚
Documentation ➚

Introduction
Installation
Development
Extensions
Contributors
Related Links


Introduction

Blueprint is an open-source extension framework/manager for Pterodactyl. Developers can create versatile, easy-to-install extensions that system administrators can install within minutes (and sometimes even seconds!).

We aim to introduce new developers to Blueprint with easy to understand guides, documentation, developer commands, community support and more.


Installation

What you need:

Installation:

Important

Blueprint doesn't mix well with other modifications, so if you already have any, perform a panel update before moving on with this guide.


  1. Navigate to your Pterodactyl folder. (most likely /var/www/pterodactyl)
  2. Install NodeJS, NPM and Yarn using the following commands. This assumes you are running Pterodactyl on Ubuntu or Debian-based systems.
sudo apt-get install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
apt-get update
apt-get install -y nodejs
npm i -g yarn
yarn
  1. Download the latest release of Blueprint and extract it (stable build) or pull the files via git (bleeding-edge build).
  2. If you haven't already, place the Blueprint files inside of your Pterodactyl folder. (common location is /var/www/pterodactyl)
  3. 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 of bash blueprint.sh.
chmod +x blueprint.sh
bash blueprint.sh
  1. 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

Note

Open a pull request on GitHub and add your extension here (in alphabetic order). 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, BuiltByBit
Redirect: PterodactylMarket, GitHub
Show Node IDs: BuiltByBit
Simple Footers: BuiltByBit


Contributors

prplwtf - creator and maintainer
ahwxorg - contributor
alipoyrazaydin - contributor
sp11rum - contributor
phedona - contributor
codixer - contributor


Related Links

Pterodactyl is a free, open-source game server management panel built with PHP, React, and Go.
teamblueprint/templates is a repository with initialization templates for extension development.
teamblueprint/web is our work-in-progress website and documentation revision.

pterodactyl's People

Contributors

daneeveritt avatar matthewpi avatar schrej avatar notareyouscared avatar lancepioch avatar parkervcp avatar software-noob avatar stanjg avatar zkoz210 avatar boy132 avatar ayan4m1 avatar death-droid avatar alliraine avatar tenten8401 avatar tekexplorer avatar arcdigital avatar trixterthetux avatar mrxbox98 avatar arnaudlier avatar spaenij avatar ddynamic avatar gravitycube avatar darthshmev avatar ygtripps avatar fabm3n avatar jelcoo avatar kasperfranz avatar matthewsh avatar orangejuiced avatar devnote-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.