Page 1 of 1

[SOLVED] RustDesk package configuration

Published: March 4, 2026 - 3:02 PM
by admmelyne
Hello,

I've set up the RustDesk remote access solution following the tutorial here: https://wapt.tranquil.it/store/fr/tis-rustdesk
. It's working.

However, I have a question: is it possible to adjust the settings to only allow access from the WAPT console (and/or only from the IT admin PCs)?
Currently, any client PC with the RustDesk package can open RustDesk on its desktop and take control of any PC on the network if they have the ID and password.
Perhaps I've missed a configuration setting somewhere.

Thank you and have a good day!

Re: RustDesk package configuration

Published: March 9, 2026 - 09:29
by sfonteneau
Actually, if you use https://wapt.tranquil.it/store/fr/tis-r ... g-template

, it sets a random password for each RustDesk configuration.

This password is then sent to the WAPT server in encrypted form using a certificate already deployed on the machine.

Therefore, only an administrator (who has a WAPT certificate) can currently access a machine.

Yes, it already works. :)

Re: RustDesk package configuration

Published: March 16, 2026 - 10:06
by dcardon
Hello admmelyne,

were you finally able to set up your integrated Wapt Rustdesk?

Regards,

Denis

Re: RustDesk package configuration

Published: March 20, 2026 - 5:45 PM
by tux
Good morning,

By modifying the file C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\config\RustDesk2.toml, it is possible to limit the IP addresses allowed to launch a remote takeover.

Code: Select all

[options]
whitelist ='IP1,IP2,IP3'

Re: RustDesk package configuration

Published: March 23, 2026 - 10:20
by dcardon
@tux thanks for the suggestion, we'll add it to the default file and mention it in the README. :-)

@admmelyne, since I don't hear back, I'll assume it's okay and mark the topic as RESOLVED (it would be nice to get some feedback though...)

Denis