Skip to content

azerothcore/server-status

Repository files navigation

AzerothCore Server Status

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.

Server Status

Installation

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.

🎨 Theme Management (New Feature)

This project now supports multiple visual themes. Azeroth Theme

How to select a theme:

  1. Open the file: src/styles.scss
  2. Uncomment the @use line corresponding to the theme you want to activate.
  3. Ensure all other themes are commented out.
Example:
// @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/.

Contribute

You can help us opening a new issue to report a bug or a suggestion or you can donate to support us Donate PayPal


Contributors

Original project by ShinDarth & Helias. Theme system, design refactor and enhancements by Ben

About

AzerothCore Server status

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •