BLACKLOG // package repository

RustDesk 1.4.9, preconfigured for help.blacklog.net  current: 1.4.9

Debian / Ubuntu (apt)

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

Fedora / RHEL (dnf)

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

Arch (pacman)

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.

Windows

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).

macOS

Install the dmg for your CPU, then run macos-configure.sh once.

Browse

downloads/ · apt/ · rpm/ · arch/ · signing key