CloudLinux Installation
  • 1 Minute to read
  • Dark
    Light
  • PDF

CloudLinux Installation

  • Dark
    Light
  • PDF

Article Summary

Install Retrace

wget https://s1.stackify.com/Account/AgentDownload/Linux --output-document=stackify.tar.gz && \
tar -zxvf stackify.tar.gz stackify-agent-install-32bit && \
cd stackify-agent-install-32bit && \
sudo ./agent-install.sh --key YOUR_ACTIVATION_KEY --environment YOUR_ENVIRONMENT_NAME --gid STACKIFY_GROUP_ID

Note: Replace YOUR_ACTIVATION_KEY, YOUR_ENVIRONMENT_NAME and STACKIFY_GROUP_ID. STACKIFY_GROUP_ID can be any unused group id on your Linux host - recommended to set at a value between 1,000-10,000.

Adjust Permissions

  1. Add the following to /etc/sysctl.conf:
fs.proc_can_see_other_uid=0
fs.proc_super_gid=STACKIFY_GROUP_ID

Note: Replace STACKIFY_GROUP_ID with the value used above.

  1. Apply changes
sudo sysctl -p
  1. For CageFS users add stackify to /etc/cagefs/exclude/systemuserlist

Was this article helpful?