Home / Repstance User Guide / 3. INTERACTING WITH A REPSTANCE SERVER / 3.2 Web User Interface (Web UI)

3.2 Web User Interface (Web UI)

Repstance Instance is delivered with Web UI Server, which allows to configure, manage and monitor Repstance Processes using a Web browser. 

By default, Web UI Server is configured to use HTTPS protocol through the ports number 3000 and 8797, so these ports must be accessible from the client machine. 

The Web UI Server is initially supplied with a Self-Signed Certificate it is highly recommended that the user replaces this with a security certificate of the required Security level themselves. The new certificate and key needs to be supplied to the Repstance Server and the appropriate entries in the /opt/repstance/conf/repstance.conf file need to be edited to reflect these changes: 

  •  key – path to the key 
  •  crt – path to the certificate 

Using this method, the default HTTPS port can also be changed by modifying the port parameter. 

After successful deployment of Repstance instance find its Public DNS. If the Public DNS is not configured, use the Private IP address. 

To enter Repstance Web UI, use your web browser to access to the following address: 

https://:<Public DNS or Private IP> :3000

Use “repstance” as username. The default password in the AWS environment is the Instance ID and the VM ID in the Azure cloud. The password can also be found and changed in the /opt/repstance/conf/repstance.conf file (see “token” section).

 
On this page