Skip to content

Users

Status: Current

Last reviewed: 2026-05-13

Route: /settings/users

The users page lists accounts and allows admins to create new accounts.

Permissions

Listing and creating users requires admin.

User Table

ColumnMeaning
UsernameAccount username.
Roleadmin, operator, or viewer.
StatusActive or disabled.
Last LoginLast login timestamp when available.
CreatedAccount creation date.
ActionsDelete button placeholder.

Create User

  1. Open Users.
  2. Click Add User.
  3. Enter username.
  4. Enter password.
  5. Select role.
  6. Click Create.

Password rules are currently enforced by the create API and database behavior. The current account password-change path requires at least 8 characters; use the same minimum for newly created accounts.

Roles

RoleUse
adminPlatform owner or trusted operator with credential and user access.
operatorDay-to-day network operator.
viewerRead-only reviewer or observer.

Delete User Limitation

The current frontend delete action displays an alert because a delete-user API route is not implemented. Disable/delete workflows need backend support before they can be completed from the console.

NexusNet documentation