> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/basic/admin/security/device.md).

# 접속 기기 현황

[**카카오워크 관리자 서비스**](https://admin.kakaowork.com/) **> 보안 > 접속 기기 현황** 메뉴에서는 워크스페이스 멤버들이 접속 중인 기기를 확인할 수 있습니다. 각 멤버가 접속한 모든 기기의 정보가 제공되며, 전체 혹은 특정 멤버의 접속 기기 정보를 다운로드할 수 있습니다.

{% hint style="info" %}
안내

**MINI** [요금제](https://www.kakaowork.com/pricing)부터 사용할 수 있습니다.
{% endhint %}

<figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EC%A0%91%EC%86%8D%20%EA%B8%B0%EA%B8%B0%20%ED%98%84%ED%99%A9%20%EC%A1%B0%ED%9A%8C.png" alt=""><figcaption><p>접속 기기 현황 조회</p></figcaption></figure>

<table><thead><tr><th width="201">구분</th><th>설명</th></tr></thead><tbody><tr><td>⓵ 검색</td><td>멤버 이름, 디바이스명, OS를 검색해 특정 접속 기기 목록 조회</td></tr><tr><td>⓶ 엑셀 내려받기</td><td>접속 기기 목록 엑셀 파일로 다운로드</td></tr><tr><td>⓷ 접속 기기 목록</td><td>접속 기기 정보<br>- 이름: 멤버 이름<br>- 디바이스명+ID: 접속 디바이스명과 ID<br>- OS: 접속 기기 OS<br>- 버전 정보: 카카오워크 설치 버전 정보<br>- 최근 접속 시간<br>- 최초 접속 시간<br>- 관리: 멤버 기기 연결 해제(로그아웃)</td></tr></tbody></table>

{% hint style="warning" %}
**주의**

* 접속 시간은 로그인 시간이 아닌 로그인 후 기기 인증이 완료된 시간입니다.
* 클라이언트별로 기기 정보가 다를 수 있습니다.
* 삭제된 멤버의 접속 기기 정보는 제공되지 않습니다.
  {% endhint %}

## 멤버 기기 연결 해제하기 <a href="#disconnect" id="disconnect"></a>

멤버의 계정 혹은 기기에 문제가 있거나 사용하지 않는 기기가 있을 경우, 슈퍼 관리자는 멤버의 기기를 원격으로 로그아웃 시킬 수 있습니다.

{% hint style="success" %}
**슈퍼 관리자**만 접근 가능합니다.
{% endhint %}

1. [카카오워크 관리자 서비스](https://admin.kakaowork.com/) **> 보안 > 접속 기기 현황** 메뉴에서 접속 기기 목록을 확인합니다.
2. 로그아웃 시킬 기기에서 **연결해제**를 클릭합니다.

   <figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EB%A9%A4%EB%B2%84%20%EA%B8%B0%EA%B8%B0%20%EC%97%B0%EA%B2%B0%20%ED%95%B4%EC%A0%9C.png" alt=""><figcaption><p>멤버 기기 연결 해제</p></figcaption></figure>
3. 해당 기기 정보가 목록에서 삭제된 것을 확인합니다.
   * 사용자가 해당 기기로 접속 시 알림 메시지와 함께 로그아웃 처리되어, 재로그인이 필요합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kakaowork.gitbook.io/kakao-work/basic/admin/security/device.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
