![]() |
VOOZH | about |
dotnet add package Aiursoft.StatHub.SDK --version 10.0.41
NuGet\Install-Package Aiursoft.StatHub.SDK -Version 10.0.41
<PackageReference Include="Aiursoft.StatHub.SDK" Version="10.0.41" />
<PackageVersion Include="Aiursoft.StatHub.SDK" Version="10.0.41" />Directory.Packages.props
<PackageReference Include="Aiursoft.StatHub.SDK" />Project file
paket add Aiursoft.StatHub.SDK --version 10.0.41
#r "nuget: Aiursoft.StatHub.SDK, 10.0.41"
#:package Aiursoft.StatHub.SDK@10.0.41
#addin nuget:?package=Aiursoft.StatHub.SDK&version=10.0.41Install as a Cake Addin
#tool nuget:?package=Aiursoft.StatHub.SDK&version=10.0.41Install as a Cake Tool
👁 MIT licensed
👁 Website
👁 Docker
StatHub is a simple server stat statistics system. It can collect server stats and display them in a simple way.
Default user name is admin@default.com and default password is Admin@123456!.
Try a running StatHub here.
The following script will install\update this app on your Ubuntu server. Supports Ubuntu 25.04.
On your Ubuntu server, run the following command:
curl -sL https://github.com/aiursoftweb/stathub/raw/master/install.sh | sudo bash
Of course it is suggested that append a custom port number to the command:
curl -sL https://github.com/aiursoftweb/stathub/raw/master/install.sh | sudo bash -s 8080
It will install the app as a systemd service, and start it automatically. Binary files will be located at /opt/apps. Service files will be located at /etc/systemd/system.
Requirements about how to run
npm install at wwwroot folder to install the dependencies.dotnet run to run the app..sln file in the project path.F5 to run the app.First, install Docker here.
Then run the following commands in a Linux shell:
image=aiursoft/stathub
appName=stathub
sudo docker pull $image
sudo docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image
That will start a web server at http://localhost:5000 and you can test the app.
The docker image has the following context:
| Properties | Value |
|---|---|
| Image | aiursoft/stathub |
| Ports | 5000 |
| Binary path | /app |
| Data path | /data |
| Config path | /data/appsettings.json |
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.
We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.41 | 92 | 6/10/2026 |
| 10.0.40 | 103 | 5/22/2026 |
| 10.0.39 | 106 | 5/21/2026 |
| 10.0.38 | 109 | 5/15/2026 |
| 10.0.37 | 115 | 5/10/2026 |
| 10.0.35 | 120 | 4/22/2026 |
| 10.0.34 | 111 | 4/15/2026 |
| 10.0.33 | 103 | 4/12/2026 |
| 10.0.32 | 115 | 4/11/2026 |
| 10.0.31 | 111 | 4/7/2026 |
| 10.0.30 | 112 | 3/27/2026 |
| 10.0.29 | 109 | 3/26/2026 |
| 10.0.28 | 117 | 3/13/2026 |
| 10.0.27 | 124 | 3/11/2026 |
| 10.0.26 | 114 | 2/26/2026 |
| 10.0.25 | 115 | 2/25/2026 |
| 10.0.24 | 114 | 2/11/2026 |
| 10.0.23 | 137 | 2/1/2026 |
| 10.0.22 | 127 | 2/1/2026 |
| 10.0.21 | 116 | 1/28/2026 |