Warning
This project is being rewritten from scratch on Laravel. This means that any non-security issues will not be fixed.
Status Page for AkaKitsune aims to help users to know the status for each servers hosted on AkaKitsune. Works on Pterodactyl v1+.
You can use this repository as a template for your own Pterodactyl status page. Follow the step below to install or self-host your own status page.
- PHP 8.0+
- A working Pterodactyl Panel
- Install dependencies
- Clone this repository
git clone https://github.com/alzhahir/status- Edit
index.htmlaccording to your needs, and optionally, use your ownstyles.cssfor the page. You can also modify mystyles.cssfrom my API assets repository. - Create an
.inifile or rename.ini.exampleto.ini
apikey = "<INSERT YOUR PLTC API KEY HERE>"
hostname = "<INSERT YOUR PANEL HOSTNAME HERE>"- Setup the
publicdirectory for the web server. For example, Apache on Ubuntu:
sudo ln -s ~/status/public /var/www/public- Setup the appropriate Virtual Host for the status page.
You can open an issue or a pull request if you find any serious problem in my code. I will try to review the code and give feedback.