@page "/server-config" @attribute [Authorize(Policy = PolicyNames.ServerAdminRequired)] @inherits AuthComponentBase

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.