@page "/admin" @model RR3CommunityServer.Pages.AdminModel @{ Layout = "_Layout"; ViewData["Title"] = "Dashboard"; }

đŸŽī¸ RR3 Community Server

Administration Dashboard

đŸŸĸ Server Online
Uptime: @Model.Uptime
Total Users

@Model.TotalUsers

đŸ‘Ĩ
Registered players
Active Sessions

@Model.ActiveSessions

🔄
Currently online
Total Devices

@Model.TotalDevices

📱
Registered devices
Catalog Items

@Model.TotalCatalogItems

đŸĒ
Available items
📊 Recent Users
@foreach (var user in Model.RecentUsers) { }
Synergy ID Joined Actions
@user.SynergyId @user.CreatedAt.ToString("g") View
View All Users →
🔄 Active Sessions
@foreach (var session in Model.RecentSessions) { }
Session ID Expires Status
@session.SessionId.Substring(0, 8)... @session.ExpiresAt.ToString("g") Active
View All Sessions →
â„šī¸ Server Information
Server URL:
@Model.ServerUrl
Platform:
@Model.Platform
.NET Version:
@Model.DotNetVersion
Database:
SQLite (EF Core)
API Endpoints:
12 active
Swagger:
View API Docs