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

RustDesk Server Program

Results 135 rustdesk-server issues
Sort by recently updated
recently updated
newest added

Hi, I tried to install Rustdesk server on my raspberry Pi3 with Raspian 32bit with Docker, I followed various guides but nothing worked in my machine. The s6-overlay crashed for...

bug

version: '3' services: hbbs: container_name: hbbs network_mode: host image: rustdesk/rustdesk-server-s6:1.1.6-1-amd64 command: hbbs -r rustdesk.example.com:21117 volumes: - ./data:/root depends_on: - hbbr restart: unless-stopped hbbr: container_name: hbbr network_mode: host image: rustdesk/rustdesk-server-s6:1.1.6-1-amd64 command:...

bug

Hello, thank you for this great project. I did some tests with it. It works as expected. I am trying to implement it on my mogenius.com host. Because creating a...

question

For the self built server, the ID relay server address and key will be lost after a period of time after the configuration is completed, resulting in the problem of...

question

I am new to this, there is an administrator viewer in the server application where I can see how long those who use the server remain connected

question

**Is your feature request related to a problem? Please describe.** I would like to use rustdesk in a enterprise remote environment and would like to turn off copy/paste, file transfer,...

enhancement

Is it possible to establish encrypted server - client connection and validate client is allowed on this server and vice-versa? Story: I want to deploy my personal rustdesk-server and configure...

question

Hello, What do you think about this idea. In order to improve the tracking and security of this soft, I think log every connexion made with the name and the...

enhancement

there is no display for linux server, is there had any plan to support SSH remote control?

enhancement