Implement RUSTDESK_UNATTENDED_PWD_VISIBILITY to enable visibility of unattended passwords within the Admin UI even when User is logged in.
build / build-linux-amd64 (push) Successful in 1m45s

This commit is contained in:
2026-05-18 18:25:29 +02:00
parent 5ec9776207
commit e22e4f6fb6
5 changed files with 31 additions and 4 deletions
+3
View File
@@ -55,6 +55,9 @@ services:
- --bootstrap-admin-password=${RUSTDESK_BOOTSTRAP_ADMIN_PASSWORD:-changeme}
# - --key=- # "-" auto-generates a key; "_" forces encrypted-only with no explicit key
# - --http-port=21114 # admin HTTP API/UI port; 0 disables
# When the admin UI shows a device's unattended password.
# logged-out (default) = only when nobody is logged in; always = also while a user is logged in.
- --unattended-pwd-visibility=${RUSTDESK_UNATTENDED_PWD_VISIBILITY:-logged-out}
environment: *rustdesk-env
ports:
- 21114:21114