// the find
rustdesk/rustdesk-server-pro
Some scripts for RustDesk Server Pro are hosted here.
A small shell script collection for installing and managing RustDesk Server Pro, the paid self-hosted remote desktop server. This is not the server itself — that's closed source — just the installer scaffolding. Useful only if you're already paying for RustDesk Pro.
The lib.sh shared library approach avoids copy-paste drift across install/update/uninstall scripts. Reviewdog CI catches shell script issues automatically. The scripts handle real operational tasks (install, update, convert from OSS, uninstall) rather than just bootstrapping. Contribution guidelines are clear and enforced consistently.
The actual server binary is proprietary — what you're getting here is glue around a product you have to pay for, which limits how much you can audit or trust the full stack. 300 stars and 110 forks for a repo that is mostly one install script is inflated by the parent project's reputation, not the quality of this code. No tests of any kind for the shell scripts beyond linting. The README is thin and the real documentation lives on an external docs site, so this repo is essentially useless without an internet connection to rustdesk.com.