Skip to content

Uninstall

gitondezhuts edited this page Nov 10, 2024 · 1 revision

This script:

  • 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.

Uninstall Process

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.

Download the Uninstall Script:

wget https://raw.githubusercontent.com/infiniteremote/installer/refs/heads/main/uninstall.sh

Run the Uninstall Script:

chmod +x uninstall.sh
./uninstall.sh

Follow the on-screen instructions to complete the Upgrade.

Clone this wiki locally