Shows all pterodactyl users, their username, email and amount of servers.
- Clone the repo.
- configure the application (
config.json) - Install Node Packages. (
npm i) - run the app!
node index.js
The panel's URL that the API will connect to.
You administrator API key can be created created at https://HOST_URL/admin/api
Interval between each API check.
To avoid getting Rate-Limitted the app will check the panel's API every X amount of seconds, 60 (1 minute) should work just fine.
Chose what to sort the table by.
- Servers : will sort the table using the amount of servers each user has.
- ID : Will sort the table using the user IDS