Skip to main content

Configuration

VADAAR Viewer requires a minor amount of configuration before launching to ensure your VADAAR environment remains secure. To continue with the configuration you will need:

  • The address of the VADAAR (e.g. http://serverHost:8442).
  • An Application Token retrieved from VADAAR. This can be retrieved from the VADAAR user interface by navigating to Settings > Resources.
note

If you login to VADAAR from the system you are configuring VADAAR Viewer on, you can find all the information by navigating to Settings > Resources and selecting Viewer in the Add Resource section.

  1. Configure the values using one of the following methods:

    MethodSteps
    Environment VariablesRefer to your distribution's documentation for setting environment variables.
    Command Line ArgumentsEdit the shortcut properties and append the following to the "Target:":--server-url <server-url> --application-token <application-token>.Where <server-url> and <application-token> are the values of the server address and Application Token, respectively. The text box should look something like the following: "C:\Program Files\VADAAR Viewer\viewer.exe" --server-url https://vadaar.com:8442 --application-token abcd1234. The following argument is optional: --device-identifier <device-name>. Where <device-name> is a unique name to identify the Viewer.
  2. Launch VADAAR Viewer from the shortcut in the Start menu.

Result: Viewer is running in the background and connected to Server.

Required Configuration

Command Line ArgumentEnvironment VariableDescription
--server-urlVIEWER_SERVER_URLThe VADAAR Server URL.
--application-tokenVIEWER_APPLICATION_TOKENThe application to authenticate with VADAAR Server.

Optional Configuration

Command Line ArgumentEnvironment VariableDescription
--device-identifierVIEWER_DEVICE_IDENTIFIERA unique name used by VADAAR to identify the Viewer. By default, this is the computer name.
--window-rectVIEWER_WINDOW_RECTA list of numbers separated by commas, representing the window area in the format x,y,width,height, where x and y represents the top left of the window.
Example: VIEWER_WINDOW_RECT=0,0,1280,720.
--window-flagsVIEWER_WINDOW_FLAGSA list of list of the following flags, separated by commas, :
fullscreen: Starts a Viewer fullscreen.
show-decorations: A border will surround the Viewer window.
allow-resize: The Viewer window will support resizing.
Example: --window-flags show-decorations,allow-resize
--font-point-sizeVIEWER_FONT_POINT_SIZELinux Only - Set the font size of text labels (16 by default).