Sicura Console
  1. Introduction
  2. Installation
  3. Upgrades
  4. Running SIMP Console
  5. Configuration - Accounts
  6. Configuration - Collector
  7. Configuration - Database
  8. Configuration - Security
  9. Configuration - Plugins
  10. Sidebar - Administration
  11. Sidebar - Infrastructure
  12. Sidebar - Reports
  13. Commands
  14. Known Issues

Installation

  1. Obtain a License Key

    • The SIMP Enterprise repositories require a valid license key in order to install or upgrade any enterprise packages, including SIMP Enterprise and SIMP Console. Once you have received your license key file from your account executive, copy it to, or create it as a new file named /etc/simp/license.key on the server where you are installing the SIMP Console.
  2. Create the Configuration File

    • Configuring the system is done by adding settings to the /etc/simp/simp-console.yml file.
  3. Install the SIMP Release Enterprise Package

    • The SIMP Release package provides the SIMP Enterprise Yum repository configuration and GPG keys needed to install SIMP Enterprise packages.

      yum install https://download.simp-project.com/simp-release-enterprise.rpm
      
  4. Install the SIMP Console Package

    • Install the simp-console package via yum.

      yum install simp-console
      
  5. Configuring-the-Database

    • By default, an SQLite database installs to /var/db/simp/. We recommend using PostgreSQL , especially for larger environments.
  6. Enable/Start the Service

service simp-console start