Setup
Add employees to your workspace (Admins only)
- Go to the Oneleet Dashboard.
- Click on the
Peopletab. - Make sure everyone you want to add is either a workspace member or an employee.
Use the OS-specific instructions below to install the Oneleet Agent on your devices.
The Oneleet Agent updates automatically. The Latest or Outdated badge shows whether the installed agent version is up to date.
System requirements
Section titled “System requirements”Minimum system requirements for the Oneleet Agent on macOS:
- macOS 13 (Ventura)
- 8 GB RAM
Download
Section titled “Download”- Open the Oneleet Portal in your browser and log in.
- Click on the Devices tab to download the Oneleet Agent for macOS.
Install
Section titled “Install”The above steps should have downloaded a .pkg file to install the Oneleet Agent on your Mac.
- Double-click on the
.pkgfile to install the agent. - You can now search for Oneleet in Launchpad to launch the Oneleet Agent, or open it directly from the Applications folder.
brew tap oneleet/tapbrew install --cask oneleet-agentUninstall
Section titled “Uninstall”- Stop the background service by running
sudo launchctl stop oneleet-daemon - Open Finder and go to the Applications folder.
- Locate the Oneleet app bundle.
- Drag the app to the Trash or right-click and select Move to Trash.
- Empty the Trash by right-clicking on the Trash icon and selecting Empty Trash.
brew uninstall oneleet-agentSystem requirements
Section titled “System requirements”Minimum system requirements for the Oneleet Agent on Windows:
- Windows 10 x64
- 8 GB RAM
Download
Section titled “Download”- Open the Oneleet Portal in your browser and log in.
- Click on the
Devicestab to download the Oneleet Agent for Windows.
Install
Section titled “Install”The above step should have downloaded a setup .exe file to install the Oneleet Agent on your PC.
- Double-click on the setup
.exefile to run it. - Follow the on-screen instructions to install the Oneleet Agent.
- Once installed, you can launch the Oneleet Agent by clicking on the Oneleet shortcut on your desktop, or by searching for Oneleet in your search bar or the Start menu.
Deploy with an MSI
Section titled “Deploy with an MSI”For managed deployments, download the MSI for your agent release from
https://downloads.oneleet.com/agent/windows/Oneleet-VERSION-setup.msi, replacing
VERSION with the release version. Releases that predate MSI support only have
an EXE installer.
Run the following from an elevated Command Prompt or a deployment tool running
as SYSTEM. Replace the path and VERSION with the downloaded MSI:
msiexec.exe /i "C:\Installers\Oneleet-VERSION-setup.msi" /qn /norestartThis installs the agent for all users and starts its background service without showing an installation wizard. Users still need to open Oneleet and connect their device to the workspace after installation.
For Intune, package the MSI as a Windows app (Win32) using Microsoft’s Win32
Content Prep Tool, with System install behavior. Configure detection using
oneleet-agent.exe in the installation folder, normally
C:\Program Files\oneleet-agent. Accept a file version at least as new as the
version you’re deploying so automatic updates continue to satisfy detection.
The MSI runs the same installer as the EXE download and doesn’t register a
separate MSI product. MSI product-code detection, MSI repair, and
msiexec /x aren’t supported. Uninstall through Oneleet in Windows
Installed apps, or use the QuietUninstallString from Oneleet’s entry under
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall for managed removal.
Uninstall
Section titled “Uninstall”- Open the Control Panel and navigate to the Add or remove programs section
- Scroll to find Oneleet.
- Click More (three dots) next to it, then select Uninstall.
System requirements
Section titled “System requirements”Minimum system requirements for the Oneleet Agent on Linux:
- x86_64 or arm64
- 8 GB RAM
Download
Section titled “Download”- Open the Oneleet Portal in your browser and log in.
- Click on the
Devicestab to download the Oneleet Agent for your Linux distribution.
Install
Section titled “Install”For DEB and RPM, install the package using the package manager. You should have /usr/bin/oneleet-agent available after installation, along with a Desktop entry.
For the install script, simply run the script as root.
Uninstall
Section titled “Uninstall”Ubuntu, Debian, Mint
sudo apt remove oneleetFedora, Rocky/RHEL
sudo dnf remove oneleet