Before runningDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/damianiglesias/proxmox-casaos-deploy/llms.txt
Use this file to discover all available pages before exploring further.
casaosscript.sh, make sure your environment meets a few hard requirements: a working Proxmox host, a Debian or Ubuntu LXC container provisioned inside it, outbound internet access from that container, and the ability to run commands as root. Each of these is checked or assumed by the script — missing any one of them will cause the deployment to fail.
Proxmox Host
You need a machine running Proxmox Virtual Environment (any recent release). Proxmox VE is a free, open-source hypervisor available at proxmox.com that provides the LXC container runtime this script targets. The script itself runs inside an LXC container, not on the Proxmox host node directly — the host only needs to be healthy enough to have a container running on it.The script does not support Proxmox virtual machines (VMs). It is designed exclusively for LXC containers. Running it inside a VM will still work as a plain Debian/Ubuntu server, but the Proxmox-specific nesting guidance below will not apply.
LXC Container Requirements
Provision your container from the Proxmox web UI or CLI before running the script. The following specs are required or strongly recommended:| Requirement | Minimum | Recommended |
|---|---|---|
| Operating System | Debian 12 (Bookworm) or Ubuntu 22.04 LTS | Debian 12 (Bookworm) |
| CPU | 2 cores | 4 cores |
| RAM | 2 GB | 4 GB (for running Docker app containers) |
| Disk | 10 GB | 32 GB+ (for media storage) |
| Network | Bridged to LAN (DHCP or static IP) | Static LAN IP |
| Nesting | Must be enabled | Must be enabled |
Enabling Nesting
CasaOS runs Docker containers inside your LXC container. For Docker to work inside an LXC container, nesting must be enabled on the container. Without it, Docker will fail to start and the CasaOS service will not come up. Via the Proxmox Web UI:- Select the LXC container in the Proxmox node tree.
- Open the Options tab.
- Double-click Features.
- Check the Nesting checkbox and click OK.
pct):
<vmid> with your container’s numeric ID (e.g., 100). The container must be restarted for the change to take effect.
Root Access
The script checks for root privileges as its very first action and exits immediately if the check fails:root user directly or via sudo bash casaosscript.sh. Using sudo ./casaosscript.sh also works, provided sudo is installed and configured.
Internet Access
The container must have outbound internet connectivity throughout the entire installation. The script makes two categories of external network requests:- Debian/Ubuntu package repositories — for
apt-get updateand installingcurl,wget,git,htop, andneofetch. - CasaOS installer — fetched directly from the IceWhaleTech GitHub repository:
vmbr0) has a route to the internet and that no firewall rule on the host or container blocks outbound HTTPS (port 443) traffic.