You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,6 +21,7 @@ When CloudLinux Isolates is enabled for a domain:
21
21
| Package | Minimum Version |
22
22
| ------------------ | --------------- |
23
23
| cagefs | 7.6.29-1 |
24
+
| lve-utils | 6.6.30-1 |
24
25
| lve (liblve) | 2.2-1 |
25
26
| lve-wrappers | 0.7.13-1 |
26
27
| alt-python27-cllib | 3.4.33-1 |
@@ -176,7 +177,7 @@ CloudLinux Isolates was allowed for all users.
176
177
* Creates the feature flag at `/opt/cloudlinux/flags/enabled-flags.d/website-isolation.flag`
177
178
* Sets up the per-user denied directory at `/etc/cagefs/site-isolation.users.denied`
178
179
* Triggers a CageFS remount to apply necessary mount configurations
179
-
* Registers the `cagefsctl-user` proxyexec command for user-level management
180
+
* Registers the `isolatectl` proxyexec command for user-level management
180
181
* Must be run with root privileges
181
182
182
183
***
@@ -471,18 +472,22 @@ jane
471
472
472
473
***
473
474
474
-
### User-Level Management
475
+
### User-Level Management (`isolatectl`)
475
476
476
-
End users can manage CloudLinux Isolates for their own domains using the `cagefsctl-user` utility. This command runs inside CageFS via proxyexec and allows users to enable, disable, and list isolation for domains they own — without requiring root access.
477
+
End users can manage CloudLinux Isolates and per-domain resource limits for their own domains using the `isolatectl` utility. All output is JSON.
478
+
479
+
`isolatectl` must be run as a regular (non-root) user. It automatically identifies the calling user — no `--username` or `--lve-id` flags are needed.
477
480
478
481
:::tip Note
479
482
User-level management requires that CloudLinux Isolates is allowed server-wide **and** allowed for the specific user by the server administrator.
Per-domain resource limits allow end users to set and apply individual CPU, memory, I/O, and process limits for each isolated domain. Domain limits require site isolation to be enabled first.
561
+
562
+
##### List Domain Limits
563
+
564
+
```
565
+
isolatectl limits list [--domain <domain>]
566
+
```
567
+
568
+
Shows the configured limits for all domains or a specific domain.
0 commit comments