tis-rustdesk icon

RustDesk

Silent install package for RustDesk

1.4.3-3
Utilities
Utilities

How to use Rustdesk with WAPT

Configuration procedure:

Three packages are required to operate RustDesk through the WAPT console: tis-rustdesk , tis-rustdesk-server and tis-rustdesk-config-template.

tis-rustdesk-server

https://wapt.tranquil.it/store/en/tis-rustdesk-server

  • Install this package on your RustDesk server.
  • Once installed, go to the machine's audit data and retrieve the data for the tis-rustdesk-server package.
  • Retrieve the rustdesk_cfg key and copy it.

tis-rustdesk-config-template

https://wapt.tranquil.it/store/en/tis-rustdesk-config-template

  • Download the "tis-rustdesk-config-template" package.
  • Private Repository > tis-rustdesk-config-template > right-click > launch update_package.
  • Click OK on the message indicating that the update-package() function has been launched.
  • Once the window is displayed, tick "upload directly", select a package maturity, note your package prefix and tick "increment package version".
  • Click on ‘Run update-package for selected packages’.
  • Enter the rustdesk_cfg key > click on "Upload the package".
  • Install this new package on the client workstations.

Usage Procedure:

  • Install the tis-rustdesk package ( https://wapt.tranquil.it/store/en/tis-rustdesk ) on the client machines.
  • Install the customized RustDesk configuration package.
  • Launch waptconsole.
  • Select the machine to control in PMAD > Right-click "Connect via RustDesk".

⚠️ Il est nécessaire que la machine ayant la console WAPT ai le paquet Rustdesk ainsi que le paquet de configuration installé ⚠️

  • package: tis-rustdesk
  • name: RustDesk
  • version: 1.4.3-3
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT,Amel FRADJ
  • licence: opensource_free
  • locale: all
  • target_os: debian(>=10),ubuntu(>=20)
  • architecture: arm64
  • signature_date:
  • size: 19.38 Mo
  • homepage : https://rustdesk.com/

package           : tis-rustdesk
version           : 1.4.3-3
architecture      : arm64
section           : base
priority          : optional
name              : RustDesk
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,Amel FRADJ
description       : RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : debian(>=10),ubuntu(>=20)
min_wapt_version  : 2.3
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : RustDesk est une alternative de contrôle à distance open source complète pour l'auto-hébergement et la sécurité avec une configuration minimale
description_pl    : RustDesk to w pełni funkcjonalna alternatywa zdalnego sterowania typu open source do samodzielnego hostingu i bezpieczeństwa przy minimalnej konfiguracji
description_de    : RustDesk ist eine voll funktionsfähige Open-Source-Fernsteuerungsalternative für Selbst-Hosting und Sicherheit mit minimaler Konfiguration
description_es    : RustDesk es una completa alternativa de control remoto de código abierto para el autoalojamiento y la seguridad con una configuración mínima
description_pt    : O RustDesk é uma alternativa de controlo remoto de código aberto com todas as funcionalidades para auto-hospedagem e segurança com configuração mínima
description_it    : RustDesk è un'alternativa di controllo remoto open source completa per l'auto-hosting e la sicurezza con una configurazione minima
description_nl    : RustDesk is een volledig open source alternatief voor afstandsbediening voor zelfbeheer en beveiliging met minimale configuratie
description_ru    : RustDesk - это полнофункциональная альтернатива удаленного управления с открытым исходным кодом для самостоятельного размещения и обеспечения безопасности с минимальной конфигурацией
audit_schedule    : 
editor            : 
keywords          : RustDesk
licence           : opensource_free
homepage          : https://rustdesk.com/
package_uuid      : b5b9c8be-302e-43bb-a8bf-ec6bba3a6d78
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://github.com/rustdesk/rustdesk/releases
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 6e1b5881cfd9d438d6aff2c4f9c3f845a728072c75a61d637b842c95b6322a8c
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-11-19T16:13:18.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : fONY6jDwcsH+RYxVLHP+1aiscOhN2VAl3zVttzt+BAo3TmtC9oVv1Koyr4pAVdK5yi5aBH3U+FNApzqvZh0YIpyq2Lwbt+jjVuh3+jg8ViSPKy2hRDrT+aYFTDJZZ91jch4yZ830JjzNWempQtlInWHbMRF+0oFzA5J9GSHyl0X2F2DzkEpilPCCalorTp2UKj2XnWQNQli3Ju+LbG2qjKSo8vlo/x0eH5z8i0x52uayQ8H6O/Qc0tR1u/LpB/MkLjXIJEG1d7NtnNRzMcj6Sm24msT+9isK2A/m3dRaZu0t+flFuuVsMWWbZEQpo1l5EEKeNo9JBoocHg2dpvtaOQ==

# -*- coding: utf-8 -*-
from setuphelpers import *

# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls


def install():
    # Declaring local variables
    bin_name = glob.glob("*.deb")[0]
    # Installing the software

    install_deb(bin_name)

def uninstall():
    install_apt('bc')
    if not isfile('/etc/systemd/system/rustdesk.service'):
        open('/etc/systemd/system/rustdesk.service','w').write('')
    uninstall_apt('rustdesk')

# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob


def update_package():
    # Declaration of local variables
    package_updated = False
    proxies = get_proxies_from_wapt_console()
    if not proxies:
        proxies = get_proxies()
    api_url = "https://api.github.com/repos/rustdesk/rustdesk/releases/latest"
    update_dict = {
        "latest_bin": {
            "windows-x64": "x86_64.exe",
            "windows-x86": "x86-sciter.exe",
            "macos-x64"  : "x86_64.dmg",
            "macos-arm"  : "aarch64.dmg",
            "debian(>=10),ubuntu(>=20)-arm" : "armv7-sciter.deb",
            "debian(>=10),ubuntu(>=20)-arm64" : "aarch64.deb" ,
            "debian(>=10),ubuntu(>=20)-x64" : "x86_64.deb" ,
        }
    }

    # Get data from API
    releases_dict = wgets(api_url, proxies=proxies, as_json=True)
    exe_found = False  # Flag pour indiquer la découverte d'un fichier .msi
    for release in releases_dict:
        if exe_found:
            break
        for asset in releases_dict["assets"]:
            if asset["browser_download_url"].endswith(
                update_dict["latest_bin"][f'{control.target_os}-{ensure_list(control.architecture)[0]}']
            ):
                url_download = asset["browser_download_url"]
                filename = url_download.split("/")[-1]
                last_version = releases_dict["name"].replace("-",".")
                exe_found = True  # Mettre à jour le flag pour indiquer qu'un .exe a été trouvé
                break

    if not isfile(filename):
        package_updated = True
        wget(url_download, filename, proxies=proxies)

    # nettoyer les fichiers temporaires
    for f in glob.glob("*.deb"):
        if f != filename:
            remove_file(f)

    control.set_software_version(last_version)
    control.save_control_to_wapt()

    return package_updated

2c8f4266c995faf6baa196328a44c82eb8c35047f7ede2e4caa0d7014540ebee : WAPT/README.md
1d12debddc8b24c78d34665113210f5a4df68da565780d2a7107a8e11b7a9f38 : WAPT/README_fr.md
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
acb71f1233a0a5bf0e34d79e09bb4e6240a123924bacb119e2bcd7e60d65b875 : WAPT/control
6e1b5881cfd9d438d6aff2c4f9c3f845a728072c75a61d637b842c95b6322a8c : WAPT/icon.png
0196116561546a6b21c5e86264f0ef8fe5c258f1390be0137ab26e3ec881976c : luti.json
2e6ece97cdf280f11c63a557280ba4b6731c0c58209fe22af12761a1fdbdf7df : rustdesk-1.4.3-aarch64.deb
36de7b8df577eeeb55cc7c0b10863b4eeba0187c80dbca12b793bbad12e88acb : setup.py
a38f1604125e1af9a06ab92419fd518fdf77a987b56271a5848c700b912b6c21 : update_package.py