Skip to content
Free Endpoint Defense & Response edited this page Jan 7, 2022 · 9 revisions

Welcome to the FreeEDR-agents wiki!

Disclaimer

This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT. You are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.

PLEASE UNDERSTAND THE FOLLOWING BEFORE YOU PROCEED

Standalone Mode Installation

Using Powershell

This mode provides standalone protection for your Windows host without connecting to any backend!

start-process -verb runas -Filepath powershell -ArgumentList "-ExecutionPolicy Bypass", '-Command "$standAlone=1; $site=''https://raw.githubusercontent.com/jymcheong/FreeEDR-agents/main/install.ps1'';[scriptblock]::Create((New-Object System.Net.WebClient).DownloadString($site)).Invoke();pause;"'
  1. Move mouse towards the above command, click once on the copy icon

  1. Press WinKey + R, type powershell then press enter to start a powershell session
  2. Paste the command into powershell, press ENTER (you will need local admin rights)

Using Install.exe

  1. Alternatively, download https://github.com/freeEDR/installHelper/blob/main/install.exe.zip?raw=true
  2. Unzip to any folder
  3. Locate & right-click install.exe
  4. Unblock the file since it is not signed
  5. Double-clicked install.exe to run

Full Mode

Please refer to https://github.com/freeEDR#demo