Desktop Client for Windows Use...
Starting Desktop Client from Command Line
2min
The Desktop Client is a Windows application, but you can also start and connect devices from the command line. You open the desktop client by executing the desktop client exe from the command line.
By default, the exe is in the following directory:
C:\Users\{user}\AppData\Local\Krontech\SingleConnect Desktop Client\Krtsc.exe
When you execute the command below, the Desktop Client application opens. Be sure to replace the {user} with the actual value.
Starting Desktop Client from Command Line
The Desktop Client exe also accepts the following parameters:
…\Krtsc.exe -s={10.10.10.10} -d={20.20.20.20} -u={user} -p={password}
- -s parameter represents the Kron PAM server.
- -d parameter represents the device you want to connect.
- -u is the user that you connect to Kron PAM.
- -p is this user’s Kron PAM password.
Starting Desktop Client from Command Line with Parameters