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

Is it possible block user to prevent login to any device?

Open GusevVictor opened this issue 1 year ago • 4 comments

Hi there!

Is it possible block user to prevent login to any device?

GusevVictor avatar Oct 19 '24 18:10 GusevVictor

I think that I can use apache proxy for every user with individual password :)

GusevVictor avatar Oct 19 '24 18:10 GusevVictor

I think that I can use apache proxy for every user with individual password :)

API plugins are currently unable to achieve this, but it would be great if they could. Can you please elaborate on your approach?

kingmo888 avatar Oct 20 '24 03:10 kingmo888

I think that I can use apache proxy for every user with individual password :)

API plugins are currently unable to achieve this, but it would be great if they could. Can you please elaborate on your approach?

I think it's possible to use proxy with user and password to prevent login to hbbs, hbbr, and api application.

GusevVictor avatar Oct 20 '24 09:10 GusevVictor

I think that I can use apache proxy for every user with individual password :)

API plugins are currently unable to achieve this, but it would be great if they could. Can you please elaborate on your approach?

Hi! It's possibly for example, please see that implementation: https://github.com/sctg-development/sctgdesk-api-server?tab=readme-ov-file

GusevVictor avatar Dec 15 '24 06:12 GusevVictor