The purpose of this KB article is to assist with the removal of an Onsite Manager from an end device and leave no trace of it behind.
To remotely uninstall an Onsite Manager
As of Barracuda RMM 12.1, you can remove an Onsite Manager from the site directly in Site Management.
- In your Service Center go to Site Management > Sites.
- Select the checkbox beside the site in question.
- Click More Actions.
- Select Remove Onsite Manager.
- Fill in the CAPTCHA.
- Click OK.
To locally uninstall an Onsite Manager (using either A or B method)
You can choose to uninstall the Barracuda RMM Onsite Manager by the following two methods.
A) To Remove Onsite Manager using Programs and Features/Add or Remove Programs
- Click Start.
- Open Control Panel.
- Select Programs and Features or Add or Remove Programs.
- Select Barracuda RMM Onsite Manager.
- Select Uninstall or Remove.
B) To Remove the MSI Cache
- Click Start and open Windows Explorer.
- Browse to
C:\Windows\Installer
. - Right-click on Category bar beside Size and select More.
- Find Subject in the list and click OK.
- Sort by Subject.
- Locate Barracuda RMM Onsite Manager in the list.
- Right-click on the entry and select Uninstall.
To remove file system artifacts
- Click Start and open Windows Explorer.
- Locate and delete the following folders:
C:\Program Files\Barracuda RMM
C:\Program Files (x86)\Barracuda RMM
- Click Start and Run the command
regedit.exe
. - Locate and delete the Level Platforms key(s):
HKEY_LOCAL_MACHINE\SOFTWARE\Level Platforms
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Level Platforms
What to do if Registry Keys will note delete:
- Download Regln: https://github.com/tenox7/regln/releases/download/2.2/regln-x64.exe
- Save to C:\Temp
- Open Command Prompt as Administrator
- Enter in cd c:\temp
- Run regln-x64 -d "HKLM\SOFTWARE\Level Platforms\Managed Workplace"
- Then run regln-x64 -d "HKLM\SOFTWARE\Level Platforms"
To remove database and artifacts
- Open SQL Server Management Studio (SSMS) as Administrator
- Connect to the LPIMWOMEXPRESS instance
- In Object Explorer, expand Databases
- Right-click on MWData and choose Tasks
- Select Detach
- In the Detach Database Window beside MWData, select Drop
- Click Start and open Window Explorer
- Browse to: C:\Program Files\Microsoft SQL Server\MSSQL13.LPIMWOMEXPRESS\MSSQL\DATA
- Select the MWData.mdf and MWData_log.ldf and move or delete these
To remove the service account
- Launch Computer Management via Start - (Run) - type '
compmgmt.msc
'. - Expand Local Users and Groups.
- Right-click the account that was used to run MWExpertSystem (mwservice by default) and click Delete.
- Click Yes to confirm.
If your intention is to re-purpose the device as an Onsite Manager at a new site, the system should now be clean and ready for use.