Windows
This guide describes the installation of a Confire Agent on Windows 10 (22H2). Please install an agent for each network you wish to manage.
Install Agent - On Windows
Note
Administrator privileges are required to install the Confire Cloud Agent on Windows.
Requirements¶
- Before starting the agent installation, please check the minimum system requirements:
Category | Details |
---|---|
Processor | Intel® Celeron® Processor N3450 or higher |
Chipset | Integrated |
RAM | 4GB (1x DDR3L-1600MHz) |
Hard Drive | mSATA 128GB SSD |
Operating System | Windows 10/11 22H2 or later |
- You will also need a Windows account with administrator privileges.
Installation¶
Downloading the Software¶
- Log in with a Windows account that has administrator rights.
- Download the file confirecloud.agent.zip.
- Extract the confirecloud.agent.zip file to the folder
C:\confirecloud.agent\
.
Edit the Production File¶
- Open the file
C:\confirecloud.agent\appsettings.Production.json
in a text editor. - Under
ScanIpAddresses
, enter the IP range that the agent should scan, for example,172.19.114.255
. - Under
RabbitMQ
, enter the credentials you received via email. This should includeHost
,VirtualHost
,Username
, andPassword
:
- Save the file.
Register the confirecloud.agent Service¶
- Run Windows PowerShell as an administrator:
- Enable script execution (confirm with
[Y]
):