Usage
To install Veeam Service Provider Console WebUI, run the following command from the command line or from PowerShell:
choco install veeam-service-provider-console-webui
To upgrade Veeam Service Provider Console WebUI, run the following command from the command line or from PowerShell:
choco upgrade veeam-service-provider-console-webui
To uninstall Veeam Service Provider Console WebUI, run the following command from the command line or from PowerShell:
choco uninstall veeam-service-provider-console-webui
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 Service Provider Console Web UI
Veeam Service Provider Console Web UI provides a web interface that allows users to interact with Veeam Service Provider Console Server.
Manual steps
This package requires you to install the IIS Windows feature. You can install these by executing choco install IIS-WebServer IIS-NetFxExtensibility45 IIS-ASPNET45 --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
/serverName
/username
-
/password
/installDir
- Installs the component to the specified location. By default, Veeam Service Provider Console uses theWeb UI
subfolder of theC:\Program Files\Veeam\Availability Console
folder. Example:/installDir="C:\Veeam\"
NOTE: The component will be installed to theC:\Veeam\Web UI
folder./username
- Specifies a user account under which the Veeam Service Provider Console Web UI will connect to Veeam Service Provider Console Server in the Microsoft Windows authentication mode. Example:/username:VAC\Administrator
/password
- This parameter must be used if you have specified the/username
parameter. Specifies a password for the account under which the Veeam Service Provider Console Web UI will connect to Veeam Service Provider Console Server. Example:/password:p@ssw0rd
/create
- Create the requested user on this machine, this user will be added to the local Administrators group./serverName
- Specifies FQDN or IP address of the server where Veeam Service Provider Console server is deployed. Example:/serverName:"vac.cloudprovider.com"
/serverManagementPort
- Specifies the port number that the Veeam Service Provider Console Web UI component uses to communicate with the Server component. If you do not use this parameter, Veeam Service Provider Console Web UI component will use the default port1989
. Example:/serverManagementPort:102
/restApiPort
- Specifies the port number used to exchange RESTful API requests and responses between Veeam Service Provider Console Web UI component and a client application. If you do not use this parameter, Veeam Service Provider Console Web UI component will use the default port1281
. Example:/restApiPort:105
/websitePort
- Specifies the port number used to transfer traffic between Veeam Service Provider Console Web UI component and a web browser. If you do not use this parameter, Veeam Service Provider Console Web UI component will use the default port1280
. Example:/websitePort:106
/configureSchannel
- INSECURE Specifies if the High security mode option must be used for the Veeam Service Provider Console Web UI installation. The option enforces TLS 1.2 encryption protocol and disables using weak ciphers for all communications with the machine on which Veeam Service Provider Console Web UI component runs. Specify1
to enable High security mode. Specify0
to proceed with installation without enabling High security mode. If you do not use this parameter, Veeam Service Provider Console Web UI component will use the High security mode by default. Example:/configureSchannel:1
Example: choco install veeam-service-provider-console-webui --params "/installdir:C:\Veeam"
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.