-
Notifications
You must be signed in to change notification settings - Fork 21
Uninstall
gitondezhuts edited this page Nov 10, 2024
·
1 revision
- Stops and disables the RustDesk services (hbbs and hbbr).
- Deletes RustDesk binaries and associated directories.
- Stops, disables, and removes the InfiniteRemote API server service.
- Removes the nginx server and certbot for InfiniteRemote (depending on the package manager).
- Cleans up firewall rules if they were added by the original script.
The uninstall process involves downloading and running the uninstall script, which automates the uninstall of the RustDesk services.
Login as Root: Ensure you are logged in as the root user or a user with sufficient privileges to remove software and modify system settings.
wget https://raw.githubusercontent.com/infiniteremote/installer/refs/heads/main/uninstall.sh
chmod +x uninstall.sh
./uninstall.sh
Follow the on-screen instructions to complete the Upgrade.