Location | Make sure to use backward slashes for the installation path. Forward slashes cause installation errors. |
Database | Use a SQL Server database (recommended for all production environments). PostgreSQL is also included with Commander (recommended for non-production environments only). See Scaling Required Hardware for more information. |
Account Configuration | Enter the username and password for the local or domain account you configured earlier (see Create a local or domain account for the Commander Service). Enter a domain if required. |
Account Configuration (2) | Enter and confirm the password for the default superuser account. If you want to use the two default Service Portal accounts, enter and confirm their passwords. If you don't enter passwords for these accounts, they'll be disabled (but you can enable them later). Note: Passwords for local accounts are stored in the Commander in encrypted format, using 256 bit AES encryption. |
Commander Port | The port number for the Commander web interface. Use the default or change to the port you require. You can change this port later using the Commander Control Panel. |
Service Portal Port | The port number for the Service Portal web interface. Use the default or change to the port you require. Configuring a separate port for the Service Portal allows you to open your firewall for the Service Portal port only, preventing Service Portal users from accessing Commander. You can also change this port later using the Commander Control Panel. Access URLs: If you configure a separate port for the Service Portal, users access the Service Portal at:
https://<host name or IP address>:<port> Or, optionally:
https://<host name or IP address>:<port>/portal |
Admin Port | Use the default or change to the port you require. You can change this port later using the Commander Control Panel. |
Hyper-V Adapter Port | The port number for the Microsoft Hyper-V Adapter. Use the default port or change to the port you require. Applicable only if you will add Microsoft Hyper-V SCVMM cloud accounts to Commander. |
PostgreSQL database port | If you're using the default database, change the database port if required. |
SQL Server database | For a SQL Server database, you must configure the connection to the SQL server: - Enter the server name, database name, instance (optional), user name, password and domain (optional), and specify whether you want to use NTLM v2 authentication.
- Change the server port if required.
If you're specifying a local account from the SQL server, you must enter the SQL server's host name in the domain name field as shown in this example: - Server: sql-production.yourdomain.com
- Database: v-commander For a SQL Server database, you must configure the connection to the SQL server:
- User: sqluser (SQL Server is configured with Windows or Mixed Mode Authentication. "sqluser" is a local Windows user account.)
- Password: ***
- Domain: sql-production
Caution: If you install Commander and the Microsoft SQL database on the same machine (not recommended), you must add the SQL server as a dependency of the Commander Windows service after Commander is installed. To do so, once Commander is installed, open a command prompt on the Commander server and run the following command:
sc config vlm depend= Tcpip/Afd/MSSQLSERVER |