This is a simple web application built with Angular2+ and Bootstrap to show the online players list of a AzerothCore server.
It is based on the AzerothAPI.
The application require the AzerothAPI to access to the characters database.
Clone the Server-Status folder inside your web server directory:
git clone https://github.com/azerothcore/server-status.git
Then copy the file config.ts.dist
to config.ts
, open it and set properly with the path of the API and the server name.
This project now supports multiple visual themes.
- Open the file:
src/styles.scss
- Uncomment the
@use
line corresponding to the theme you want to activate. - Ensure all other themes are commented out.
// @use 'theme-legacy';
@use 'theme-azeroth';
✅ Note: Only one theme should be active at a time. This manual selection keeps things simple and avoids unnecessary complexity.
You can fully customize styles by editing the corresponding theme files in src/styles/.
You can help us opening a new issue to report a bug or a suggestion or you can donate to support us
Original project by ShinDarth & Helias. Theme system, design refactor and enhancements by Ben