OptimiDoc Server Help Center
Breadcrumbs

Active Users

Active Users displays a real-time view of everyone currently logged in to OptimiDoc, whether through the web interface or at an MFP terminal. Administrators can monitor active sessions, see which device a user is logged in to, and force-logout sessions when needed.


https://optimidoc.atlassian.net/wiki/download/attachments/42795142/active-users.png?api=v2

Screenshot: Active Users view

Overview

The Active Users page gives administrators visibility into who is currently using OptimiDoc. Each entry is a live authentication session drawn from the server's session store, listed with the client IP address, username, device (if the session originates at an MFP), last-access time, and session state. A session that comes from a device shows that device's name; a web-interface session shows a dash.

Use this page to:

  • monitor system usage in real time,

  • see which users are signed in at MFP devices,

  • force-logout sessions that are stuck or left unattended, and

  • confirm that authentication works after configuration changes.


Accessing Active Users

  1. Log in to the OptimiDoc web interface as an administrator.

  2. Navigate to Diagnostics > Active Users in the left sidebar.


Understanding the Data Grid

Column

Description

IP Address

The IP address of the client (browser or MFP device).

Username

The authenticated username. Anonymous sessions (for example, a device polling without a signed-in user) show Anonymous.

Device

The MFP device the session belongs to, shown with a monitor icon. Web-interface sessions show a dash (-).

Last Access

How long ago the session last communicated with the server, shown as relative time (for example, "2 minutes ago").

State

The session state. Active sessions show a green badge; other states are shown with a yellow badge.


Force Logout

Removing a single session

  1. Locate the session in the grid.

  2. Click the delete icon (trash can) in the row's action column.

  3. The session is terminated immediately. A user at an MFP is returned to the login screen.

Removing multiple sessions

  1. Select sessions using the checkboxes in the first column.

  2. Click Remove Selected in the page header.

  3. Confirm in the dialog, which shows how many sessions will be terminated.

All selected sessions are terminated together.


Refreshing the View

The list refreshes automatically every 30 seconds, so it stays close to real time on its own. Use the Refresh button in the page header when you want to update it immediately — for example, right after terminating a session.


Tips

  • If a user cannot log in at an MFP, check this page for a stale session from that device's IP address and remove it.

  • Use this page after changing authentication settings to verify that users can sign in successfully.

  • Idle sessions are cleaned up automatically once they exceed the configured timeout; force-logout is for immediate control.

  • To investigate why a sign-in failed rather than who is currently connected, see the Audit Log and Unauthorised Accesses.


Related articles