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:
Go to generic node.js egg and download JSON file (CTRL + S)
Open Nests from Admin part of Panel
Click 'Create New' & enter Name & Description and click 'Save'
Click on 'Nests' again and then click green 'Import egg' & select egg that you downloaded previously. Associate egg with the nest you just created.
Restart wings
Create new Server, for Nest create nest you just created and do the same for egg
Follow the steps from Case #1
Last updated