Chocolatey Packages

Documentation about My Chocolatey Packages.

View project on GitHub

Veeam ONE Reporter Web UI Veeam ONE Reporter Web UI

Usage

To install Veeam ONE Reporter Web UI, run the following command from the command line or from PowerShell:

choco install veeam-one-reporter-web

To upgrade Veeam ONE Reporter Web UI, run the following command from the command line or from PowerShell:

choco upgrade veeam-one-reporter-web

To uninstall Veeam ONE Reporter Web UI, run the following command from the command line or from PowerShell:

choco uninstall veeam-one-reporter-web

Description

Exit when reboot detected

When installing / upgrading these packages, I would like to advise you to enable this feature choco feature enable -n=exitOnRebootDetected

Veeam ONE Web UI

Veeam ONE Web UI is a client part for Veeam ONE Reporter. Veeam ONE Web UI communicates with the database, processes and displays data in a web-based interface.

Manual steps

You’ll need an SQL Server (express) installed. It’s not required to have this installed on this server. You’ll need to specify parameters to connect to the SQL Server.

This package requires you to install the IIS Windows feature, WAS Configuration API feature, some ASP features and Client Certificate Mapping Authentication. You can install these by executing choco install IIS-WebServerRole IIS-WindowsAuthentication IIS-WebSockets IIS-ASPNET45 IIS-NetFxExtensibility45 WAS-ConfigurationAPI IIS-ManagementConsole IIS-ManagementService IIS-ClientCertificateMappingAuthentication --source WindowsFeatures

Package Parameters

To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.

This package accepts a lot of parameters. Some of them are required the installation. For the full list of parameters, please have a look at the documentation

Required parameters

  • /username
  • /password
  • /oneServer

  • /installDir - Installs the component to the specified location. By default, Veeam ONE uses the Veeam ONE Reporter Web subfolder of the C:\Program Files\Veeam\Veeam ONE folder. Example: /installDir:"C:\Veeam\" The component will be installed to the C:\Veeam\Veeam ONE Reporter Web folder.
  • /oneServer - Specifies FQDN or IP address of the server where Veeam ONE Reporter Service is installed. Example: /oneServer:oneserver.tech.local
  • /username - Specifies a user account that will be used to access Veeam ONE database from the Web UI in the Microsoft Windows authentication mode. Example: /username:ONESERVER\Administrator
  • /password - This parameter must be used if you have specified the /username parameter. Specifies a password for the account that will be used to access Veeam ONE database from the Web UI. Example: /password:p@ssw0rd
  • /create - Create the requested user on this machine, this user will be added to the local Administrators group.
  • /iisSitePort - Specifies a port that will be used by the Reporter website. By default, port number 1239 is used. Example: /iisSitePort:1239
  • /sslThumbprint - Specifies the certificate to be used by the Reporter website. If this parameter is not specified, a new certificate will be generated by openssl.exe. Example: /sslThumbprint:0677d0b8f27caccc966b15d807b41a101587b488
  • /reporterWebServerWebAPIPort - Specifies the port number used for communication with Veeam ONE Web API. If you do not use this parameter, Veeam ONE Web Client will use the default port 2741. Example: /reporterWebServerWebAPIPort:"2741"

Example: choco install veeam-one-reporter-web --params "/iisSitePort:12345"

Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know here that the package is no longer updating correctly.

Chocolatey Package Page

Software Site

Package Source