Skip to content

Commit

Permalink
TCR-538 CloudLinux editions switch explanation on new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
annkots authored Nov 27, 2024
1 parent 69c33e8 commit 608e381
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/cloudlinuxos/cloudlinux_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,22 @@ More information is also available here: [Uninstall CloudLinux](/cloudlinuxos/cl
## Installing new servers
All CloudLinux OS editions may be installed using one ISO and source.
All CloudLinux OS editions may be installed using one ISO and source.
:::tip
After installing CloudLinux OS from the ISO, you can switch between different editions by updating the license key. This flexibility allows you to upgrade or change editions without reinstalling the operating system. To switch editions:
1. **Obtain the new activation key** for the desired CloudLinux OS edition from the [CloudLinux Network (CLN)](https://cln.cloudlinux.com/console/auth/login).
2. **Re-register your server** with the new key by running the following command as the root user:
```
rhnreg_ks --activationkey=<new_activation_key> --force
```
Replace `<new_activation_key>` with the activation key for your new edition.
For IP-based licenses, use the following command instead:
```
clnreg_ks --force
```
:::
### Downloading ISO
Expand Down

0 comments on commit 608e381

Please sign in to comment.