Ask the Community
Groups
How To Uninstall RocketCyber Agent - Connect IT Community | Kaseya
<main> <article class="userContent"> <div data-hs-callout-type="tip"> <p>The RocketCyber Agent can be uninstalled from a system using the following methods.</p> <h3 data-id="powershell-windows">Powershell - Windows</h3> <p>Attached to this article is a Powershell script which can be used to automate the uninstall of the RocketCyber Agent. </p> <p>**The attachment is called rocketagent_uninstall.ps1</p> <p>Command Line Uninstall - Windows</p> </div> <p>If you prefer to script or perform an uninstall from the command line the uninstaller program is located in Program Files\RocketAgent\uninstall.exe</p> <p>If you execute <em>uninstall.exe</em> without any command-line parameters it will display a normal graphical uninstaller interface that requires user interaction. To run a silent uninstall provide /S as a command-line parameter. This will cause the uninstaller to not display its user interface and requires no user interaction. See the example below:</p> <pre data-content="shell" class="code codeBlock" spellcheck="false" tabindex="0">C:\Program Files\RocketAgent\uninstall.exe /S</pre> <h3 data-id="command-line-uninstall-macos">Command Line Uninstall - macOS</h3> <div> <p>If you prefer to script or perform an uninstall from the command line the uninstaller program is located in <em>/usr/local/rocketcyber/mac-agent-updater</em></p> <p>To uninstall, See the example below:</p> <pre data-content="shell" class="code codeBlock" spellcheck="false" tabindex="0">sudo /usr/local/rocketcyber/mac-agent-updater UNINSTALL "" "" ""</pre> <div data-hs-callout-type="note"> <p>The command is case sensitive and must be entered exactly as shown.</p> <p> </p> <h3 data-id="command-line-uninstall-linux">Command Line Uninstall - Linux</h3> <div> <p>If you prefer to script or perform an uninstall from the command line the uninstaller program is located in <em>/usr/local/rocketcyber/linux-agent-updater</em></p> <p>To uninstall, See the example below:</p> <pre data-content="shell" class="code codeBlock" spellcheck="false" tabindex="0">sudo /usr/local/rocketcyber/linux-agent-updater UNINSTALL "" "" ""</pre> <div data-hs-callout-type="note"> <p>The command is case sensitive and must be entered exactly as shown.</p> <p> </p> </div> </div> <p>All of these methods will run silently and can be scripted using any RMM tool or other automation tool that can execute commands on an endpoint.</p> <p> </p> </div> </div> </article> </main>