Sicura Console
  1. Introduction
  2. Installation
  3. RPM Installation
  4. Container Installation
  5. Upgrades
  6. Running Sicura Console
  7. Configuration - Accounts
  8. Configuration - Database
  9. Configuration - Collector
  10. Configuration - Security
  11. Configuration - Plugins
  12. Configuration - Experimental
  13. Sidebar - Administration
  14. Sidebar - Infrastructure
  15. Sidebar - Profiles
  16. Sidebar - Reports
  17. Sidebar - Scheduling
  18. Commands
  19. Known Issues
  20. How To - Enforce compliance
  21. How To - Enforce custom profiles
  22. How To - Use the API

RPM Installation

Note: Sicura Console cannot be installed on the same system as a Sicura Enterprise installation. It must be installed on a separate, independent system, or you will experience issues.

  1. Install the Sicura Release Enterprise Package

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

    For EL7 systems:

       yum install https://download.simp-project.com/sicura-release-console.el7.rpm
    

    For EL8 systems:

       yum install https://download.simp-project.com/sicura-release-console.el8.rpm
    
  2. Install the Sicura Console Package

    • Install the sicura-console package via yum.

      yum install sicura-console
      
  3. Modify the Configuration File

    • Add database connection details
    • Configure additional settings

All configuration settings are stored in the /etc/sicura/sicura-console.yaml file.

See the Configuration pages in the navigation bar for details on the available settings.

  1. Add your Sicura License Key to /etc/sicura/license.key

  2. Enable/Start the Service

systemctl start sicura-console