Cloud Deployment
To enable/disable the auto-update setting for the Teramind Agent:
- Click the Gear icon
near the top-right corner of the dashboard.
- Select Setting.
- Select the Autoupdate tab
- Click the ENABLE AUTOMATIC UPDATES to enable/disable it.
macOS
You can also enable/disable auto-update of the Agent from its configuration file (usually located at this location: /usr/local/teramind/agent/etc/agent.conf
).
To prevent auto-update of the Agent, add this line in the agent.conf
file:
disable-autoupdate=1
To enable the auto-update, use this line instead:
disable-autoupdate=0
On-Premise / Private Cloud Deployment
Currently this feature is not available on On-Premise or Private Cloud deployments.