mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
How to enable multi user #1043
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#1043
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 @Rakkoc on GitHub (Apr 28, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
How i add new user to kuma. i cant found it
🐻 Uptime-Kuma Version
1.15.0
💻 Operating System and Arch
ubuntu 20.x
🌐 Browser
Chrome Version 100.0.4896.127 (Official Build) (x86_64)
🐋 Docker Version
No docuker
🟩 NodeJS Version
14.19.x
@Sneeex commented on GitHub (Apr 28, 2022):
As @ShadowGaming100 wrote #128 is about user management, currently there's no way to create a new user.
Please close this issue if you don't have any other questions about this.
@meeaeh commented on GitHub (Jun 11, 2023):
Is this something that would be considered to be implemented in later releases
@CommanderStorm commented on GitHub (Jun 11, 2023):
Yes, see #128 and the associated PR for further details
@jindalakash commented on GitHub (Aug 2, 2025):
Hi everyone,
I know directly altering the database might not be ideal—or maybe it is, considering it’s open source—but during my local Uptime Kuma setup, I was able to create multiple users by manually adding new rows to the users table in the SQLite database. I basically cloned the default user row that gets created during initial configuration (where you set your username and password).
This doesn’t let you assign roles or limit permissions, but it does allow different team members to log in with separate usernames and passwords, which was good enough for basic access control in our case.
That said, I definitely agree that having proper user roles and permission management is a much-needed feature.