VDS ยท Windows

Install VDS on Windows

Step-by-step guide to download, install, configure, and validate the Credence ID VDS service on Windows 10/11. Covers VDS-only and VDS + Form Fill setups.

Windows 10 / 11
Administrator Access
Tap2iD Device
VDS v2.4.2
Install type:
01
PrerequisitesDevice & access
02
Install VDSRun installer
03
Validate ServiceCheck running
04
ConfigurePort & SSL
05
CompleteVDS running
Before you start

Prerequisites

Ensure the following are in place before running the VDS installer.

  • ๐Ÿ“ฑ Tap2iD device connected to your Windows 10/11 PC via USB
  • ๐Ÿ–ฅ Windows 10/11 PC โ€” Administrator account access required
  • ๐Ÿ“ฆ VDS installer โ€” Download VDS Installer
01

Steps to Install VDS Only

Follow the steps below to install the VDS service on your Windows machine.

1

Download and unzip the installer

Download the VDS Installer and unzip it to a local folder.

2

Run the installer as Administrator

Navigate to the CredenceID_VDS_Installer_v3.2.2 folder, right-click CredenceID_VDS_Installer_v3.2.2 and select Run as Administrator.

3

Bypass Windows SmartScreen

If Windows Defender SmartScreen appears, click More Info then Run anyway.

ร—
Windows protected your PC
Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.
App:        CredenceID_VDS-1.2.7.exe
Publisher:  Unknown publisher
Run anyway
Don't run
4

Approve User Account Control

Click Yes on the User Account Control (UAC) prompt to allow the installation to proceed.

User Account Control
ร—
Do you want to allow this app from an unknown publisher to make changes to your device?
C:\Users\frank\AppData\Local\Temp
\536979718.tmp\main.msi
Publisher: Unknown
File origin: Hard drive on this computer
Show more details
Yes
No
๐Ÿ”„
Restart required after first-time installation
Please restart your Windows machine after VDS installation. A restart is only required for the first-time installation because the WinUSB Driver is installed at that time. Subsequent VDS upgrades do not require a restart.
02

Validate the VDS Service

After installation and restart, confirm the VDS service is running correctly.

๐Ÿ“‚
The VDS software is installed under C:\Program Files\CredenceID
โ† โ†’ โ†‘ โ†ป
โ–ถ This PCโ€บ OS (C:)โ€บ Program Filesโ€บ CredenceIDโ€บ
+ New โ–พ
โœ‚
โง‰
๐Ÿ“‹
โฌ† Sort โ–พ
โ˜ฐ View โ–พ
ยทยทยท
โ–ถ๐Ÿ“New folder
โ–ถ๐Ÿ“OneDriveTemp
โ–ถ๐Ÿ“PerfLogs
โ–ผ๐Ÿ“Program Files
โ–ถ๐Ÿ“Android
โ–ถ๐Ÿ“Common Files
โ–ผ๐Ÿ“CredenceID
โ–ถ๐Ÿ“app
๐Ÿ“logs
โ–ถ๐Ÿ“runtime
โ–ถ๐Ÿ“CredenceID_Form_Fill
โ–ถ๐Ÿ“Dell
โ–ถ๐Ÿ“DIFX
โ–ถ๐Ÿ“dotnet
โ–ถ๐Ÿ“Git
โ–ถ๐Ÿ“Google
โ–ถ๐Ÿ“Internet Explorer
NameDate modifiedTypeSize
๐Ÿ“app 11-Nov-25 2:14 PMFile folder
๐Ÿ“logs 10-Mar-26 12:00 AMFile folder
๐Ÿ“runtime 11-Nov-25 2:14 PMFile folder
๐Ÿ”ตCredenceID_VDS 11-Nov-25 6:47 AMApplication439 KB
๐Ÿ”ตCredenceID_VDS_Service 11-Nov-25 6:47 AMApplication439 KB
โš™๏ธservice-installer 11-Nov-25 6:44 AMApplication324 KB
1

Open Windows Services

Press Win + R, type services.msc, and press Enter.

2

Search for CredenceID_VDS_Service

Locate CredenceID_VDS_Service in the list. Its status should show Running.

3

Stop, Pause, or Restart the service

Use the options on the left panel of the Services window to manage the VDS service lifecycle.

โœ…
VDS is running
The service CredenceID_VDS_Service is active and ready to accept connections.
Reference

Configuration & Logs

Important file locations and default settings for the VDS service.

  • ๐Ÿ“‹ Logs are generated under C:\Program Files\CredenceID\logs
  • โš™๏ธ Config file: C:\Program Files\CredenceID\app\config\application.properties
  • ๐Ÿ”„ Any config change requires a service restart
  • ๐Ÿ”Œ VDS Server default port number: 4215
  • ๐Ÿ–Š WinUSB Driver installer logs: C:\Users\<profile>\Documents\Credence_WinUSB_log
Update VDS Port Number โ€บ

Navigate to C:\Program Files\CredenceID\app\config and open application.properties as Administrator. Update the following parameter:

application.properties
server.port=4215

Save the file and restart the VDS service for the change to take effect.

Disable HTTPS โ€บ

In application.properties, update the following parameter:

application.properties
server.ssl.enabled=false

Save the file and restart the VDS service.

Use an External SSL Keystore โ€บ

In application.properties, update the following parameters to point to your external keystore:

application.properties
server.ssl.key-store=file:C://certs//external_keystore.p12
server.ssl.key-store-type=PKCS12
server.ssl.key-alias=localhost

The keystore password is read from Windows Credential Manager. Since VDS runs as a Windows Service under the Local System account, the keystore password must be stored using that account. Follow these steps:

1

Download PsTools

Download PsTools from the official Microsoft Sysinternals page.

2

Open Command Prompt as Administrator

Navigate to the folder where PsTools was downloaded and open Command Prompt in Administrator mode.

3

Run the PsExec command

Execute the following command to store the keystore password:

cmd (Administrator)
PsExec.exe -s /accepteula cmdkey /generic:CredenceID_VDS_Credential /user:vds /pass:<external_keystore_password>
โš ๏ธ
Note: PsExec may be blocked by your system anti-virus. Ensure the executable is whitelisted before running. Once the keystore is updated, restart the VDS service.
Troubleshooting

Known Installer Issues & Workarounds

VDS Installation Issue โ€” PsTools Blacklisted by Anti-Virus

The VDS installer uses PsTools to store the SSL keystore password into Windows Credential Manager using the Local System account. If the system anti-virus has blacklisted PsExec, the installation will fail.

โš ๏ธ
Workaround: Whitelist PsExec before running the VDS installer. PsTools is unpacked by the installer into:
  • C:\Users\<user>\AppData\Local\Temp\CredenceID\installable
Uninstall

Steps to Uninstall VDS

1

Open Add or Remove Programs

Go to System Settings โ†’ Apps โ†’ Add or Remove Programs.

2

Select CredenceID_VDS

Find and select the app named CredenceID_VDS in the list.

3

Uninstall the app

Click Uninstall and follow the prompts to complete removal.

Maintenance

Upgrade Procedure

  • โฌ†๏ธ VDS only installer supports in-place upgrade โ€” simply run the new installer version.
  • โš ๏ธ VDS + Form Fill installer does not support upgrade yet. As a workaround, go to Add or Remove Programs and manually uninstall both VDS and Form Fill separately before running the new installer version.