The Agent Deployment screen allows you to access the latest versions of Timus Connect Application for all supported platforms. This screen supports both manual and automated deployment workflows—ensuring your users can connect securely and consistently.
📍 To access this screen, go to Settings → Agent Deployment
Downloads
The Downloads tab lists the most recent agent versions per operating system, helping you deploy Timus Connect reliably at scale. You can:
- Copy direct download links for each platform
- Verify file integrity using the SHA512 checksum
- Download MSI packages for silent or scripted installation
Timus Connect Application is essential for secure remote access, device posture validation, and policy enforcement.
📚 Related Guides
For platform-specific installation and configuration instructions, refer to the following:
Deployment Tokens (NEW)
The Deployment Tokens tab enables you to generate time-limited tokens that automate the registration and sign-in process during installation. These tokens simplify mass deployments via RMM tools or scripting across Windows and macOS.
Create a Deployment Token
- Click Create Token at the top-right of the screen.
- Set the Token Lifetime, which defines how long the registration window remains valid after generation. Tokens expire automatically after this duration.
After creation, the token is:
- Displayed only once in plain text
- Automatically filled into the deployment command field
⚠️ Please store your token securely—it cannot be retrieved after you leave or refresh the page.
Installation Commands
Under the Copy & Run the Command section, ready-to-use deployment commands are generated for both platforms. These commands insert the deployment token and user email into the installer process, enabling automatic sign-in.
Select User (Optional)
You may select a user from the dropdown to prefill their email address in the command.
Windows
msiexec /i "Timus-Connect.msi" /quiet DEPLOY_TOKEN="<YOUR_TOKEN>" DEPLOY_EMAIL="<USER_EMAIL>"
macOS
sudo defaults write /Library/Preferences/com.timus.connect.plist DEPLOY_TOKEN -string "<YOUR_TOKEN>" sudo defaults write /Library/Preferences/com.timus.connect.plist DEPLOY_EMAIL -string "<USER_EMAIL>" sudo installer -pkg Timus-Connect.pkg -target /
Click the copy icon to quickly copy the command to your clipboard.
Notes
- Ensure the Timus Connect installer is already present on the target device before executing the command.
- If no user is selected manually, the installer attempts to detect the signed-in OS user and initiate authentication using their email.
- Timus Connect version must be 4.6.8 or higher is required for token-based deployment.
Updated
Comments
0 comments
Please sign in to leave a comment.