Already a NinjaOne customer? Log in to view more guides and the latest updates.

NinjaOne Integrations: Bitdefender SDK Troubleshooting (Deprecated)

We have deprecated support for Bitdefender SDK, and only offer basic support for using it in NinjaOne. To learn about our Bitdefender GravityZone integration, refer to NinjaOne Integrations: Getting Started with Bitdefender GravityZone.

Topic

This article provides recommended troubleshooting steps in case you encounter an issue with our Bitdefender integration.

Environment

Issues

Bitdefender Brute Force Removal for failed installations:

Problem

Unable to uninstall Bitdefender from NinjaOne.

Solution

Try to adjust registry settings to remove Bitdefender.

  1. Make sure that Bitdefender is disabled in policy (use policy override if you want only this machine).
  2. Run the following script in PowerShell with admin rights:
    • stop-service -name "NinjaRMMAgent"
    • Stop-Process -Name NinjaRMMProxyProcess64 -Force
    • Set-ItemProperty "HKLM:SOFTWAREWOW6432NodeNinjaRMM LLCNinjaRMMAgentAgent" -Name BitDefenderInstalledByNinja -Value true
    • Set-ItemProperty "HKLM:SOFTWAREWOW6432NodeNinjaRMM LLCNinjaRMMAgentAgent" -Name BitDefenderInstallFailed -Value false
    • Set-ItemProperty "HKLM:SOFTWAREWOW6432NodeNinjaRMM LLCNinjaRMMAgentAgent" -Name BitDefenderInstallationStatus -Value INSTALLED
    • Set-ItemProperty "HKLM:SOFTWAREWOW6432NodeNinjaRMM LLCNinjaRMMAgentAgent" -Name BitdefenderLicenseSentToServer -Value false
    • Set-ItemProperty "HKLM:SOFTWAREWOW6432NodeNinjaRMM LLCNinjaRMMAgentAgent" -Name BitDefenderActivationStatus -Value ACTIVATED
    • start-service -name "NinjaRMMAgent"
  3. Wait a few minutes. Agent should remove the existing Bitdefender installation.
  4. Once successfully removed, you can re-enable Bitdefender in policy if you wish to reinstall.

If that fails, attempt ninja-specific uninstall tool 7.9.11.412.exe or greater that is included below.

 

Exclusions not working:

Problem

Exclusions configured at the policy level are not being respected during scans.

Cause

This may be caused by an issue with the syntax for the exclusion(s) in question.

Solution

Please see this Bitdefender documentation for detailed information about how to format exclusions.

 

Bitdefender download failed — Problem downloading installation package:

Problem

Bitdefender fails to install with activity feed entries indicating that the download failed:
 

blobid0.png

blobid1.png

Cause

The Bitdefender deployment requires the download of the Bitdefender client and a proxy process that is needed to facilitate communications between Ninja and Bitdefender. When either the Bitdefender installation files or this proxy process fails to download, the Bitdefender installation will fail.

Solution

Important Note: If configured to do so, Ninja will continually attempt to re-download the required files until it succeeds in fully installing Bitdefender. In the Policy > Antivirus > Installation settings, it is possible to set a reattempt interval so that Ninja continually retries the install. The following steps can be used to solve the problem on a case-by-case basis.

If installation attempts continually result in DOWNLOAD FAILED or Bitdefender inactive, you can try the following:

  1. Navigate to the Device > Settings page. Click 'Edit' to the right of 'Policy Overrides'.

    mceclip0.png

     
  2. Navigate to the Antivirus tab. For 'Choose Your Antivirus', select 'Disabled'.Screen_Shot_2020-01-16_at_9.50.12_AM.png

This will stop NinjaOne from re-attempting to install and will uninstall any Bitdefender components. The file Ninja is failing to download and install properly can be downloaded manually here: 

https://resources.ninjarmm.com/Bitdefender/NinjaRMMProxyProcess64.cab

Inside the CAB file, NinjaRMMProxyProcess64.exe needs to be placed in the NinjaRMM installation directory of the agent machine. The directory is named according to the organization and location it belongs to along with the version of the agent: 

C:Program Files (x86)<OrganizationName-Version>

blobid2.png

You can transfer the file to the desired device via the Device > Tools > File Explorer (one of our Remote Tools).

Once the file is successfully placed in the correct directory, simply undo the Policy Overrides made in the previous steps.


mceclip1.png

 

This should kick off attempts to install Bitdefender again. However, since the proxy process application is already in the correct location, Bitdefender will install, and NinjaOne will be able to execute the proxy process in order to communicate with Bitdefender and verify successful installation. 

 

Bitdefender download failed — Can't open downloaded file:

Problem

Bitdefender fails to install with the following error message in the activity log:

Bitdefender installation process failed. Can't open downloaded file

mceclip0__10_.png

Cause

The most common cause for this error during the Bitdefender installation process is drive space.

inline2143766181.png

Solution

Verify that the target device has at least 2.5GB of free space available for the installation of Bitdefender per their system requirement documentation.

 

If the issue you are experiencing is not listed above, or if you need further assistance after attempting the recommended troubleshooting steps, please contact NinjaOne Support.

FAQ

Next Steps