The classic download experience in the Downloads Center of OneView allows you to select and download site specific or generic endpoint agent installers. Select your target site to download and install the corresponding endpoint agent. For information on how to install Malwarebytes remediation tools instead, see Install unmanaged remediation tools in Malwarebytes OneView.
- Log in to Malwarebytes OneView.
- In the left navigation pane, click Downloads Center.
- In the top-right, toggle off Switch to the old Downloads experience.
For information on the update download experience and how to deploy Mobile Security for Business, see Download and install endpoint agent in OneView - Updated experience.
Pre-configured download and install
- In the Endpoint installers section, select a site.
- Choose an OS:
Windows - Click the installer drop-down arrow.
- Choose the installer type.
- Click Download.
Windows Server - Click the installer drop-down arrow.
- Choose the installer type.
- Click Download.
Mac Click Download. Linux Click Copy to clipboard .
Discovery and Deployment Tool Click Download. For information on using the Discovery and Deployment Tool, see the Malwarebytes Discovery and Deployment Tool Handbook.
- Run the Malwarebytes Endpoint Agent installation package.
Note: For Mac deployments;
- Do not change the name of the downloaded installer file as it retrieves the accounttoken value from the file's name. Device management tools may remove the accounttoken. In this case, use the following command line instructions here.
- For macOS 10.13 and 10.14, Approve kernel/security framework extension for Malwarebytes Endpoint Protection on Mac devices
- For macOS 10.15, macOS 11.x, and macOS 12.x, Mac endpoint missing Full Disk Access in Malwarebytes Nebula
Un-configured advanced install
Download a generic endpoint installer, and run a command line script to apply a specific account token to the installer.
CAUTION - A valid account token must be supplied, or endpoints registration fails.
- Log in to OneView.
- In the left navigation pane, click Downloads Center.
- In the top-right, toggle off Switch to the old Downloads experience.
- Expand the Advanced installations section.
- Select a site and choose an OS:
Operating system Instructions Windows - Click the installer drop-down arrow.
- Choose the installer type.
- Click Download.
Windows Server - Click the installer drop-down arrow.
- Choose the installer type.
- Click Download.
Mac Click Download.
Linux Select a Linux distribution. - Click Copy to clipboard
for the corresponding operating system.
- Run the command line script in the endpoint's terminal.
You can click the Installer instructions icon for more information. In this pop-up window, you can export the site tokens to an Excel spreadsheet by clicking the ellipsis
icon in the Site Tokens section. The spreadsheet is available for future deployments to additional endpoints.
Refer to the table below for the command line scripts and fill in the account token:
Operating System | Command line script |
Windows 32-bit MSI Endpoint Agent Installer | Setup.MBEndpointAgent.msi NEBULA_ACCOUNTTOKEN=########-####-####-####-############ |
Windows 64-bit MSI Endpoint Agent Installer | Setup.MBEndpointAgent.x64.msi NEBULA_ACCOUNTTOKEN=########-####-####-####-############ |
macOS Package Installer |
sudo launchctl setenv ACCOUNTTOKEN ########-####-####-####-############;sudo -E /usr/sbin/installer -pkg MBBRNebulaAgent.pkg -target / |
Debian 8 | sudo touch /etc/apt/sources.list.d/mblinux.list; echo 'deb [arch=amd64] https://repositories.mwbsys.com/dpkg jessie non-free' | sudo tee -a /etc/apt/sources.list.d/mblinux.list; wget -q -O - https://repositories.mwbsys.com/dpkg/keyring.gpg | sudo apt-key add -; sudo apt-get update; sudo ACCOUNTTOKEN=########-####-####-####-############ apt-get install mblinux |
RPM-based distros | sudo yum-config-manager --add-repo https://repositories.mwbsys.com/rpm/mblinux.repo; sudo env ACCOUNTTOKEN=########-####-####-####-############ yum install -y mblinux |
Ubuntu 16 / Debian 9 | sudo touch /etc/apt/sources.list.d/mblinux.list; echo 'deb [arch=amd64] https://repositories.mwbsys.com/dpkg xenial non-free' | sudo tee -a /etc/apt/sources.list.d/mblinux.list; wget -q -O - https://repositories.mwbsys.com/dpkg/keyring.gpg | sudo apt-key add -; sudo apt-get update; sudo ACCOUNTTOKEN=########-####-####-####-############ apt-get install mblinux |
Ubuntu 18 / Ubuntu 20 / Ubuntu 22 / Debian 10 / Debian 11 | sudo touch /etc/apt/sources.list.d/mblinux.list; echo 'deb [arch=amd64] https://repositories.mwbsys.com/dpkg bionic non-free' | sudo tee -a /etc/apt/sources.list.d/mblinux.list; wget -q -O - https://repositories.mwbsys.com/dpkg/keyring.gpg | sudo apt-key add -; sudo apt-get update; sudo ACCOUNTTOKEN=########-####-####-####-############ apt-get install mblinux |
SUSE Linux Enterprise Server 15 | sudo zypper ar -n mblinux https://repositories.mwbsys.com/rpm/mblinux.repo; sudo env ACCOUNTTOKEN=########-####-####-####-############ zypper install mblinux |
Public download and advanced install
Download a generic endpoint installer from a public download link, and run a command line script to apply a specific account token to the installer.
CAUTION - A valid account token must be supplied, or endpoints registration fails.
Installer | Link |
Windows 64-bit MSI | https://ark.mwbsys.com/epa.win.installer.x64/release |
MacOs Pkg | https://ark.mwbsys.com/epa.mac.installer/release |
Windows 32-bit MSI | https://ark.mwbsys.com/epa.win.installer/release |
Windows 32-bit XP MSI (deprecated) |
https://ark.mwbsys.com/epa.win.installer.xp/release Tip: Update Windows XP to SP3 or above to install, see Major Geeks XP SP4 unofficial. |
Return to the Malwarebytes OneView User Guide.