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
- Account Lockout Monitor Template
- Logon Monitor Template
- CPU Monitor Template
- Memory Monitor Template
- Disk Space Monitor Template
- SMART Monitor Template
- Process Monitor Template
- Service Monitor Template
- Performance Counter Monitor Template
- PowerShell Template
- Registry Value Monitor Template
- System Security Monitor Template
- Task Scheduler Template
- Clock Synchronization Template
- Defragment NTFS Disks Template
- Windows Audit Policy Monitor Template
- Windows Logon As Monitor Template
- Windows Update Template
- WMI Query Template
- Network and Application Monitor Templates
- Database Monitor Template
- Directory Service Monitor Template
- DNS Blacklist Monitor Template
- DNS Monitor Template
- Domain Expiration Monitor Template
- Network Speed Monitor Template
- Ping Monitor Template
- Database Table Reseed
- SQL Server Shrink and Backup Template
- SSH Shell
- TCP Port Scan Monitor Template
- Website Monitor Template
- Wake On LAN Template
- SSL Certificate Monitor Templates
- Email Monitor Templates
- SNMP Monitor Templates
- Windows Accounts Templates
- Monitors
- Reports
- Auto-Configurators
- Filters
- Actions
- Database Actions
- Desktop Actions
- Email Actions
- Event Log Actions
- Executable Actions
- File Actions
- IIS IP Address Restriction Actions
- Microsoft Teams Actions
- PowerShell Actions
- Report Actions
- Service Actions
- SMS Actions
- SNMP Trap Actions
- Syslog Actions
- Template Actions
- IIS IP Address Restriction Actions
- Action Variables
- Schedules
- Environment Variables
- Options
- SNMP
- SSH Shell
- Syslog
- 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 Server Installation
In this Topic
Background
Server Manager can be installed on CentOS, Debian, RHEL, Ubuntu or any other Linux distrubution that supports .NET 8 or higher.
System Requirements
The Linux Server requires the .Microsoft .NET 8 SDK to be installed. For more information see: Install .NET on Linux.
How to Install the Linux Management Server
- 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 Server RHEL 9 RPM, otherwise select the Management Server ZIP then click the Download button
- If you downloaded the RPM, from command-line, type:
sudo rpm -i cbsmserver-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:
linuxserver2025.zip sudo install.sh
- Where 25.0.0.x is replaced with the actual version being installed.
- Verify the service has started, for example:
cat /var/log/corner-bowl/server.log
How to Configure TLS 1.2/3 or Change the TCP/IP Port
For more information see Server Configuration.
How to Schedule Updates
Open the Corner Bowl Management Console:
- Open the command-line then enter:
dotnet /usr/bin/corner-bowl/console/start.sh
Configure the Auto Update Settings:
- From the Explorer View, expand Options then select Miscellaneous Settings.
- From the Auto Update Settings control group, check Automatically update when new builds become available.
- Use the Schedule drop-down to set the update time and frequency.
How to Manually Update
Open the Corner Bowl Management Console:
- Remote Desktop into the Management Server.
- Open the command-line then enter:
dotnet /usr/bin/corner-bowl/console/start.sh
- Once opened, the Management Console automatically checks for new updates. If a new version is available, you will be prompted to download and install. The intaller updates both the local Management Server and Console.
Or if the server 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 cbsmserver-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 linuxserver2025.zip sudo install.sh
- Where 25.0.0.x is replaced with the actual version being installed.
Troubleshooting
If the Server does not appear to be running or accepting connections from a Windows Server Manager Management Console, view the Daemon's verbose output log for detailed information. The log file is located in the following directory:
/var/log/corner-bowl/server.log
- Open a command-prompt, then type the following command to tail the log file:
tail -f /var/log/corner-bowl/server.log