Pteroller is a Discord Bot to control Pterodactyl Panel using Discord Slash Command.
The system must have python3 or python install. You also need to install these packages for it to work.
python3 -m pip install -U discord.py
python3 -m pip install -U watchdog
python3 -m pip install -U requests
After you install these dependencies, You need to open config.json and change your API_URL
, API_KEY
and token
.
{
"token": "Discord Bot Token",
"activity_type": "playing",
"activity_name": "Pteroller",
"pingserver": "1.1.1.1",
"API_URL": "https://pteroller.xyz/api/client",
"API_KEY": "Pterodactyl API_KEY"
}
After changing the config, You can do python3 Bot.py
to start it up.
- Lists all available servers.
- Check Connectivity with Cloudflare DNS Server.
- Abilties to Restart, Start, Stop and Kill The Server.