Limited Availability
Horizon 8 offers installing Horizon Agent for macOS with limited availability.
If you are a current Omnissa customer and you would like to request access to this feature, contact your sales representative or partner. If you are not a current Omnissa customer and you would like to request access to this feature, contact Omnissa support.This procedure describes how to install Horizon Agent on a physical macOS machine.
Before You Begin
- Complete all preparation steps in the Prepare a Physical macOS Machine for Desktop Deployment section.
- Download the Horizon Agent for macOS installer package (
OmnissaHorizonAgent-YYMM-y.y.y-xxxxxxx.dmg) from Omnissa Customer Connect. In the filename, YYMM is the marketing version number, y.y.y is the internal version number, and xxxxxxx is the build number. - Confirm you have administrator credentials on the macOS machine.
- Open a Terminal window or establish an SSH session on the machine.
Install Horizon Agent using the installer
- In Finder, navigate to the downloaded
.dmgfile. - Double-click
OmnissaHorizonAgent-YYMM-y.y.y-xxxxxxx.dmgto launch the installer. - Follow the prompts in the Horizon Agent installation program.
- Enter the administrator username and password.
- Review and accept the license agreement.
- Select the destination disk (the macOS system volume).
- Select the installation options you require. See the Horizon Agent Installation Options for macOS section for available options.
- Click Install and complete the installation.
- When the installation completes, restart the macOS machine.
Install Horizon Agent Silently
To install Horizon Agent without user interaction, use the installer command-line tool:
export HZN_BROKERURL=<broker-fqdn>
export HZN_USERNAME=<admin-username>
export HZN_PASSWORD='<password>'
export HZN_DOMAIN=<domain>
sudo -E bash "/Volumes/Horizon Agent for macOS/InstallHorizonAgent.app/Contents/MacOS/InstallHorizonAgent"
After the installation finishes, confirm the agent service is running:
sudo launchctl list | grep omnissa
Horizon Agent Installation Options for macOS
The following table describes the installation options available for Horizon Agent on macOS.
| Option | Description | Default |
|---|---|---|
| Blast Extreme | Enables the Horizon Blast Extreme display protocol. Required for all remote sessions. | Installed |
| Clipboard Redirection | Enables clipboard copy and paste between client and remote desktop. | Installed |
| Multi-Monitor Support | Enables support for up to 2 monitors in a remote desktop session. | Installed |
Note: USB Redirection and Smart Card Redirection are not available options for Horizon Agent for macOS.
Was this page helpful?