mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2322] [Feature Request] Limit use of installer token #1436
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @P6g9YHK6 on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2322
Is your feature request related to a problem? Please describe.
We can currently set how long a token is valid, but there is no way to limit how many times a token can be used. This creates a security gap: if someone discovers a token, they can reuse as many time it wishes until it expires, which may lead to unexpected agents appearing on the dashboard.
Describe the solution you'd like
Add a “max uses” option for tokens (in addition to expiry). When set, the token becomes invalid after it has been used the configured number of times. Expose this option in the UI when creating tokens and enforce it server-side for all token validation logic.
@Kf637 commented on GitHub (Nov 23, 2025):
Would be useful.