rustdesk-server icon indicating copy to clipboard operation
rustdesk-server copied to clipboard

Allow remote control only from trusted IPs or other ID

Open brlarini opened this issue 2 years ago • 2 comments

It would be nice if the server could manage who has the rights of remote view/control. Considering some operator's ID and password has leaked somehow (along the public key), anyone on the internet could connect to his computer. If the remote viewing/control could be restricted, for example, based on IP address, the operator could be in the same network as the server, such as 192.168.0.0/24, that network address could be added on server config and only hosts connecting to the server using an address belonging to it would be allowed to request remote viewing/control. Considering this network isn't routeable on the internet, it acts as an added security layer. Also, if that option is turned on, not even an ID/password would be viewable on the operator side, so it wouldn't be easily leaked, maybe as a separate config.

brlarini avatar Jul 13 '23 13:07 brlarini

I came here looking for something similar. I don't want all users to be able to remotely connect. Only some people should be able to enter/use a remote ID in my case.

Extarys avatar Jul 14 '23 21:07 Extarys

Hello, Agreed this would be awesome!

pvi-github avatar Jun 28 '24 12:06 pvi-github