TABLE OF CONTENTS


FireDaemon Fusion is a standalone software product. Before purchasing a license, you can use the fully functional trial version for 30 days.


The FireDaemon Fusion retail installer can be downloaded from the FireDaemon website. Please review the FireDaemon Fusion Compatibility and Support Matrix prior to attempting to install FireDaemon Fusion.

Installing FireDaemon Fusion with Executable

Double-click the downloaded installer executable file.


Click Yes to allow the installer to run. The installation wizard begins by displaying the Welcome page.



Click Next.



Select the folder to install FireDaemon Fusion. Optionally, click Browse to select a different destination folder for the installation.


Do not select a folder on a network drive.


In order to install FireDaemon Fusion, you must agree to the license terms and conditions. Click the link to read the terms and then check the box to agree to them. This will enable the Next button.


Click Next.



In order to login to Fusion, the default Administrator account, admin, needs a password. Enter the password in both the Password and Confirm Password fields. They must match for the Next button to enable.


Click Next.



Click Install to begin the installation. Alternatively, use the Back button to navigate backwards through the wizard and make changes.



Wait while FireDaemon Fusion installs. The process monitor will display the current status of the installer. The install can take up to a few minutes.



Select the Launch Fusion URL checkbox to launch FireDaemon Fusion Service Manager.


Click Finish to close the installation Wizard. If Launch Fusion URL was checked, FireDaemon Fusion will launch in your default browser open to the Login screen. For information, visit Logging In and Out.


Installing FireDaemon Fusion with WinGet

Instead of downloading and installing the Windows Installer, you can use the Microsoft package manager called winget. WinGet is built into Windows 10 and 11 or can be installed manually.


You may need to the Microsoft Store Terms of Transactions before being able to perform the search if you have never used WinGet before.


To install FireDaemon Fusion, simply open a command prompt on your computer and use the following commands as needed.


:: Search for FireDaemon Fusion
winget search FireDaemon.FireDaemonFusion
:: Show the FireDaemon Fusion package contents
winget show FireDaemon.FireDaemonFusion
:: Install FireDaemon Fusion interactively
winget install FireDaemon.FireDaemonFusion --interactive
:: Install FireDaemon Fusion silently (default)
winget install FireDaemon.FireDaemonFusion --silent
:: Show installed packages
winget list FireDaemon
:: Uninstall FireDaemon Fusion
winget uninstall FireDaemon.FireDaemonFusion