Windows
This guide covers installing and configuring the Furl agent on Windows endpoints. For shared FAQs and general troubleshooting, see the Agent overview.
System requirements
Section titled “System requirements”- Operating system: Windows 10 / Windows Server 2016 or later
- Architecture: x64, ARM64, or ARM
- Disk space: 100 MB minimum
- Permissions: Administrator access required for installation
Before you install
Section titled “Before you install”The Furl agent needs its signed configuration data deployed before it starts. On Windows this is delivered as a registry key file.
-
Download the registry key file (
.reg) from your Furl agent settings page (Settings → Agent). -
Import it on the target system:
Terminal window regedit /s FurlAgent.reg
The registry settings establish agent connectivity and basic configuration. Deploy them before the installer (or alongside it during automated deployment).
You’ll also download the installer itself from the same page:
- Windows:
furl-agent-[version].msi(signed installer)
Automated deployment
Section titled “Automated deployment”For fleets, MDM or Group Policy is the easiest way to deploy at scale.
Silent install
Section titled “Silent install”msiexec /i furl-agent-[version].msi /quiet /norestartDeploy via MDM
Section titled “Deploy via MDM”Any MDM that deploys an MSI installer will work (Intune, etc.).
- Download the signed
.msifrom your Furl dashboard. - Upload it to your MDM’s application catalog.
- Configure installation parameters:
- Silent install:
/quiet /norestart - Deploy the
.regconfiguration file from your Furl dashboard alongside the installer.
- Silent install:
- Create deployment groups and schedule the rollout.
Deploy via Group Policy
Section titled “Deploy via Group Policy”- Copy the
.msito a network share accessible by target computers. - Create a new GPO.
- Navigate to Computer Configuration → Policies → Software Settings → Software Installation.
- Right-click and choose New → Package.
- Browse to the
.msiand configure deployment options. - Link the GPO to the target Organizational Unit.
Best practices:
-
Deploy the registry configuration before the agent installer.
-
Use maintenance windows to minimize user disruption.
-
Enable installation logging for troubleshooting:
Terminal window msiexec /i furl-agent-[version].msi /quiet /norestart /l*v C:\Temp\FurlInstall.log
Manual installation
Section titled “Manual installation”- Right-click the
.msiand choose Run as administrator. - Follow the wizard.
FAQ & troubleshooting
Section titled “FAQ & troubleshooting”How do I know the agent is running?
Look for the Furl icon in your system tray. Click it to view status — it shows Running when the agent is healthy and Not running when its services aren’t active.
The agent isn’t appearing in the system tray
Symptoms: No Furl icon in the system tray.
Solutions:
- Check whether the agent services are running — open
Services.mscand look for “Furl” services. - Restart the Furl Agent Management service.
- If the services are missing entirely, reinstall the agent.
Installation fails
- Run the installer as Administrator.
- Check the Windows Event Viewer for installation errors.
- Verify the system meets the minimum requirements above.
Where are the log files?
Windows Event Viewer → Applications and Services Logs.
How do I uninstall the agent?
Use Add or Remove Programs to uninstall Furl Agent, or run:
msiexec /x furl-agent-[version].msi /quietTo clean up data, also remove C:\ProgramData\Furl.