Introduction
CageFS is a CloudLinux component that isolates users into their own virtualized file system. This guide will walk you through installing CageFS on a cPanel server. CageFS requires CloudLinux to be installed and at least seven Gigabytes of space for the skeleton directory.
Procedure
Run the following command as root using SSH:
CloudLinux 7:
yum install cagefs
CloudLinux 8:
dnf install cagefs
After CageFS installs, the skeleton needs to be generated:
cagefsctl --init
After CageFS is fully initialized, you can enable CageFS for all users with the following command:
cagefsctl --enable-all
Complete CageFS documentation can be found in the CloudLinux documentation: