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
Last updated