This guide walks you through setting up the Strange Bot on a Pterodactyl game hosting panel using the Node.js egg.
Use the Pterodactyl panel and click "Create Server". Use a Node.js compatible egg. Many hosts include this under "Software" or "Bots" category.
node index.jsnpm installUse the built-in file manager or connect with SFTP to upload all files.
If using SFTP:
In the file manager, rename .env.example to .env or create it manually. Include:
BOT_TOKEN=your_token_herePREFIX=!OWNER_IDS=your_discord_idClick the "Reinstall" or "Run Install Command" button in the panel. This runs npm install.
Hit the "Start" button on the Pterodactyl dashboard. If everything is set up, your bot will go online.
package.json and index.js