Wingetlywingetly
← All apps

Synology Active Backup for Business Agent

by Synology Inc.v3.2.5059

Last updated

Active Backup for Business is an all-in-one backup solution for Synology NAS, designed for streamlining and enhancing data protection in businesses' diverse IT environments.

Install with winget

$ winget install --id Synology.ActiveBackupForBusinessAgent --exact --version 3.2.5059

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Synology Active Backup for Business Agent

Synology Active Backup for Business Agent uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i Synology%20Active%20Backup%20for%20Business%20Agent-3.2.1-5059-x64.msi /quiet /norestart

See the full silent install reference for Synology Active Backup for Business Agent

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Active Backup for Business Agent must be installed on every Windows device, Mac computer, and Linux physical server you want to protect. You can perform a set of administration, including task management and template configuration, in Active Backup for Business console.

Installers · v3.2.5059

ArchitectureTypeScopeInstallDownload
x86MSImachineDirect
x64MSImachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

8 known CVEs via NVD

  • medium6.1Patched in wingetCVE-2025-66592affects before 3.1.0-4967May 27, 2026

    An origin validation error vulnerability in Synology Active Backup for Business Agent before 3.1.0-4967 allows local users to write arbitrary files with restricted content and conduct denial-of-service during installation.

  • low2.7Patched in wingetCVE-2024-47266affects before 2.7.1-3234, 2.7.1-13234, 2.7.1-23234Feb 12, 2025

    Improper limitation of a pathname to a restricted directory ('Path Traversal') vulnerability in share file list functionality in Synology Active Backup for Business before 2.7.1-13234, 2.7.1-23234 and 2.7.1-3234 allows remote authenticated users with administrator privileges to...

  • medium6.5Patched in wingetCVE-2024-47265affects before 2.7.1-3234, 2.7.1-13234, 2.7.1-23234Feb 12, 2025

    Improper limitation of a pathname to a restricted directory ('Path Traversal') vulnerability in encrypted share umount functionality in Synology Active Backup for Business before 2.7.1-13234, 2.7.1-23234 and 2.7.1-3234 allows remote authenticated users to write specific files vi...

  • medium4.9Patched in wingetCVE-2024-47264affects before 2.7.1-3234, 2.7.1-13234, 2.7.1-23234Feb 12, 2025

    Improper limitation of a pathname to a restricted directory ('Path Traversal') vulnerability in agent-related functionality in Synology Active Backup for Business before 2.7.1-13234, 2.7.1-23234 and 2.7.1-3234 allows remote authenticated users with administrator privileges to de...

  • medium5.3Patched in wingetCVE-2023-52950affects before 2.7.0-3221Sep 25, 2024

    Missing encryption of sensitive data vulnerability in login component in Synology Active Backup for Business Agent before 2.7.0-3221 allows adjacent man-in-the-middle attackers to obtain user credential via unspecified vectors.

  • medium5.5Patched in wingetCVE-2023-52949affects before 2.7.0-3221Sep 25, 2024

    Missing authentication for critical function vulnerability in proxy settings functionality in Synology Active Backup for Business Agent before 2.7.0-3221 allows local users to obtain user credential via unspecified vectors.

  • medium5.0Patched in wingetCVE-2023-52948affects before 2.7.0-3221Sep 25, 2024

    Missing encryption of sensitive data vulnerability in settings functionality in Synology Active Backup for Business Agent before 2.7.0-3221 allows local users to obtain user credential via unspecified vectors.

  • medium4.0Patched in wingetCVE-2023-52947affects before 2.6.0-3101Sep 25, 2024

    Missing authentication for critical function vulnerability in logout functionality in Synology Active Backup for Business Agent before 2.6.3-3101 allows local users to logout the client via unspecified vectors. The backup functionality will continue to operate and will not be af...

Source: NVD, updated 4h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Synology Note Station ClientSynology Inc.
    Synology.NoteStationClientv2.2.5-804

    Synology Note Station Client connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer.

  • Synology Evidence Integrity AuthenticatorSynology Inc.
    Synology.EvidenceIntegrityAuthenticatorv1.2.3-025

    A Windows/Mac application that validates and confirms that the recordings and screenshots made by Synology Surveillance Station have not been tampered with since its original recording.

  • SynologyC2IdentityLDAPSyncSynology Inc.
    Synology.C2IdentityLDAPSyncToolv1.79.01428

    An agent that synchronizes user/group information between Synology LDAP Server and C2 Identity.

  • Synology Image AssistantSynology Inc.
    Synology.ImageAssistantv1.0.2-56

    A desktop app that generates image previews and compressed videos of formats such as HEIC photos and HEVC videos, ensuring proper display of Synology Photos files on any devices

  • BeeStationSynology Inc.
    Synology.BeeStationv1.4.3-675

    Sync or back up your folders on your Windows PC or Mac for easy access anytime, anywhere

  • ActiveProtect AgentSynology Inc.
    Synology.ActiveProtectAgentv1.2.0508

    An all-in-one backup solution designed to simplify and enhance data protection across diverse IT environments.

More from Synology Inc. or browse backup, nas, storage.

Frequently asked questions

How do I install Synology Active Backup for Business Agent on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Synology.ActiveBackupForBusinessAgent --exact --version 3.2.5059. winget downloads the installer from Synology Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Synology Active Backup for Business Agent silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Synology.ActiveBackupForBusinessAgent --exact 3.2.5059 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Synology Active Backup for Business Agent?
Synology Active Backup for Business Agent uses MSI. Run the downloaded installer with: msiexec.exe /i Synology%20Active%20Backup%20for%20Business%20Agent-3.2.1-5059-x64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Synology Active Backup for Business Agent via winget?
Run: winget uninstall --id Synology.ActiveBackupForBusinessAgent --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Synology Active Backup for Business Agent's Apps & Features entry.
Is Synology Active Backup for Business Agent free?
Synology Active Backup for Business Agent is distributed under Proprietary. Refer to the publisher (https://kb.synology.com/DSM/help/ActiveBackupBusinessAgent/activebackupbusinessagent) for the full license terms - Wingetly itself does not charge for installation.
Does Synology Active Backup for Business Agent work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Synology Active Backup for Business Agent directly from the publisher.
How do I keep Synology Active Backup for Business Agent up to date?
Run winget upgrade --id Synology.ActiveBackupForBusinessAgent --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Synology Active Backup for Business Agent from microsoft/winget-pkgs.

Recent versions

  • 3.2.5059latest
  • 3.2.5053
  • 3.1.4967
  • 3.1.4960
  • 3.1.4957
  • 3.1.4948
  • 3.0.4638
  • 3.0.4631
  • 2.7.3235
  • 2.7.3234