Client configuration

Use the client configuration wizard to connect the client to a UVCS server when you install the Unity Version Control (UVCS) client onto a machine.

Configure in the GUI

You can run the client configuration wizard from the UVCS startup menu. To open the wizard manually, enter the following command in the CLI:

  • On Windows: plastic --configure.
  • On Linux and macOS: plasticgui --configure.

In the UVCS configuration window, you can configure the following settings:

SettingDescription
On-premises serverEnter the host name or IP address of the UVCS server with the format: server:port. The default server TCP port is 8087. Select Connect to check that your client can connect to the server. Note: On Windows, you can select Scan network to show any available compatible servers.
Use SSLChoose whether to use SSL encryption when you connect to your server.
Proxy serverChoose whether to connect to a proxy server. For more information about how to install and configure a proxy server, refer to Proxy server.

After you select Connect, UVCS detects the authentication mode set on the server you connect to. Enter any authentication details the server requires and select Sign in.

Configure in the CLI

To configure your client in the command line, use the command cm configure. In the client configuration wizard, you can configure the following settings:

SettingDescription
Configuring languageType the number that relates to the language you want to use to configure your UVCS client.
Server addressType the UVCS organization, or server address (name or IP) and the server port for on-prem servers.
Authentication systemSelect a method to authenticate and enter your credentials if the UVCS requires you to.
Proxy serverOptionally, you can configure a proxy server. For information on how to install and configure a proxy server, refer to proxy server.