Open Live Terminal
Learn more about remotely connecting to a Cortex XDR Broker VM.
Cortex XDR enables you to connect remotely to a Broker VM directly from Cortex XDR.
In Cortex XDR, select Settings → Configurations → Data Broker → Broker VMs table.
Locate the Broker VM you want to connect to, right-click and select Open Live Terminal.
Cortex XDR opens a CLI window where you can perform the following commands:
Logs
Broker VM logs are located in /data/logs/folder and contain the applet name in the file name.
Example 63.
Folder /data/logs/[applet name], containing container_ctrl_[applet name].log
Administration commands
Broker VM supports the commands listed in the following table. All the commands are located in the /home/admin/sbin folder.
Cortex XDR requires you use the following values when running commands:
Notice
The only applet that is available with a Cortex XDR Prevent license is the Local Agent Settings. The rest of the applets are only available with a Cortex XDR Pro license.
The following table displays the available commands in alphabetical order:
applets_restart
Restarts one or more applets.
sudo ./sbin/applets_restart wec
applets_start
Start one or more applets.
sudo ./sbin/applets_start wec
applets_status
Check the status of one or more applets.
sudo ./sbin/applets_status wec
applets_stop
Stop one or more applets.
sudo ./sbin/applets_stop wec
restart_routes
Invoke a restart of the routing service after updating your static network route configuration file, /etc/network/routes.
The /etc/network/routes configuration file is a standard routes configuration file and can be edited directly. The admin user that you logged in with, when using the remote terminal or via SSH, has read/write permissions to this file.
sudo ./restart_routes
services_restart
Restarts one or more services. OS services are not supported.
sudo ./sbin/services_restart cloud_sync
services_start
Start one or more services.
sudo ./sbin/services_start cloud_sync
services_status
Check the status of one or more services.
sudo ./sbin/services_status cloud_sync
services_stop
Stop one or more services.
sudo ./sbin/services_restart cloud_sync
set_ui_password.sh
Change the password of the Broker VM Web UI.
Run the command, enter the new password followed by Ctrl+D.
sudo ./sbin/set_ui_password.sh
squid_tail
Display the Proxy applet Squid log file in real-time.
sudo ./sbin/squid_tail
Last updated
Was this helpful?
