To create a Casa OS home lab, the first step is to install the desired OS (the author has tried the OS in the following list )
Once the server is installed, the next step is to install Casa OS using the following command:
curl -fsSL https://get.casaos.io | sudo bash
Wait for the installation to finish
Then, if the Casa OS installation is complete, you can access Casa OS through the server's IP address on port 80 (ip_server:80)
The issue I faced was with the firewall. You can enable port 80 on the Ubuntu Server firewall using the following command:
sudo ufw allow 80
- Ubuntu Server 22.04.4 LTS ✔️
- Fedora 40 ❌ (udevil dependency problem)
- Debian ✔️
- Proxmox ✔️ (note: i install proxmox then, install debian vm)
- openSUSE ❌ (udevil dependency problem)
- CentOS 🟡
- Windows Server 🟡