Views:

Trend Vision One provides CLI commands when installing or uninstalling the Endpoint Basecamp agent base program and Endpoint Sensor features.

Important
Important
The listed CLI commands require root privileges to run.
Run the install command in the directory where you extract the installation package. For all other commands, run the commands in the installation directory where tmxbc is located. The default installation path for the Trend Vision One Endpoint Security agent is /opt/Trendmicro/EndpointBasecamp/bin/.
Command or Parameter
Description
Example
install
Installs Endpoint Basecamp
# ./tmxbc install
config set --proxyURL <proxy_server_URL>
Configures the Endpoint Basecamp program to use the specified proxy server
Important
Important
Endpoint Basecamp does not support the use of proxy credentials.
  • # ./tmxbc config set --proxyURL http://10.1.1.1:80
  • # ./tmxbc config set --proxyURL http://[fe80::340a:7671:64e7:14cc]:80
  • # ./tmxbc config set --proxyURL ""
    Removes the proxy server from the configuration
-v, --version
Displays the Endpoint Basecamp version
  • # ./tmxbc -v
  • # ./tmxbc --version
-h, --help
Displays help information
  • # ./tmxbc -h
  • # ./tmxbc config --help
uninstall
Uninstalls Endpoint Basecamp
# ./tmxbc uninstall
Comments (0)