Settings — System

Installation-wide maintenance — version info, updates, deployment policy.

Application route

/settings?tab=system

Sidebar

Settings → System

RolesPlatform Admin

Installed version

  • Platform and CLI version numbers.
  • Release notes link.
  • Check for updates button.
  • Update availability banner with host apply command (sudo maximus update).
  • Beta updates opt-in toggle.

Update setup

  • Diagnostic: update credentials configured?, update agent reachable?
  • Manual update command with copy button.
  • Setup instructions if not ready (update agent install, .env vars).

Platform deployment

  • Network: Public web origin, allowed CORS origins, MCP URL allowlists.
  • Policy: Require tool approvals, require two-person scope review.

Apply a platform update

  1. Settings → System → Check for updates.
  2. If update available, copy the host command.
  3. SSH to the Maximus host.
  4. Run sudo maximus update (or provided command).
  5. Wait for services to restart — refresh browser.

Allow a new browser origin (CORS)

  1. Settings → System → Platform deployment → Network.
  2. Edit Allowed web origins.
  3. Add origin (e.g. https://pentest.customer.com).
  4. Save — API accepts requests from that origin.