RustDesk 1.4.9, preconfigured for help.blacklog.net current: 1.4.9
curl -fsSL https://pkgs.blacklog.net/blacklog-repo.key | sudo tee /etc/apt/keyrings/blacklog.asc echo "deb [signed-by=/etc/apt/keyrings/blacklog.asc] https://pkgs.blacklog.net/apt stable main" | sudo tee /etc/apt/sources.list.d/blacklog.list sudo apt update && sudo apt install rustdesk rustdesk-blacklog-config
sudo tee /etc/yum.repos.d/blacklog.repo <<'EOF' [blacklog] name=Blacklog RustDesk baseurl=https://pkgs.blacklog.net/rpm enabled=1 gpgcheck=0 repo_gpgcheck=1 gpgkey=https://pkgs.blacklog.net/blacklog-repo.key EOF sudo dnf install rustdesk rustdesk-blacklog-config
sudo tee -a /etc/pacman.conf <<'EOF' [blacklog] SigLevel = Optional TrustAll Server = https://pkgs.blacklog.net/arch EOF sudo pacman -Sy rustdesk rustdesk-blacklog-config
If no rustdesk package is listed for a release, upstream skipped the Arch build — install rustdesk-bin from the AUR and just add rustdesk-blacklog-config.
Self-configuring installer (the server address is embedded in the filename — do not rename it):
rustdesk-host=help.blacklog.net,key=….exe
Fleet deployment: install-blacklog-rustdesk.ps1 (silent install + config, run as admin).
Install the dmg for your CPU, then run macos-configure.sh once.
downloads/ · apt/ · rpm/ · arch/ · signing key