Install, License, and Configure ThingWorx Navigate > Install ThingWorx Navigate on an Existing ThingWorx Instance > Set Up Integration Runtime
  
Set Up Integration Runtime
1. In ThingWorx Composer, follow these steps to create a new App Key:
a. Click Browse > SECURITY > Application Keys > New.
b. Type a random name, and then select User Name Reference as Administrator.
* 
As a best practice, do not assign a member of the Administrators group to an application key.
c. Click Save. A key ID is generated.
d. Copy the generated keyId to use in the next step.
2. Start runtime-integration by specifying the App Key in the JSON file: integrationRuntime-settings and then using the following command:
java -DconfigFile=integrationRuntime-settings.json -jar integration-runtime-<version>.jar
* 
When using Windchill Authentication, you need to specify the Keystore and the Truststore information in the JSON file integrationRuntime-settings.
The App Key automatically expires within one day after creation. When you restart Apache Tomcat, and the expiration time is crossed, the integration runtime will not start with the same App Key. To set up the expiration time for the App Key, follow the instructions at Application Keys.
For information on encrypting the App Key, consult the Initial Setup of Integration Runtime Service for Integration Connectors topic in the ThingWorx Help.