mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Relay server missing from web ui #3723
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3723
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 @Chocolateandmilkwin on GitHub (Oct 15, 2025).
Bug Description
I have installed the rustdesk server and host it on a subdomain
If i enter the subdomain in the "ID server" field i can see in the chrome debug tool that it correctly makes a connection to "wss://rustdesk.mydomain.xyz/ws/id"
But then it is followed by a connection to "wss://mydomain.xyz/ws/relay" it seems to ignore the subdomain part of the server name.
I have also tested by moving the service to my main domain temporarily which worked fine, so it seems only servers on subdomains have the problems.
How to Reproduce
Setup rustdesk server on a subdomain.
Enter subdomain in "ID server" field in rustdesk ui.
Open browser dev tool, go to network section and filter by socket/ws
Attempt connection to host
Observe one succesfull connection to "wss://subdomain.domain.xyz/ws/id"
and one failed connection to "wss://domain.xyz/ws/relay"
Expected Behavior
You should be able to enter the url of the relay server, or it should respect what is entered for the id server.
Operating system(s) on local (controlling) side and remote (controlled) side
Any browser
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.2
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Oct 15, 2025):
#763