Complete the Prerequisites & Requirements before starting. In particular, confirm the host OS is supported and the
TRUU-HTTPS certificate is installed.Installation
1
Install the MSI
Run the TAMS MSI installer on the target Windows Server. TAMS installs as a native Windows Service.
2
Assign the service account
Configure the service to run under the dedicated Windows service account that holds the minimum AD permissions. The account needs the Log on as a service right on the local machine.
3
Confirm the TLS certificate
Ensure the
TRUU-HTTPS certificate is present in the Windows Certificate Store. Kestrel loads it at startup to serve HTTPS.4
Apply registry configuration
Set the required values under
HKLM\SOFTWARE\TruU\AccountManagement (see below), then start the service.Registry Configuration
All TAMS configuration is stored in the Windows Registry under:Listening Port
Network Calls
All network communication is outbound from TAMS except for the single inbound REST endpoint consumed by the Windows Authenticator.Inbound Traffic
If this endpoint is resolved via local DNS only, then for Hybrid or domain-joined systems the device must be connected to the corporate network for the unlock to work.
Outbound Traffic
All outbound HTTP calls use a configurable 20-second request timeout. Identity Server calls use a 10-second cancellation timeout. The Directory Searcher server-side time limit is 10 seconds.Required Firewall Rules (Outbound from TAMS Host)
- The LDAP/GC ports used depend on your Active Directory TLS policy. In hardened environments LDAPS (636/3269) may be required. TAMS uses Windows Integrated Authentication for all LDAP connections; no LDAP credentials are stored in the application.
- Firewall rules are necessary if internal firewalls block inbound and outbound communication between the domain controller and the TAMS server.
Allowed URLs (TAMS → TruU Cloud)
The following URLs must be allowed from the TAMS server to the TruU cloud:https://global.platform.truu.aihttps://[Customer].idp.id.truu.ai— replace[Customer]with your tenant domain.

