--- title: "CloudLinux Installation" slug: "cloudlinux-installation" updated: 2020-01-08T16:11:40Z published: 2020-01-08T16:11:40Z canonical: "docs.stackify.com/cloudlinux-installation" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.stackify.com/llms.txt > Use this file to discover all available pages before exploring further. # CloudLinux Installation ### 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`