wiki-js/home/server/rustdesk.md

735 B

title, description, published, date, tags, editor, dateCreated
title description published date tags editor dateCreated
Rustdesk true 2025-04-13T11:15:58.375Z markdown 2025-04-13T10:47:36.132Z

Rustdesk

Rustdesk is a tool to remote control computers with its desktop enviroment over a network.

Installtion

yay -S rustdesk-bin

Setup

Only peer to peer configuration is setup at the moment. The remote computer that should be controlled needs to:

  • enable IP access
  • allow the following port connections
sudo ufw allow 21112:21113/tcp
sudo ufw allow 21115:21118/tcp
sudo ufw allow 21116/udp
sudo ufw reload
  • Setup systemd service to start rustdesk headless on startup at
sudo systemctl enable rustdesk