Back to NxLabs

NxLabs / Vintage Story

T

Th3ServerStats

TBy Th3Dilli

Expose a HTTP server with server stats.

Description

This mod exposes a HTTP server that serves server statistics in JSON format by default on http://localhost:42421/stats (if server port is 42420).
The default port used is game port + 1.

You can change the host, port and the endpoint within the modconfig Th3ServerStatsConfig.json

It was created to allow TCAdmin to read server information of the game server through a custom query script.

 

Side

- 1 Server
- 2 Client
- 3 Universal

<pre class="language-python">{ "ServerName": "Vintage Story Server", "WorldName": "A new world", "WorldType": "standard", "OnlinePlayers": 1, "MaxPlayers": 16, "Players": [ { "Name": "Th3Dilli", "Ping": 0.293 } ], "Mods": [ { "Name": "Essentials", "Version": "1.18.15", "ModId": "game", "Side": 3 }, { "Name": "Server Stats", "Version": "0.2.0", "ModId": "th3serverstats", "Side": 1 }, { "Name": "Creative Mode", "Version": "1.18.15", "ModId": "creative", "Side": 3 }, { "Name": "Survival Mode", "Version": "1.18.15", "ModId": "survival", "Side": 3 } ] }</pre>

&nbsp;

For more information see the readme at the repository&nbsp;

Ratings & reviews

No ratings yet

Sign in to leave a rating or comment.