Luxxy-GF / pterodactyl-status

Status page for Pterodactyl panel

Home Page:https://status.mc.alzhahir.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Page for Pterodactyl

Status Page for AkaKitsune aims to help users to know the status for each servers hosted on AkaKitsune. Works on Pterodactyl v1+.

Hosting/Installation

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.

Dependencies

  • PHP 8.0+
  • A working Pterodactyl Panel

Installation

  1. Install dependencies
  2. Clone this repository
git clone https://github.com/alzhahir/status
  1. Edit index.html according to your needs, and optionally, use your own styles.css for the page. You can also modify my styles.css from my API assets repository.
  2. Create an .ini file or rename .ini.example to .ini
apikey = "<INSERT YOUR API KEY HERE>"
hostname = "<INSERT YOUR PANEL HOSTNAME HERE>"
  1. Setup the public directory for the web server. For example, Apache on Ubuntu:
sudo ln -s ~/status/public /var/www/public
  1. Setup the appropriate Virtual Host for the status page.

Contributing

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.

About

Status page for Pterodactyl panel

https://status.mc.alzhahir.com

License:MIT License


Languages

Language:JavaScript 45.7%Language:HTML 28.6%Language:PHP 20.8%Language:CSS 4.9%