## PteroStats (1.0) ![img](https://media.discordapp.net/attachments/796259732683227157/861126504246411264/20210704_130856.jpg) ## Introduction PteroStats is a bot designed to check Panel, Nodes, and Databases status and post it to discord server * Written in Javascript, CloudServer is faster and more stable. * PteroControl can be used with any server on Pterodactyl, irregardless of whether it's on shared hosting or your own hosted panel PteroStats is still **under development** and we welcome contributions. Installation -------------------- - `Create server at your pterodactyl panel and copy the server id` - `Paste the server id at nodelist array` [ready.js line 2](https://github.com/HirziDevs/PteroStats/blob/main/events/ready.js) - `fill in the required informations in the config.json file` - `Run npm install in the root directory of the bot files` - `Run node index.js and you are done` - `To add more nodes go to this link` [This Link](https://github.com/HirziDevs/PteroStats#adding-more-nodes-and-databases) Config -------------------- [config.json](https://github.com/HirziDevs/PteroStats/blob/main/config.json) ``` { "token": "BOT TOKEN", //Your Discord Bot Token "panelurl": "HOST PANEL LINK", //Your Hosting Panel Url/Link "clientapikey": "CLIENT APIKEY", //Your Hosting Client Apikey "adminapikey": "ADMIN APIKEY", //Your Hosting Admin/Application Apikey "channel": "CHANNEL ID", //Your Discord Channel Id For The Embed "hostname": "HOSTING NAME", //Your Hosting Name "embedcolor": "E5BE11", //Embed Color "monline": ":green_circle: Online", //Status Online Message "moffline": ":red_circle: Offline", //Status Offline Message "mcheck": ":orange_circle: Checking", //Status Checking Message "time": "60" //How Much Seconds The Embed Will Be Refreshes } ``` Adding more nodes -------------------- Add more items like bellow to `nodelist` array at [ready.js line 2](https://github.com/HirziDevs/PteroStats/blob/main/events/ready.js) ``` { id: "Server ID", name: "**Example Server**", nameid: "Node1" }, ``` if you needing help contact me on discord `Hirzi#8701` or join [our discord server here](https://discord.gg/9Z7zpdwATZ) Screenshot -------------------- ![img](https://media.discordapp.net/attachments/861112767174803466/861194338687385610/IMG_20210704_173809.jpg) Links -------------------- * __[Discord](https://discord.gg/9Z7zpdwATZ)__