rustdesk / rustdesk/doc.rustdesk.com
RustDesk Client on Ubuntu 24.04 Rejects Valid Password Persistently (ver 1.3.0 and 1.4.0)
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 792
- Forks
- 709
- Avg merge
- 8h 25m
- Merged PRs (30d)
- 3
Description
Describe the bug
On Ubuntu 24.04 LTS (GNOME 46 / Pipewire stack), the RustDesk client fails to connect to a self-hosted RustDesk server. Even when the password is entered correctly (both via GUI or CLI), the client returns "password incorrect" and refuses the connection. The problem persists even after using the “Forget password” option or clearing local config.
The same server is accessible by other clients (Windows and Android), so the issue is isolated to the client running on Ubuntu 24.04.
Client Setup
- OS: Ubuntu 24.04.2 LTS x86_64
- RustDesk version:
rustdesk-1.3.8-x86_64.deb - Display Server: GNOME 46 + Mutter
- Audio stack: Pipewire (
pulseaudioremoved) - Kernel:
6.8.0-52-generic
Steps to reproduce
- Install RustDesk client on Ubuntu 24.04
- Connect to RustDesk server (ID: any vallid id) using valid password
"dm4w47" - RustDesk returns "Password incorrect" even if password is correct
- Delete
~/.config/RustDeskand retry — same behavior - Try CLI connection:
But logs show:rustdesk --cli connect (any valid id) --password "dm4w47"
indicating thepassword: null--passwordargument is not applied
Expected behavior
A successful remote connection when the password is valid and supplied via CLI or GUI.
Observed behavior
- GUI returns authentication error
- CLI initiates connection but logs show
password:null - GTK errors occur on session teardown:
Gtk-CRITICAL **: gtk_window_get_position: assertion 'GTK_IS_WINDOW (window)' failed - Pipewire is correctly running:
systemctl --user status pipewire - All dependencies reinstalled:
libxdo3libfuse2libssl3pipewire-audiogstreamer1.0-pipewire
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the connection on Ubuntu 24.04 using the documented CLI command and a valid server ID, then inspect the reported password: null output and the ~/.config/RustDesk reset behavior. The fix is complete when a valid password supplied through the GUI and CLI reaches authentication and the client connects successfully without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, ubuntu
- Domain
- cli, desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100