[GH-ISSUE #1846] Add the option to logoff users #1150

Open
opened 2026-03-02 02:21:31 +03:00 by kerem · 1 comment
Owner

Originally created by @P6g9YHK6 on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1846

Is your feature request related to a problem? Please describe.
Current it is not possible to logoff a user session from anywhere,

Describe the solution you'd like
a dedicated function that would list all the users currently logged on a device and allow to either log them off or fully close the session. just like the windows task manager allows to do.

Describe alternatives you've considered
currently banging my head on a script to do this but i trully think this is an innapropriate solution for this kind of muindain task.
Users-tab-in-Task-Manager-

Originally created by @P6g9YHK6 on GitHub (Apr 17, 2024). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1846 **Is your feature request related to a problem? Please describe.** Current it is not possible to logoff a user session from anywhere, **Describe the solution you'd like** a dedicated function that would list all the users currently logged on a device and allow to either log them off or fully close the session. just like the windows task manager allows to do. **Describe alternatives you've considered** currently banging my head on a script to do this but i trully think this is an innapropriate solution for this kind of muindain task. ![Users-tab-in-Task-Manager-](https://github.com/amidaware/tacticalrmm/assets/17877371/b8df2c56-39e6-4625-9859-72b1fe990091)
Author
Owner

@victorvs0uz4 commented on GitHub (Sep 30, 2024):

You can use the "send command" function together with the "quser" command, it will list all logged in users, then you can force logoff the user according to the ID. For example: logoff 3 (if the user in question is ID 3)

image

<!-- gh-comment-id:2384181427 --> @victorvs0uz4 commented on GitHub (Sep 30, 2024): You can use the "send command" function together with the "quser" command, it will list all logged in users, then you can force logoff the user according to the ID. For example: logoff 3 (if the user in question is ID 3) ![image](https://github.com/user-attachments/assets/addea586-d70f-41c1-a83b-27280ad43816)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#1150
No description provided.