<aside> 💡 The Flusso365 Agent is a Windows Service designed to send e-mails via an internal mail relay to the Flusso365 mailbox. At the same time it will try to notify the Flusso365 API so Flusso365 can check whether a mail was sent successfully or not. The Flusso365 solution is designed to monitor outages of Microsoft Exchange.

</aside>

Installation

The agent comes with an MSI package to make installation possible via GUI or headless via CLI.

GUI

You will be initially greeted by the installation wizard. Click next to start the installation procedure.

You will be initially greeted by the installation wizard. Click next to start the installation procedure.

Accept the license terms. At the time of writing the agent is still preview software without any license. This will change in the future.

Accept the license terms. At the time of writing the agent is still preview software without any license. This will change in the future.

Choose an installation directory. By default this will be the path displayed here.

Choose an installation directory. By default this will be the path displayed here.

To get basic functionality working, you need to enter a valid tenant id, an SMTP server with a valid port (delimited by ‘:’) and a from address.
If have authentication on your internal SMTP relay enabled, enter the username and password and check the “Enable SMTP Authentication” checkbox.

To get basic functionality working, you need to enter a valid tenant id, an SMTP server with a valid port (delimited by ‘:’) and a from address. If have authentication on your internal SMTP relay enabled, enter the username and password and check the “Enable SMTP Authentication” checkbox.

After configuration is complete, you may now install the agent.

After configuration is complete, you may now install the agent.

After successfully installing the agent, you need to start the Windows Service manually. Since there can be errors in the configuration, automating this process is not possible as the installation will fail when the service is unable to start.

Look for “Flusso365 Agent” in Windows Services and start the service. If it fails to start, check the log file inside the installation directory called “agent.log” for further information and how to debug the configuration.

Look for “Flusso365 Agent” in Windows Services and start the service. If it fails to start, check the log file inside the installation directory called “agent.log” for further information and how to debug the configuration.

CLI

Installation via CLI is sometimes the preferred method when wanting to distribute packages via a package management system or when a headless server is used.

Parameters