You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Dockge on multiple servers/desktops but I recently encountered a problem on one server (Ubuntu): after a server reboot I couldn't log in. I followed the steps to reset the pwd but it still don't work... #194 #426
I tried with actual pwd, new one, "easy one" like 1234abcd. None worked.
Tried 1.4.2, latest, base, nightly.
👟 Reproduction steps
root@UsenetBox:/home/aerya/docker/dockge# docker exec -e USER=aerya -it dockgeusenetbox npm run reset-password
> [email protected] reset-password
> tsx ./extra/reset-password.ts
== Dockge Reset Password Tool ==
2025-03-13T08:22:39Z [SERVER] INFO: NODE_ENV: production
2025-03-13T08:22:39Z [SERVER] INFO: Server Type: HTTP
Connecting the database
2025-03-13T08:22:39Z [DB] INFO: Database Type: sqlite
2025-03-13T08:22:39Z [SERVER] INFO: Connected to the database
Found user: aerya
New Password: ***
Confirm New Password: ***
Password reset successfully.
Connecting to ws://localhost:5001 to disconnect all other socket clients
Logged in.
2025-03-13T08:22:47Z [DB] INFO: Closing the database
2025-03-13T08:22:49Z [DB] INFO: Database closed
Finished.
npm notice
npm notice New major version of npm available! 9.6.7 -> 11.2.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.2.0
npm notice Run npm install -g [email protected] to update!
npm notice
root@UsenetBox:/home/aerya/docker/dockge# docker restart dockgeusenetbox
dockgeusenetbox
👀 Expected behavior
Pwd reset and working.
😓 Actual Behavior
Seems like pwd did not reset.
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 24.04.1 LTS
🌐 Browser
Firefox, Chromium, Brave
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
2025-03-13T08:22:47Z [SERVER] INFO: Socket disconnected!
2025-03-13T08:22:59Z [SERVER] INFO: Shutdown requested
2025-03-13T08:22:59Z [SERVER] INFO: Called signal: SIGTERM
2025-03-13T08:22:59Z [DB] INFO: Closing the database
2025-03-13T08:22:59Z [SERVER] INFO: Socket disconnected!
2025-03-13T08:22:59Z [SERVER] INFO: Socket disconnected!
2025-03-13T08:23:01Z [DB] INFO: Database closed
2025-03-13T08:23:01Z [SERVER] INFO: Graceful shutdown successful!
2025-03-13T08:23:02Z [SERVER] INFO: Welcome to dockge!
2025-03-13T08:23:02Z [SERVER] INFO: NODE_ENV: production
2025-03-13T08:23:02Z [SERVER] INFO: Server Type: HTTP
2025-03-13T08:23:02Z [SERVER] INFO: Data Dir: ./data/
2025-03-13T08:23:02Z [DB] INFO: Database Type: sqlite
2025-03-13T08:23:03Z [SERVER] INFO: Connected to the database
2025-03-13T08:23:03Z [SERVER] INFO: Listening on 5001
2025-03-13T08:23:04Z [AUTH] INFO: Origin is not set, IP: ::ffff:192.168.1.107
2025-03-13T08:23:04Z [SERVER] INFO: Socket connected (direct)
2025-03-13T08:23:05Z [AUTH] INFO: Origin is not set, IP: ::ffff:192.168.1.107
2025-03-13T08:23:05Z [SERVER] INFO: Socket connected (direct)
2025-03-13T08:23:08Z [SERVER] INFO: Socket disconnected!
2025-03-13T08:23:14Z [AUTH] INFO: Origin is not set, IP: ::ffff:192.168.1.107
2025-03-13T08:23:14Z [SERVER] INFO: Socket connected (direct)
2025-03-13T08:23:20Z [AUTH] INFO: Login by username + password. IP=192.168.1.107
2025-03-13T08:23:20Z [RATE-LIMIT] INFO: remaining requests: 19
2025-03-13T08:23:20Z [AUTH] WARN: Incorrect username or password for user aerya. IP=192.168.1.107
2025-03-13T08:23:22Z [AUTH] INFO: Login by username + password. IP=192.168.1.107
2025-03-13T08:23:22Z [RATE-LIMIT] INFO: remaining requests: 18.594
2025-03-13T08:23:22Z [AUTH] WARN: Incorrect username or password for user aerya. IP=192.168.1.107
2025-03-13T08:25:45Z [SERVER] INFO: Socket disconnected!
The text was updated successfully, but these errors were encountered:
🛡️ Security Policy
Description
Hi,
I use Dockge on multiple servers/desktops but I recently encountered a problem on one server (Ubuntu): after a server reboot I couldn't log in. I followed the steps to reset the pwd but it still don't work...
#194
#426
I tried with actual pwd, new one, "easy one" like 1234abcd. None worked.
Tried 1.4.2, latest, base, nightly.
👟 Reproduction steps
👀 Expected behavior
Pwd reset and working.
😓 Actual Behavior
Seems like pwd did not reset.
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 24.04.1 LTS
🌐 Browser
Firefox, Chromium, Brave
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
The text was updated successfully, but these errors were encountered: