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

Server Info


@ServiceSessionCache.GetAllDevices().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.















Connection Strings







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