2021-07-08 18:45:03 +07:00
2021-07-08 18:28:26 +07:00
2021-07-08 18:11:52 +07:00
2021-07-04 12:18:01 +07:00
2021-07-04 18:39:47 +07:00
2021-07-04 17:13:05 +07:00
2021-07-08 18:45:03 +07:00

PteroStats (1.0)

img

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 Jump to the file
  • 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 LINK

Screenshot

img

Adding more nodes

Add more arrays like bellow to nodelist at ready.js line 2

{
    id: "Server ID",
    name: "**Example Server**",
    nameid: "Node1"
},
Description
No description provided
Readme MIT 679 KiB
Languages
JavaScript 99.8%
Dockerfile 0.2%