It is common to have a central server with all relevant inspections, parts, groups and users, shared across all computers and RSWA units. This document provides a step-by-step guide on how to configure this for any work environment.

Diagram of a Basic V4 Network{min-width=50%}

Configuring the PCs and the Central Server

After deciding on one central computer to use as the global server, be sure to install Desktop Tools and TDS on that computer.

Then, go through the following steps on that computer to configure the server.

Find the Computer’s IP Address

Open up Command Prompt by selecting the Windows Start button, going to the search bar, then type cmd.

Once Command Prompt is opened, type ipconfig. You might see something like this:

Windows IP Configuration


Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : some::address::abcd::efgh::ijkl%12
   IPv4 Address. . . . . . . . . . . : 192.168.12.345 // This address
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.67.890

... more sections

Under the first section, the address named IPv4 Address starting with 192.168 should be the correct IP address.

Update the URL in TDS

Open the configuration file tds-server.json inside the directory C:\ProgramData\tessonics\tds2 and update the "url" field to include the IP address from the previous step (i.e. “https://192.168.12.345”).

Run TDS as a Service

You can visit here to run TDS as a Windows Service for the first time. To summarize, it involves opening Command Prompt, navigating to the installation folder of TDS (C:\Program Files\Tessonics\TDS2) and running the command ./tds-server.exe service-install.

If you already followed this step, open up Services by selecting the Windows Start button, going to the search bar, then type services.

Once Services is open, scroll to find the service Tessonics Data Server, right click it and select Start.

Update Desktop Tools

On all computers with Desktop Tools installed, go to File, Data Source, Configure Data Source and replace the IP address in the URL with the IP of the computer server (found above).

Now, whenever you want to access TDS on one of these computers, type that same URL in a browser. You may get a privacy warning, which can be disregarded.

Update the RSWA Units

Consult this section to transfer the data from Desktop Tools to the RSWA units (either the F1 or F2 units). Once that is completed, the RSWA units will connect to the server.