1) - Unzip files to a temporary folder.

2) - Install miniDBA Server on a server that will be available 24*7.
This is a Windows Service that has an accessible TCP/IP address.

3) - Optionally install miniDBA Web Monitor (an IIS web site) on a server that has IIS running on it. 
This server may be the same as that which you have previously installed miniDBA server on 
 - To make the Web Monitor available outside of your network you may want to install it on a dedicated, public facing, web server.
 
See *both* IISRequiredOptions.png and IISRequiredOptions2.png for screenshots of the following options that need to be enabled within IIS.

Required IIS options (use Windows Control Panel -> Programs & Features -> Turn Windows features on or off)

Depending on your version of Windows the nodes for IIS may have slightly different names at the 2 highest levels:
 - Internet Information Services\World Wide Web Services\
OR
 - Web Server\Web Server

These examples use the shorter version:
 - Web Server\Web Server\Application Development\.Net Extensibility 4.5
 - Web Server\Web Server\Application Development\ASP.NET 4.5
 - Web Server\Web Server\Application Development\WebSocket Protocol
 - Web Server\Web Server\Common HTTP Features\Static Content ON



----MISC----
Note - miniDBA Desktop can use miniDBA Server as a data source meaning that Web Monitor may not be needed if there is no need for monitoring from outside of your network.

Passwords can be set for miniDBA Server and Web Monitor after installation by modifying their config files. 
The "ServerAdminPw" setting in web monitor's config file "C:\inetpub\wwwroot\miniDBAWebMonitor\App_Data\appsettings.config", does NOT set the servers password, just saves it for web monitors use.
To set the miniDBA Server password please edit "C:\Program Files (x86)\miniDBA Software\Server\miniDBAServer.exe.config" - "AdminPw" setting.
These 2 passwords should match to enable web monitor to connect to miniDBA Server.