LogoLogo
v3.3.x
v3.3.x
  • Introduction
  • Prerequisites
  • Trust1Connector JS SDK
  • Changelog
  • Core
    • Concept
    • Quick-Migration Guide
    • Integration in Web Applications
    • Core Service
    • Consent
    • Status codes / error handeling
    • Configuration
    • Authenticated client
    • Downloading latest Trust1Connector
  • Miscellaneous
    • Troubleshooting
    • Installation FAQ
  • Token
    • Token typing models
    • Generic token
    • Belgian eID
    • Aventra MyEID PKI
    • Idemia Cosmo One v8.2
    • Oberthur Cosmo One v7.3
    • Diplad (BeLawyer)
    • Chambersign
    • Certigna
    • Jcop3
    • Airbus
  • Payment
    • Payment typing models
    • EMV
    • Crelan
  • FIle
    • File exchange
  • HSM
    • Remote loading
  • PKCS11
    • PKCS11 Keystore
    • PKCS11 Objects
Powered by GitBook
On this page
  • Where can I find the installed files
  • Windows
  • MacOS
  • Do I need administrator rights for installation
  • How can I manually restart the API?
  • Windows
  • MacOS
  • Where can i find the log files
  • Windows
  • Macos

Was this helpful?

Export as PDF
  1. Miscellaneous

Installation FAQ

Where can I find the installed files

Windows

The Trust1Connector API will be located in %localappdata%/Trust1Connector/ The Trust1Connector Proxy will be located in the %programfiles%/Trust1Connector-Proxy/

MacOS

The API will be located in

~/Library/Application Support/Trust1Team/Trust1Connector/

Do I need administrator rights for installation

For the Trust1Connector API you do not need any administrator rights. The Trust1Connector Proxy requires administrator rights.

How can I manually restart the API?

Windows

You can execute/double click on the following script which will automatically stop and restart the Trust1Connector

%localappdata%/Trust1Connector/t1c-api-sh-env-init.vbs

MacOS

First unload and stop the services. The first is the API and the second is for card communication;

launchctl unload ~/Library/LaunchAgents/com.t1t.t1c.api.plist

launchctl unload ~/Library/LaunchAgents/com.t1t.t1c.grpc.plist

Now load the service again which will make it restart

launchctl load ~/Library/LaunchAgents/com.t1t.t1c.api.plist

launchctl load ~/Library/LaunchAgents/com.t1t.t1c.grpc.plist

Where can i find the log files

Windows

%localappdata%/Trust1Connector/Logs

Macos

~/Library/Application Support/Trust1Team/Trust1Connector/resources/logs

And

~/Library/Application Support/Trust1Team/Trust1Connector/resources/t1c-api/logs

PreviousTroubleshootingNextToken typing models

Last updated 4 years ago

Was this helpful?