HOW to see all currently logged in users - list them

HOW to see all currently logged in users - list them.
the monitoring Active Users window isn’t good enough for me - it only shows totals currently in.

not sure what you mean by

monitoring Active Users window

have you tried using this? https://github.com/nextcloud/serverinfo
in there you’ll see something like:

  <activeUsers>
      <last5minutes>2</last5minutes>
      <last1hour>4</last1hour>
      <last24hours>5</last24hours>
  </activeUsers>

HTH