Pterodactyl

Documentation on how to run Discord Bot on Pterodactyl Panel.

Case #1 - Using hosting

This Guide has been moved over to Newbie Guide Page, follow from step #2.

Case #2 - Selfhosting

If you already have Pterodactyl with discord.js/node.js Egg, you can go back to Case #1 and continue with it.

The second case is that you're hosting pterodactyl panel on your VPS. Last steps of this case are the same as from the Case #1, so only difference is installation of egg. Egg we're gonna use is Generic node.js Pterodactyl Egg, these are steps for this case are:

  1. Go to generic node.js egg and download JSON file (CTRL + S)

  2. Open Nests from Admin part of Panel

  3. Click 'Create New' & enter Name & Description and click 'Save'

  4. Click on 'Nests' again and then click green 'Import egg' & select egg that you downloaded previously. Associate egg with the nest you just created.

  5. Restart wings

  6. Create new Server, for Nest create nest you just created and do the same for egg

  7. Follow the steps from Case #1

Last updated