This Discord allows you to control your Pterodactyl Server(s) via Discord.
/change_state
This allows you to change the Power State of a given Server that you have added to servers.json
.
/ips
This allows a user to list the description of all servers on your Pterdactyl Server.
/whitelist
This command is mostly for Minecraft servers but will give the option for all servers.
mkdir pterodactyl-bot
wget https://raw.githubusercontent.com/imlogang-organization/pterodactyl-bot/main/docker-compose.yaml
wget https://raw.githubusercontent.com/imlogang-organization/pterodactyl-bot/main/.env
wget https://raw.githubusercontent.com/imlogang-organization/pterodactyl-bot/main/servers.json
- Edit the
.env
file with the necessary tokens. - Edit the
servers.json
with the necessary Names that you want the Server Value.- The Server Value is derived from the 8-digit alphanumeric key in the URL of a given server.
docker compose up -d