- Online Dashboard with fancy graphs (
Stolen from ImpostorHQ) - Web Socket and HTTP API
- Encryption in communications, powered by a custom flavour of TEA (to compensate for lack of SSL by default)
- API Key system, so there is no need to leak the RCON password to every staff member.
- A minecraft server with RCON and query enabled
- Some knowledge of basic networking
- Node.js (Written and "tested" with v12.21.0)
- git clone or download as zip
yarn install
node index.js
- Modify the now generated configuration file to suit your purposes
node index.js
(again)- Use the http address and port on the configuration file to access your dashboard
- Use one of the api keys set in the file to login (do not use the rcon password)