rustdesk-server
rustdesk-server copied to clipboard
RustDesk Server Program
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...
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:...
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...
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...
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
**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,...
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...
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...
there is no display for linux server, is there had any plan to support SSH remote control?