Table of Contents
- Getting Started
- Agent-Based Management
- Common Tasks
- Data Providers
- Directory Services
- Auditing
- Hosts
- Templates
- Template Properties
- Batch Update Templates
- Assign Templates
- Log Management Templates
- SCAP Compliance Monitor
- Active Directory User Monitor Templates
- File and Directory Monitor Templates
- Windows Monitor Templates
- CPU Monitor Template
- Memory Monitor Template
- Disk Space Monitor Template
- Account Lockout Monitor Template
- Audit Policy Monitor Template
- Logon As Monitor Template
- Logon Monitor Template
- Performance Counter Monitor Template
- PowerShell Template
- Process Monitor Template
- RDP Session Monitor Template
- Registry Value Monitor Template
- Service Monitor Template
- SMART Disk Monitor Template
- System Security Monitor Template
- Windows Update Template
- WMI Query Template
- Task Scheduler Template
- Clock Synchronization Template
- Defragment NTFS Disks Template
- Network and Application Monitor Templates
- SSL Certificate Monitor Templates
- Database Templates
- Email Monitor Templates
- SNMP Monitor Templates
- Windows Accounts Templates
- Monitors
- Reports
- Auto-Configurators
- Filters
- Actions
- Schedules
- Environment Variables
- Options
- SNMP
- SSH Shell
- Syslog
- System Reset
- Shared Views
- Active Directory User and Group Filters
- Assign Actions
- Assign Azure Audit Logs
- Assign Consolidated Logs
- Assign Directories
- Assign Disks
- Assign Event Logs
- Assign Files
- Assign Services
- Assign Shares
- Auto-Config Host Assignment Properties
- Define CSV and W3C Log Entry Columns
- Define Log Entry Columns
- Define Log Entry Columns with Regular Expressions
- Executable Status
- Executable Timeline
- Explicitly Assigned Logs
- File Explorer
- General Executable Properties
- Report Columns
- Report Date/Time Ranges
- Report Security Event Log Filters
- Select Folder or File
- Target Files and Sub-Directories
- Command Line Interface
- Server Configuration
- Agent Configuration
- Troubleshooting
- Terminology
Corner Bowl Server Manager
SIEM, IPS, Server Monitoring, Uptime Monitoring and Compliance Software
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:
- Log into Corner Bowl Software.
- Download the latest version.
- If updating RHEL 9+, update the RPM with the following command:
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.