Installation FAQ
Where can I find the installed files
Windows
The Trust1Connector API will be located in %localappdata%/Trust1Connector/
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.
How can I manually restart the API?
Windows
The Windows version of the Trust1Connector can be started with the Launcher executable provided. More information can be found here
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
Now load the service again which will make it restart
launchctl load ~/Library/LaunchAgents/com.t1t.t1c.api.plist
Where can i find the log files
The log files have the same name in both Windows as MacOS;
t1c-api.log
t1c-reg.log
sandbox_log.txt
Windows
%localappdata%/Trust1Connector/
Macos
~/Library/Application Support/Trust1Team/Trust1Connector/
Last updated