← Back to list

How to install Qualys Cloud Agent on Linux — Secops Tools | Linux Infra Security Management

Red Hat Enterprise Linux (RHEL) / Amazon Linux

Barani dharan · 2024-04-29 06:05 · 0 claps · 0.9 min read
#linux #opsec #linux-infrastructure #hpc
Open on Medium ↗
Wiki topics: AGT · AI Agents BIZ · Business Strategy 🔓 · Open Source

How to install Qualys Cloud Agent on Linux

Red Hat Enterprise Linux (RHEL) / Amazon Linux

  1. Download the latest Qualys Cloud Agent installer from below.
https://docs.qualys.com/en/csam/latest/inventory/sensors/cloud_agent.htm
  1. Perform installation with the following command:
sudo rpm -ivh qualys-cloud-agent.x86_64.rpm
  1. Activate Qualys Cloud Agent with the following command:
sudo /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ActivationId= xxxxxxxxxxxxx
CustomerId=xxxxxxxxxxxxxxxxxxxxxxxxx
  1. Update Qualys Proxy setting and restart the service.
echo "qualys_https_proxy=\"http://<proxy-url>:1080\"" > /etc/sysconfig/qualys-cloud-agent systemctl restart qualys-cloud-agent
  1. For troubleshooting -> log path in Linux environment
/var/log/qualys/qualys-cloud-agent.log

Ubuntu

  1. Download the latest Qualys-Cloud-Agent installer from below.
https://docs.qualys.com/en/csam/latest/inventory/sensors/cloud_agent.htm
  1. Perform installation with the following command in Ubunut machine
sudo dpkg --install QualysCloudAgent.deb
  1. Activate Qualys Cloud Agent with the following command:
sudo /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ActivationId=xxxxxxxxxxxxxxxxxxx CustomerId=xxxxxxxxxxxxxxxxxxxxxxx
  1. Update Qualys Proxy setting and restart the service.
echo "qualys_https_proxy=\"http://<proxy-url>:1080"" > /etc/sysconfig/qualys-cloud-agentsystemctl restart qualys-cloud-agent

How to Verify the package Installation

Ps -elf | grep qualys 
systemctl status qualys-cloud-agent.service

The above commads should give use the proper results .


메타데이터
post_id
0d3323ddbcbc
slug
how-to-install-qualys-cloud-agent-on-linux-secops-tools-linux-infra-security-management-0d3323ddbcbc
url
https://medium.com/@dharabarani/how-to-install-qualys-cloud-agent-on-linux-secops-tools-linux-infra-security-management-0d3323ddbcbc
canonical_url
https://medium.com/@dharabarani/how-to-install-qualys-cloud-agent-on-linux-secops-tools-linux-infra-security-management-0d3323ddbcbc
author_url
https://medium.com/@dharabarani
status
ok
fetched_at
2026-08-06 01:07:06