Table of Contents
- Introduction
- System Requirements
- Assign Service Logon As Credentials
- Server Configuration
- Agent-Based Monitoring
- Data Providers
- Directory Services
- Audit Work Items
- Hosts
- Templates
- Template Properties
- Batch Update Templates
- Log Management 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 Script Template
- Registry Value Monitor Template
- Active Directory User Monitor Template
- Active Directory User Integrity Monitor Template
- Task Scheduler Template
- Clock Synchronization Template
- Defragment NTFS Disks 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
- SSL Certificate Monitor Templates
- Email Monitor Templates
- SNMP Monitor Templates
- Monitors
- Reports
- Auto-Configurators
- Filters
- Actions
- Schedules
- Environment Variables
- Options
- Account Lockout Monitoring and Reporting
- SNMP
- SSH Shell
- Exporting and Importing Configuration Objects
- Shared Views
- Auto-Config Host Assignment Properties
- General Executable Properties
- Assign Actions
- Assign Directories
- Assign Disks
- Assign Shares
- Assign Files
- Assign Consolidated Logs
- Assign Event Logs
- Assign Azure Audit Logs
- Target Files and Sub-Directories
- Define Log Entry Columns
- Define Log Entry Columns with Regular Expressions
- Define CSV and W3C Log Entry Columns
- Active Directory User and Group Filters
- Explicitly Assigned Logs
- File Explorer
- Report Columns
- Report Date/Time Ranges
- Report Security Event Log Filters
- Select Folder or File
- Executable Timeline
- Command Line Interface
- Troubleshooting
- Terminology
Server Configuration
By default, the server runs unencrypted on port 21843. You can configure to server to run on TLS 1.2 and on the port of your choosing.
The configuration is implemented through the tcpserver.json file located in the programdata directory. The default location is:
C:\ProgramData\Corner Bowl\Server Manager\tcpserver.json
To configure the server to encrypt communications:
- From the Windows Server that the service is installed, use the Windows Certificate Manager to install a SSL certificate.
-
Once you have a valid SSL certificate installed, open a command prompt as Administrator.
For more information on how to create a self-signed certificate see: - Type:
Notepad.exe - From Notepad, select File | Open.
- Select:
C:\ProgramData\Corner Bowl\Server Manager\tcpserver.json - Find TlsConfiguration | Enabled then set the value to true.
-
Find TlsConfiguration | Certificate then set the value to one of the following values found in the Windows Certificate Manager:
Attribute Sample Value Search Order Thumbprint 1E2CCCC2461DFD3FD925CDA17E5DCAD17B95D94B 1 Serial Number 5C588F17F5225B9C4CE09E9D42E0DB94 3 Subject Distinguished Name CN=LocalhostName,OU=IT,O=\"Corner Bowl Software\",L=Kamas,S=Utah,C=US 2 Subject Name LocalhostName 4 The local machine store is searched first. If the certificate is not found, the current user store is searched. - Save your changes.
-
From the Windows Service Control Manager, restart the Corner Bowl Server Manager 2022 service.
If you have configured the Management Console to save your password, the first time you login after either enabling or disabling TLS 1.2 you will need to wait for the connection to timeout.
JSON Configuration File Reference
{ "Host": "0.0.0.0", "Port": 21843, "IdleTimeout": 300, "ReceiveTimeout": 120, "SendTimeout": 120, "TlsConfiguration": { "Enabled": false, "Certificate": null, "RequireRemoteCertificate": false, "AllowSelfSignedCertificate": false, "CheckCertificateRevocation": false, "AllowCertificateChainErrors": false }, }
To connect from the Management Console:
- Launch the Corner Bowl Management Console
- Configure the options accordingly then click Login.