Skip to main content
Skip table of contents

Windows

Overview

The HYAS Protect Agent (HPA) empowers organizations to leverage the robust capabilities of HYAS Protect on their roaming devices. Functioning as a DNS Proxy, the HPA offers a straightforward, lightweight, and highly effective solution to extend the full benefits of HYAS Protect to your mobile workforce.

This page will review the HPA installation procedure for a Windows machine. We’ll give you both UI and PowerShell options along with some troubleshooting steps if you get stuck along the way.

Architecture

  • The HPA consists of two parts, a service and a UI (user interface)

    • Service/Backend: The service, also known as the backend, is responsible for the core functionality and logic of the Agent.

    • The UI, also known as the front end, is the part of the application that users interact with.

  • For purposes of this document, when referring to the HPA, we mean the service and the UI together.

Agent Deployment

If your organization uses local domains, please be sure to configure Local Domains PRIOR to deploying the HPA.

If your organization uses a VPN, please review VPN compatibility testing below PRIOR to deploying the HPA.

Downloading the Agent - HYAS Protect UI

HYAS makes it simple to download the Windows HPA directly through the UI.

  1. Log into the HYAS Protect UI.

  2. Navigate to the Settings icon

  3. Select ‘Organization Settings’

  4. Finally, select 'Protect Agent' from the menu on the left side.

  5. From the Protect Agent dashboard, select the ‘Install’ tab.

  6. Click the Windows 64-bit download button to begin the download.

Downloading the Agent - PowerShell

In certain scenarios, it may be preferable to download the HPA via PowerShell. The instructions below guide you through that process.

Administrator privileges are required to install via PowerShell

  1. Verify the latest version of the Windows 64-bit Agent.

    1. Navigate to the HYAS Protect UI, Settings>Protect Agent> Install. The download buttons confirm the latest Agent version number.

POWERSHELL
Invoke-WebRequest https://protect-updates.hyas.com/windows/msi/HYAS-Protect-latest.msi -OutFile "$env:USERPROFILE\Downloads\HYAS-Protect-latest.msi"
  1. The HPA has now been downloaded to your local ‘Downloads’ folder.

Installing the Agent - Interactive

Now that you’ve downloaded the Agent, its time to install it. This walks you through how to complete an interactive install. Instructions on a silent install in the next section.

  1. Navigate to your downloads folder and double click the HYAS-Protect-latest file.

  2. Follow the steps in the Setup Wizard below:

    1. Click “Next”

    2. Paste your Install Key here and click, “Next”.

      1. To obtain your Install Key, navigate to the HYAS Protect UI>Settings>Organization Settings> Protect Agent> Install. Copy your Install Key and paste it here.

    3. Confirm installation location by selecting “Next”.

    4. Click “Install” to begin the installation process

    5. Select “Yes” from the User Account Control popup.

    6. Finally, click on “Finish” and you’re all set! The HPA is now protecting your machine!

By default, the Agent’s UI will not launch, but rest assured, the service will still be running and actively protecting your machine whether the UI is running or not.

Installing the Agent - Silent

A ‘silent’ installation means that the application is installed or deployed without any input or interaction from the end user. To silently install the HPA, please follow the steps below.

Please make sure to follow ALL of the steps listed below BEFORE attempting to execute this command.

This assumes the Agent has already been downloaded to the machine.

  1. Copy the following curl command

    1. POWERSHELL
      $msi_file = "$HOME\Downloads\HYAS-Protect-latest.msi"
      $client_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      $msi_args = "/I `"$msi_file`" CLIENTID=$client_id /quiet /log protect_install.log"
      Start-Process -FilePath msiexec.exe -ArgumentList $msi_args -Wait
  2. Replace the client_id, noted above as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx with your client ID

    1. To obtain your client_id, navigate to the HYAS Protect UI>Settings>Organization Settings> Protect Agent> Install. Copy the ‘Install Key’, this is your client_id

  3. Once you’ve changed both variables noted in step 2 run the command.

If the installation does not complete successfully, please make sure you’ve updated the variable in step 2 above.

Deploying the Agent via Microsoft Intune

Deploying the Windows version of the HPA can also be done via Microsoft Intune. Please see our Instructional Guide for more information.

Starting the Agent UI

By default, the Agent’s UI will not launch upon install however, the HPA service is running and protecting your machine in the background.

The HPA UI provides feedback, status updates and other information related to the HPA. If you wish to start the UI to view these, please perform the following steps:

  1. To start the HPA UI,

    1. Navigate to the search bar and type HYAS Protect

    2. Click on HYAS Protect

Checking Agent Status

When checking status, keep in mind that the HPA communicates with the HYAS Protect backend approximately every 5 minutes, so statuses may not appear immediately in the HYAS Protect SaaS UI.

HYAS Protect SaaS UI

Administrators may check the status of all HPA’s from the ‘Manage’ tab in the ‘Protect Agent’ section of the HYAS Protect SaaS UI.

  1. Login to HYAS Protect, click on Settings>Organization Settings> Protect Agent> Manage.

  2. From this view, you can check the ‘Status’ column to get information on the status of all the Agents.

HYAS Protect Agent UI

It is also possible to check the status of the HPA on the local machine itself.

By default, the Agent’s UI will not launch, but rest assured, the service will still be running and actively protecting your machine whether the UI is open or not.

  1. Ensure the HPA UI is running.

    1. If you do not see the HYAS in the system tray, the HPA UI is not running. This does not mean that HYAS Protect is not protecting the machine. This only means the UI is not running.

    2. To start the HPA UI follow the instructions listed above under ‘Starting The Agent UI’

  2. With the UI running, click on the HYAS icon in the system tray.

    1. You’ll be presented with the following window:

  3. Green means everything has passed checks and is working properly. Red signifies that there is an issue with the status and further troubleshooting may be required.

  4. Additionally, you may check Services to ensure the HPA is running

Agent Status Definitions

Protection Active

  • This shows the overall status of the Agent.

Internet Check

  • The HYAS Protect service performs the DNS query directly to the HYAS Protect cloud resolver. If this works, the service can reach the internet and can reach the HYAS Protect cloud backend.

Proxy Check

  • The HYAS Protect service performs the DNS query to 127.0.0.1:53. If this works, the service is correctly listening on 127.0.0.1:53, and can reach the internet and the HYAS Protect cloud backend.

OS Check

  • The HYAS Protect service asks the OS to perform the DNS query. If this works, the OS is configured to use 127.0.0.1:53 for DNS, the service is correctly listening on 127.0.0.1:53, and can reach the internet and the HYAS Protect cloud backend.

Agent Preferences

The HPA on the local machine includes configurable preferences to provide greater flexibility, visibility, and advanced troubleshooting. To access Preferences, start by navigating to the system tray and click on the HYAS Protect icon.

  • Once you click on Preferences, you’ll see the three options below:

  • Start UI at login

    • Enabling this will ensure that the GUI is started on machine login.

The HPA will still run in the background - and be protecting your machine - regardless whether the UI is running or not.

  • Notifications

    • Turning this on allows the Protect Agent to send you notifications regarding connectivity or errors that may have occurred.

  • Debug Mode

    • Toggling this on can be useful if you’re having issues with your Agent. This feature enables additional logs to be collected for Client Admin or HYAS analysis.

Disabling/Enabling the Agent

Disabling

There are a few different options to “Turn off” the Agent. Let’s dive into the differences.

Disabling the UI only

This turns the UI off but allows the HPA to still run in the background.

  1. Click on the HYAS Protect icon in the Menu Bar to access the settings. You’ll see the following popup.

    1. Clicking “Quit” here will turn off the HYAS Protect UI.

The HPA will still run in the background - and be protecting your machine - regardless whether the UI is running or not.

Re-enabling the UI only

  • If the HYAS icon is missing from the Menu Bar, it means the UI isn’t running.

    • To start the UI, see instructions above titled, ‘Starting the Agent UI’

Disabling Protection Locally

If you wish to disable the HPA completely, you must stop the service itself.

This will completely stop HYAS Protect from running and it will no longer be protecting your machine.

  1. Click on the HYAS icon in the Menu Bar.

  2. Select, ‘Disable Protection’

    1. This will disable the HPA completely for a period of 5 minutes.

If you are unable to select ‘Disable Protection’, your Administrator must toggle the feature on via the HYAS Agent Central Management Console. Instructions for Admins on completing that here.

Re-enabling Protection Locally

The HPA will automatically restart after 5 minutes. However, if you wish to restart the HPA sooner perform the following:

  1. Navigate to the HYAS Logo in the Menu Bar, click on it and select ‘Enable Protection’

  1. This will re-enable the HPA to begin protecting your device again.

Disabling Protection via the HPA Central Management Console

HYAS Protect Admin privleges are required to manage agents in the Central Agent Management Console.

  1. Navigate to the ‘Manage’ tab of HPA Central Agent Management Console.

  2. Select the Agent(s) you wish to disable by selecting the check box next to the Agent(s) and selecting the ‘Action’ button at the top of the screen or by selecting the Actions icon at the right of the page.

  3. Then select ‘Disable Agent'

This will disable the Agent indefinitely. The HPA must be manually re-enabled before it can resume protecting the selected devices.

Confirming the Agent’s Running State

By default, the Agent runs in the background and automatically protects your machine upon installation. However, if you’d like to confirm that it’s running, you can do so by following one of the procedures below:

By default, the Agent’s UI will not launch, but rest assured, the service will still be running and actively protecting your machine whether the UI is running or not.

If the UI is NOT running (default state)

  1. Start the Agent’s UI by following the instructions above under ‘Starting the Agent UI’.

If the UI is running

  1. Navigate to the system tray at the bottom of the screen and you should see:

    1. The H with the solid dot signifies that the HPA, (both service and UI is up and running).

Updating the Agent

Like all software, regular updates are crucial for fixing bugs, adding new features, and improving client experience and overall security. The update method for the HPA may differ depending on the version, so please refer to the instructions below for details specific to your version.

Regardless of the update method, HYAS STRONGLY recommends using a phased rollout approach. This involves updating a few machines at a time, testing them, and then proceeding with additional updates. This standard practice for software updates helps ensure easier troubleshooting and minimizes the risk of widespread issues.

Agent v2.2.7 and Newer

If you machine(s) are currently on HPA v2.2.7 or newer, you may update to newer versions (2.2.8+), directly from the HYAS Protect SaaS UI.

  1. Navigate to HYAS Protect, click on Settings>Organization Settings> Protect Agent> Manage.

  2. Select the machine(s) you which to update (ensuring they are running v2.2.7 or newer)

  3. Click on ‘Action’

  4. Then select ‘Update Agent (v2.2.7)’

  5. Allow up to 15 minutes for the updates to complete.

Agent v2.2.6 and Older

If you have HPA v2.2.6 or older you will not have in-place updating capabilities until you’ve updated to v2.2.7+. This means, you need to manually update your agents.

However, if you are updating to v2.2.5 or newer, it will automatically look for older versions of the HPA dating back to at least 2.1.1 and automatically uninstall the older version as part of the update process.

In all other cases, please manually uninstall the older HPA per the instructions below. For installation, follow the instructions listed above for downloading and installing the HPA.

Uninstalling the Agent

v2.2.6 and Newer

If your machines are running v2.2.6 or later, the easiest way to uninstall the HPA is through the ‘Manage’ tab in the HYAS Protect SaaS UI

  1. Navigate to HYAS Protect>Settings>Organization Settings>Protect Agent>Manage

  2. From the ‘Manage’ tab, select the machines you wish to uninstall the Agent from, click on ‘Action’ and select ‘Uninstall (v2.2.6+)’

  3. After approximately 5 minutes, the HPA will be uninstalled from the desired machines.

v2.2.5 and Older

Older versions of the HPA require a different procedure, although this method will also work on newer versions as well.

  1. Navigate to the search bar and type “Add or Remove Programs”

  1. Click on “Add or Remove programs”.

    1. This will take you to the “Apps & features” section.

  2. Search for HYAS Protect in the list.

  1. Click on HYAS Protect and select Uninstall.

  2. Follow the prompts to fully uninstall HYAS Protect.

VPN Compatibility

HYAS understands that some organizations utilize VPN's for enhanced security and privacy. Therefore, HYAS has conducted extensive compatibility testing with many of the most popular VPN’s in use today. However, it's important to recognize that not all VPN's have been tested with the HPA. As such, organizations using VPN's not explicitly tested by HYAS should exercise caution and consider conducting their own compatibility assessments to ensure seamless integration and optimal performance.

It should be noted that in some cases, the VPN must be disabled in order to give preference to the HPA to resolve DNS queries. Once a VPN is disabled, the HPA will automatically take over DNS resolution capabilities.

VPN

Compatibility Testing Results

Bitdefender

Using Bitdefender VPN and HPA simultaneously will prioritize Bitdefender. Deactivating Bitdefender grants preference to HPA.

Cisco AnyConnect

In every observed scenario, enabling the HPA consistently results in HYAS DNS taking precedence, ensuring proper functionality of both HPA and internet access.

Fortinet FortiClient

In every observed scenario, enabling the HPA consistently results in HYAS DNS taking precedence, ensuring proper functionality of both HPA and internet access.

PAN Global Protect

In every observed scenario, enabling the HPA consistently results in HYAS DNS taking precedence, ensuring proper functionality of both HPA and internet access.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.