RustDesk package update
Posted: Wed Jul 09, 2025 3:21 pm
Rustdesk is currently installed in version 1.3.2 but there is already 1.4.
Can you please put the current version in repo?
Can you please put the current version in repo?
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
clarifying that it would be updated automatically by deb-get if you use deb-get for updates, not by the usual updater tools or any other package manager.Dearth wrote: Thu Jul 10, 2025 2:02 am You can also use deb-get:
https://github.com/wimpysworld/deb-get
RustDesk is available there and it will be updated automatically.
Code: Select all
rm update.sh
wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/update.sh
chmod +x update.sh
./update.sh
Code: Select all
hbbs -r <comma,sep,list,of,URLs/IPs,where,client,could,reach,the,server> -R <the,same,list> -k "ThePrivateKeyHarvestedFrom-id_ed25519-AutoCreatedOnFirstRun"
Code: Select all
hbbr -k "TheSamePrivKeyAsAbove
Code: Select all
export SINGLE_BANDWIDTH=256
export TOTAL_BANDWIDTH=2048
export LIMIT_SPEED=64
export ALWAYS_USE_RELAY=N
export ENCRYPTED_ONLY=1
I'm now looking at https://ylianst.github.io/MeshCentral/meshcentral/ as an alternative to RustDesk.I've seen now that docs on these variables disappear from official docs, back then I've found in them. Their meaning is
SINGLE_BANDWIDTH=256 # in Mbps, max band of a single connecction
TOTAL_BANDWIDTH=2048 # max allowed band for all currently connected clients
LIMIT_SPEED=64 # file transfer max band per connection
ALWAYS_USE_RELAY=N # trying or not to go P2P
ENCRYPTED_ONLY=1 # allow (1) or not (0) unencrypted connections for clients with no/invalid public key configured
Evidently they try to discourage self-hosting now...