rustdesk/doc.rustdesk.com

What is the corect way to use Carnet d'adresses section

ammonavis opened this issue · 4 comments

image

How to connect a servver API ?

A have installed with docker compose my how server :

version: '3'

networks:
rustdesk-net:
external: false

services:
hbbs:
container_name: hbbs
ports:
- 21115:21115
- 21116:21116
- 21116:21116/udp
- 21118:21118
image: rustdesk/rustdesk-server:latest
command: hbbs -r myrustdeck.perso.dmn
volumes:
- ./hbbs:/root
networks:
- rustdesk-net
depends_on:
- hbbr
restart: unless-stopped

hbbr:
container_name: hbbr
ports:
- 21117:21117
- 21119:21119
image: rustdesk/rustdesk-server:latest
command: hbbr
volumes:
- ./hbbr:/root
networks:
- rustdesk-net
restart: unless-stopped

Addional question how tu start rundeck client / server on windows start up
And is ther a raspberry compatible client?

I don't undestand the answer : I want to connect an account to avec all my remote rustdeck
Capture d’écran 2022-06-19 092507

Hos to make working the api chiche provide this fonctionnality ?

is thère a documentation of this api ?