rustdesk / rustdesk-server-pro

Some scripts for RustDesk Server Pro are hosted here.
138 stars 69 forks source link

[FEATURE] - API on other port ? #57

Open Apashh opened 1 year ago

Apashh commented 1 year ago

Hey,

I would like to publish my rustdesk for customers but i would like to close the web console to local network. So it will be interesting to change the API port to 21113 for example ?

Thanks !

dinger1986 commented 1 year ago

So really this feature request is to split off the API from the web console or at least prevent access to the web console from a remote computer

Apashh commented 1 year ago

Absolutely !

pdifeo commented 1 year ago

I agree.

A question. Is there a way to log unauthorized acccess or log brute force attack ? In this way I can set for example fail2ban to prevent brute force attack.

dinger1986 commented 1 year ago

Protecting against brute force attacks would be good, I need to try and see what the logs are if it logs that or not then look at fail2ban

rustdesk commented 1 year ago

https://github.com/rustdesk/rustdesk-server-pro/issues/56#issuecomment-1689879026

pdifeo commented 1 year ago

I speak also about web console.

Protecting against brute force attacks would be good, I need to try and see what the logs are if it logs that or not then look at fail2ban

No logs on access denied

xBr0th3rx commented 2 months ago

@rustdesk

Is there a way to separate the API and Webconsole ports? As described above, we do not want the Webconsole to be accessible from outside our network.

Greetings