mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
44 lines
1.9 KiB
Plaintext
44 lines
1.9 KiB
Plaintext
---
|
|
title: Manage devices
|
|
sidebar_label: Manage devices
|
|
tags: [devices, device info, device facts, managing devices]
|
|
authentik_version: "2025.12.0"
|
|
---
|
|
|
|
The Devices page provides a list of all endpoint devices registered with your authentik deployment. Refer to [Device reporting](./device-compliance/device-reporting.md) for more details on how [device facts](./device-compliance/device-reporting.md#device-facts) are reported to authentik.
|
|
|
|
Each Endpoint Device can be expanded to view more detailed information.
|
|
|
|
## Accessing the Devices page
|
|
|
|
To access the Devices page, follow these steps:
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Devices**.
|
|
3. Specific endpoint device information can be accessed by clicking on a device.
|
|
|
|
## Specific device
|
|
|
|
Once you have selected a specific endpoint device you will have access to the following tabs:
|
|
|
|
### Overview
|
|
|
|
Provides an overview of the endpoint device:
|
|
|
|
- **Device details**: basic facts about the device: name, hostname, serial number, operating system, firewall status and device access group.
|
|
- **Hardware**: basic hardware facts about the device: manufacturer, model, CPU, memory, disk encryption status, primary disk size, primary disk usage.
|
|
- **Connections**: shows the current [connectors](./device-compliance/connectors/index.mdx) that are enabled for the device and when the last [check-in](./device-compliance/device-reporting.md#device-check-in) occurred.
|
|
- **Users/Groups**: shows the users and groups that have access to the device. Controlled via [device access groups](./authentik-agent/device-authentication/device-access-groups.mdx).
|
|
|
|
### Processes
|
|
|
|
Lists the processes that were running on the device when its last check-in occurred.
|
|
|
|
### Users
|
|
|
|
Lists all users on the system, along with their username, display name and home directory.
|
|
|
|
### Groups
|
|
|
|
Lists all groups on the system.
|