@page "/server-config" @attribute [Authorize] @inherits AuthComponentBase @if (User?.IsServerAdmin == true) {

Server Info


@AgentHub.ServiceConnections.Count

@(OutdatedDevices?.Count() ?? 0)

@TotalDevices

@CircuitManager.Connections.Count

Server Admins


Show my organization only
Show current admins only

@foreach (var user in UserList) {
@user.UserName
}

Application Settings





































This sometimes needs to be disabled for Let's Encrypt certificates.
















Must be edited in appsettings.json.

Connection Strings







} else {
Only organization administrators can view this page.
}