This project consists of a daemon and panel which was all created for DanBotHosting
- Public REST API
- Pterodactyl Integration
- Discord Bot (moderation, logging, etc)
- Website (VueJS)
- Node Status
Can I use this with my own host?
Yes! We made it opensource so that anyone can and this project will continue to get amazing updates!
- Click "Code" in github
- Click "Download ZIP"
- Upload the "Panel" directory to your dedicated server or vps
- Run
npm install
- Open
config.json
- Restart the panel (restarting is required)
- Run
npm run start
for production enviroment - Run
npm run dev
for development environment