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
Copy file name to clipboardExpand all lines: docs/.vuepress/config-client/documents.ts
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,13 @@ export default [
2
2
{
3
3
title: "Introduction to Cloudlinux OS",
4
4
description: "Introduction to CloudLinux OS editions and their description.",
5
-
link: "/introduction/",
5
+
link: "/introduction/cloudlinux-os-editions/",
6
6
},
7
7
{
8
8
title: "CloudLinux OS",
9
-
description: "Optimizes shared hosting environments by enhancing stability, security, and performance through user isolation and efficient resource management. Featuring tools like LVE resource limits, CageFS, and multiple language selectors, it empowers hosting providers to offer superior services. The CloudLinux OS Shared Pro edition further extends functionality with even more valuable features.",
9
+
description: "Optimizes shared hosting environments by enhancing stability, security, and performance through user isolation and efficient resource management. Featuring tools like LVE resource limits, CageFS, and multiple language selectors, it empowers hosting providers to offer superior services.",
10
10
link: "/cloudlinuxos/cloudlinux_installation/",
11
11
},
12
-
{
13
-
title: "Apache2Nginx (BETA)",
14
-
description: "Apache2Nginx sets up Nginx hosting with .htaccess support.",
15
-
link: "/cloudlinuxos/apache2nginx/",
16
-
},
17
12
{
18
13
title: "AccelerateWP",
19
14
description: "AccelerateWP carries a suite of optimization features that can be enabled and automatically configured for the end user's site.",
@@ -24,16 +19,6 @@ export default [
24
19
description: "CLN is a CloudLinux Network designed to easily manage your licenses of CloudLinux products and services by means of a user-friendly interface.",
25
20
link: "/cln/introduction/",
26
21
},
27
-
{
28
-
title: "CloudLinux Solo",
29
-
description: "CloudLinux OS Solo is designed for VPS or dedicated servers with a single hosting account for any number of websites.",
30
-
link: "/solo/introduction/",
31
-
},
32
-
{
33
-
title: "CloudLinux OS Admin",
34
-
description: "CloudLinux OS Admin is designed for shared hosting providers and allows flawless migration of big shared hosting customers to individual VPS with the same CloudLinux features as on shared hosting.",
35
-
link: "/admin/description/",
36
-
},
37
22
{
38
23
title: "CloudLinux Subsystem For Ubuntu",
39
24
description: "CloudLinux subsystem on Ubuntu is a scope of deb-packages that allows using CloudLinux features on Ubuntu OS.",
Copy file name to clipboardExpand all lines: docs/cloudlinuxos/cloudlinux_installation/README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ There are some incompatible devices with **CL6**:
36
36
With RHEL8 (**CloudLinux OS 8/CloudLinux OS 7 Hybrid**), some devices are no longer supported.
37
37
You can check the entire list here: [Hardware enablement considerations in adopting RHEL 8](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/hardware-enablement_considerations-in-adopting-rhel-8#removed-hardware-support_hardware-enablement)
38
38
39
-
## Software Compatibility
39
+
## Software Compatibility
40
+
41
+
CloudLinux OS is designed to maintain full binary compatibility with CentOS and Red Hat Enterprise Linux (RHEL). This means that any software, applications, or scripts that run on CentOS or RHEL can run on CloudLinux OS without modification. The operating system ensures broad compatibility with the vast ecosystem of Linux software, providing a seamless and stable environment for hosting providers and users transitioning from other enterprise Linux distributions. This compatibility extends to package management, system libraries, and core functionalities, making CloudLinux OS a reliable drop-in replacement that supports the same software stack as its counterparts.
40
42
41
43
### ZFS
42
44
@@ -48,14 +50,15 @@ CloudLinux 8+ provides limited support for ZFS, to the same degree as other RHEL
48
50
1. Because ZFS is known to have some lag in adapting to kernel changes, we consider it the customer's responsibility to test the upgradeability of the environment to the most recent kernels and ZFS versions before upgrading the entire fleet.
49
51
1. Most CloudLinux features, like CageFS, should work fine with ZFS-backed mount points, and if not, we will try our best to provide fixes according to severity and demand
50
52
51
-
CloudLinux features known to not work with ZFS:
53
+
:::tip CloudLinux features known to not work with ZFS:
52
54
53
-
1. LVE IO Limits (as well as generic cgroups limits) don't work because the ZFS data path bypasses some of the kernel's internals. See related upstream tickets [1](https://github.com/canonical/lxd/issues/7627#issuecomment-671107839), [2](https://github.com/openzfs/zfs/issues/4275#issuecomment-1137332006), [3](https://github.com/openzfs/zfs/issues/1952#issuecomment-148471131). There is also an [ongoing attempt](https://github.com/openzfs/zfs/pull/16205) to implement per-dataset IO limits on the ZFS side.
55
+
LVE IO Limits (as well as generic cgroups limits) don't work because the ZFS data path bypasses some of the kernel's internals. See related upstream tickets [1](https://github.com/canonical/lxd/issues/7627#issuecomment-671107839), [2](https://github.com/openzfs/zfs/issues/4275#issuecomment-1137332006), [3](https://github.com/openzfs/zfs/issues/1952#issuecomment-148471131). There is also an [ongoing attempt](https://github.com/openzfs/zfs/pull/16205) to implement per-dataset IO limits on the ZFS side.
56
+
:::
54
57
55
58
56
59
## Getting License
57
60
58
-
You will need a valid activation key - trial or paid - to be able to use your CloudLinux OS Solo server.
61
+
You will need a valid activation key - trial or paid - to be able to use your CloudLinux OS server.
59
62
60
63
### Getting Trial License
61
64
@@ -78,7 +81,6 @@ To get the activation key:
78
81
79
82
You will get a key that looks like: `12314-d34463a182fede4f4d7e140f1841bcf2`.
80
83
81
-
82
84
## Converting existing servers
83
85
84
86
Sometimes it is required to convert already existing servers with **`CentOS`** or **`AlmaLinux`** and make them **`CloudLinux OS`**.
@@ -97,13 +99,11 @@ Currently supported OS for conversion:
97
99
* AlmaLinux OS 8, AlmaLinux OS 9
98
100
* RockyLinux (installation only, no uninstall option)
CloudLinux OS Admin is designed for shared hosting providers who want to flawlessly migrate their
6
+
big shared hosting customer to individual VPS with same CloudLinux features as on Shared hosting.
7
+
At the same time you will be able to separate such a user's websites if necessary and isolate them
8
+
with CageFS for efficient and extra security.
9
+
Also it may be suitable for a little server with less than 5 customers on it.
10
+
11
+
Most of the features of CloudLinux OS Legacy (Shared) are available in this edition, with a small differences:
12
+
13
+
- lve limits are set to unlimited by default (can be changed in CloudLinux Manager at any time)
14
+
- MySQL Governor is not available in this edition
15
+
- the license itself does not allow more than 5 users to be hosted on server.
16
+
17
+
:::tip Note
18
+
The CloudLinux OS Admin plan does not include the MySQL Governor
19
+
:::
20
+
21
+
## Components
22
+
23
+
CloudLinux OS Admin is very close to the regular CloudLinux Legacy (Shared) edition, which means that
24
+
99% of components described in this documentations are available for CloudLinux OS Admin.
25
+
26
+
The exclusions are:
27
+
28
+
-[MySQL Governor](/cloudlinuxos/control_panel_integration/#mysql-governor) is not available
29
+
-[X-Ray](/cloudlinuxos/shared-pro/#x-ray) is available like with CloudLinux Shared Pro
30
+
-[Accelerate WP](/cloudlinuxos/shared-pro/#acceleratewp) is available like with CloudLinux Shared Pro
31
+
32
+
The rest of the components are similar to CloudLinux OS Legacy (Shared).
33
+
34
+
## Licensing
35
+
36
+
### Installation process
37
+
38
+
CloudLinux OS Admin installation process is the same as for other editions – use the [installation guide](/cloudlinuxos/cloudlinux_installation) for detailed instructions. The only difference is to purchase a CloudLinux OS Admin license from [cln.cloudlinux.com](https://cln.cloudlinux.com).
39
+
40
+
:::tip Note
41
+
The CloudLinux OS Admin can be installed and compatible only with AlmaLinux OS 8+.
42
+
:::
43
+
44
+
### Switch license
45
+
46
+
You can convert your existing CloudLinux OS Solo installation to CloudLinux OS Admin.
47
+
48
+
1. Obtain new key from [CLN](https://cln.cloudlinux.com)
49
+
2. Run `rhnreg_ks --force --activationkey=<new_key>`
50
+
51
+
You can pass `--migrate-silently` argument to skip confirmation.
52
+
53
+
## FAQ
54
+
55
+
**Q**: *Is it possible to convert my existing CloudLinux OS Legacy (Shared) server into CloudLinux OS Admin?*<br>
56
+
**A**: Yes, for CloudLinux 8 and higher it is possible to convert CloudLinux OS Legacy (Shared) to any other edition like CloudLinux OS Admin, Solo, Shared Pro. For CloudLinux 7 it is only possible to convert it into Shared Pro.
57
+
58
+
**Q**: *Is Centralized Monitoring supported on CloudLinux OS Admin?*<br>
59
+
**A**: No, Centralized Monitoring only works with CloudLinux OS Shared Pro license.
0 commit comments