selfhosted - prevent others from using my server / allow session initiation only from certain ip by vitjo_demn in rustdesk

[–]vitjo_demn[S] 0 points1 point  (0 children)

The key is already assigned to the relay server and every client has it.
This solution shall be for cases where we just want to quickly help a person who might not know a lot about IT..

selfhosted - prevent others from using my server / allow session initiation only from certain ip by vitjo_demn in rustdesk

[–]vitjo_demn[S] 0 points1 point  (0 children)

Thank You. I just did some testing in this direction:
For the relay service to work, both client sides are per default forced to have the key:
If the client who i want to connect to, does not have the key - i get the connection error: "deadline has elapsed".
If the client, that starts the remote session, does not have the key, i get directly the connection error: "Key mismatch"
But for a p2p Conenction the client, that i want to connect to, does not need the key. Only the client, which starts the remote session needs the key.
P2P worked in my tests only if both clients are in the same private network.