CloudLinux Installation
- 1 Minute to read
- Print
- DarkLight
- PDF
CloudLinux Installation
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
- 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.
- Apply changes
sudo sysctl -p
- For CageFS users add
stackify
to/etc/cagefs/exclude/systemuserlist
Was this article helpful?