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 |
@@ -153,7 +154,7 @@ CloudLinux Isolates was allowed for all users.
153
154
* Creates the feature flag at `/opt/cloudlinux/flags/enabled-flags.d/website-isolation.flag`
154
155
* Sets up the per-user denied directory at `/etc/cagefs/site-isolation.users.denied`
155
156
* Triggers a CageFS remount to apply necessary mount configurations
156
-
* Registers the `cagefsctl-user` proxyexec command for user-level management
157
+
* Registers the `isolatectl` proxyexec command for user-level management
157
158
* Must be run with root privileges
158
159
159
160
***
@@ -448,18 +449,22 @@ jane
448
449
449
450
***
450
451
451
-
### User-Level Management
452
+
### User-Level Management (`isolatectl`)
452
453
453
-
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.
454
+
End users can manage CloudLinux Isolates and per-domain resource limits for their own domains using the `isolatectl` utility. All output is JSON.
455
+
456
+
`isolatectl` must be run as a regular (non-root) user. It automatically identifies the calling user — no `--username` or `--lve-id` flags are needed.
454
457
455
458
:::tip Note
456
459
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.
538
+
539
+
##### List Domain Limits
540
+
541
+
```
542
+
isolatectl limits list [--domain <domain>]
543
+
```
544
+
545
+
Shows the configured limits for all domains or a specific domain.
0 commit comments