1. introduction
The main purpose of LUI is to install a minimal footprint of the Rocky Linux version 8 distribution on either a physical or virtual machine.
A minimal count of 249 RPM packages result in only 1.4GB used disk space.
Once the base operating has been installed, the so called stage2 should be executed by entering the cid-init command.
This procedure will prompt for the parameters and configure the node and install extra packages to make it more manageable.
![]() |
installing Linux by using this method will unconditionally (re)partition your first harddisk. |
2. download the (latest) iso
3. step 1: boot the iso and install
4. step 2: configure the node
Either by SSH or directly on the console, login with following credentials:
root:rocky
Execute now cid-init
5. step 3: reboot
6. step 4: login
From now on, you can not login anymore as root, unless you have a correct id_rsa file in your .ssh/ folder, otherwise, login as rds
rds:rds!
![]() |
to enable the tunnel → systemctl enable --now 3proxy.service ss-rtunnel.service |