SIEM, Vulnerability Scanning, Server Monitoring and Compliance Training for IT Professionals
Table of Contents

Linux Management Console Installation

In this Topic

Background

The Management Console enables users to remotely manage, audit and receive real-time desktop notifications from a collection of Management Servers.

System Requirements

The Linux Agent requires the .Microsoft .NET 8 SDK to be installed. For more information see: Install .NET on Linux.

How to Install the Linux Management Console

  • From your Internet browser, log into Corner Bowl Software.
  • Once logged in, from the Menu Barselect Downloads.
  • From the Downloads Page, if you are running RHEL 9+ locate the Management Console RPM, otherwise select the Management Console ZIP then click the Download button
  • If you downloaded the RPM, from command-line, type:
sudo rpm -i cbsmconsole-25.0.0.x-1.el9.x86_64.rpm
  • Where 25.0.0.x is replaced with the actual version being installed.
  • Otherwise, if you downloaded the zip, decompress the zip file then run the install.sh script. For example:
unzip linuxconsole2025.zip 
sudo install.sh 
  • Where 25.0.0.x is replaced with the actual version being installed.

How to Launch the Linux Management Console

  • From the command-line type:
dotnet /usr/bin/corner-bowl/console/start.sh

How to Update the Linux Management Console

The Management Console automatically checks for new updates each time it is executed. Once detected, the installer automatically updates the Management Console.

If the workstation is firewalled or air gapped:

sudo rpm -U cbsmconsole-25.0.0.x-1.el9.x86_64.rpm
  • Where 25.0.0.x is replaced with the actual version being installed.
  • Otherwise, if you downloaded the zip, decompress the zip file then run the install.sh script. For example:
unzip linuxconsole2025.zip 
sudo install.sh 
  • Where 25.0.0.x is replaced with the actual version being installed.

Related Topics

Installation