How to install rsyslog on Almalinux and CloudLinux 8+ Print

  • 0

Introduction

The rsyslog package is not installed by default on some systems. This prevents the messages, maillog, and secure log files from being generated and updated. This article provides the steps to install the rsyslog package.

 

Procedure

  1. Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
  2. Install the rsyslog package.
    dnf install rsyslog
  3. Start the rsyslog service.
    systemctl start rsyslog
  4. Log into WHM as the 'root' user.
  5. Navigate to "Home / Service Configuration / Service Manager."
  6. Scroll down to "rsyslog System Logger Daemon."
  7. Ensure both checkboxes are selected.
  8. Click the "Save" button.

 

Additional resources

The cPanel installer does not install/require syslog if it is missing


Was this answer helpful?
Back

Send Message