RustDesk package update [Solved]
- schwarzheit
- Posts: 62
- Joined: Wed May 22, 2024 6:12 am
RustDesk package update
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?
Snap-Flüchtling
Snap ohne mich!
Linux seit 2007.

Snap ohne mich!

Linux seit 2007.
- Eadwine Rose
- Administrator
- Posts: 15077
- Joined: Wed Jul 12, 2006 2:10 am
Re: RustDesk package update
Moved to package requests forum
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
- dolphin_oracle
- Developer
- Posts: 22597
- Joined: Sun Dec 16, 2007 12:17 pm
Re: RustDesk package update [Solved]
rustdesk is not in our repos, and they do not provide a repo. you can re-run the mx-packageinstaller-popular-apps routine to get a new deb installed.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
- schwarzheit
- Posts: 62
- Joined: Wed May 22, 2024 6:12 am
Re: RustDesk package update
Ah... Thanks.
I thought it would be updated automatically.
I thought it would be updated automatically.
Snap-Flüchtling
Snap ohne mich!
Linux seit 2007.

Snap ohne mich!

Linux seit 2007.
Re: RustDesk package update
You can also use deb-get:
https://github.com/wimpysworld/deb-get
RustDesk is available there and it will be updated automatically.
https://github.com/wimpysworld/deb-get
RustDesk is available there and it will be updated automatically.
- dolphin_oracle
- Developer
- Posts: 22597
- Joined: Sun Dec 16, 2007 12:17 pm
Re: RustDesk package update
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.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: RustDesk package update
Many have been suffering an odd failure of the OSS self host Server & are being told that they must install Docker in order to 'magically' fix the problem.
(Which means, of course, those people don't appear to understand how the code works.)
One use case is a Client & Server on the same LAN - with the Server on a Raspberry Pi.
(Docker is, clearly, not needed - or shouldn't be.)
This person explained what they've learned about Rustdesk and how they've solved the problems, despite the poor documentation:
https://www.reddit.com/r/rustdesk/comme ... ?context=3
If Rustdesk were to be added to the MX Linux repo - perhaps this could be included?
Also, myssv on github responded to my question about his 2023 update script:
"This is my update script and it is still working:"
HTH ...
(Which means, of course, those people don't appear to understand how the code works.)
One use case is a Client & Server on the same LAN - with the Server on a Raspberry Pi.
(Docker is, clearly, not needed - or shouldn't be.)
This person explained what they've learned about Rustdesk and how they've solved the problems, despite the poor documentation:
https://www.reddit.com/r/rustdesk/comme ... ?context=3
If Rustdesk were to be added to the MX Linux repo - perhaps this could be included?
Also, myssv on github responded to my question about his 2023 update script:
"This is my update script and it is still working:"
Code: Select all
rm update.sh
wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/update.sh
chmod +x update.sh
./update.sh
Re: RustDesk package update
In a reddit thread about Rustdesk someone suggested this ...
And this
and this
(He added this note "where their meaning is in the docs and largely understandable from the var name.")
Someone more familiar with the Rustdesk code would have to explain the how and why of all of that ...
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"
And this
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
Someone more familiar with the Rustdesk code would have to explain the how and why of all of that ...
Re: RustDesk package update
The same person just posted:
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...