Skip to main content

Installation on Windows

This document describes the Install Process of the nimbusec Server Agent under Windows Server 2008 and 2012. The Server Agent adds extended functionality to the nimbsuec service.

Installation

  1. Download the appropriate version of the Server Agent for your Server from https://portal.nimbusec.com/einstellungen/serveragent 
  2. Copy the the downloaded file to your server and extract its contents. You can choose freely where you want to keep the files. The only requirement is that the user, that will run the Server Agent can access this location and execute the binary.

Task Scheduling

  1. Open the Task Scheduler

    image-1627288339822.png
  2. Select 'Create Basic Task'
  3. Enter a name of the new Task

    image-1627288452793.png

  4. On the next two screens you can select how often the Server Agent should be run

    image-1627288579610.png

  5. Select 'Start a Program' as Action for the Task

    image-1627288635921.png

  6. Click on Browse to select the Server Agent (agent.exe). In the Field 'Add arguments' add the string -config < C:\path\to\agent.conf > (replacing < C:\path\to\agent.conf > with the path to the config file)

    image-1627288732269.png

  7. On the next Screen please tick the checkbox 'Open the Properties dialog for thes task when I click finish' and confirm the screen by clicking 'Finish'
  8. A new windows will open where you can select which User should execute the Server Agent. Please make sure to select 'Run whether user is logged on or not'. Otherwise the Server Agent will not be run in the background.

    image-1627288861425.png

 

Proxy Configuration for Server Agent

To enable use of a proxy for upload to the Nimbusec API, set the environmental variable "http_proxy" using following syntax: http_proxy=http://[user:pwd@]proxy-ip:port/ For the Windows Command Prompt an example would be: 'set http_proxy=http://username:pwd@meinproxy:8080'