Due to limitations by the vendor, UmbrellOS is becoming harder to virtualize using its .iso. Use this setup script in Proxmox to set up your machine.
Log into your Proxmox Console
Click the Shell at the top right and launch
Paste and run the following command:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/umbrel-os-vm.sh)"
Accept the default and name it accordingly. You will need 2 cores and 2 GB of RAM minimum, with 64 GB storage recommended.
A window will appear when it starts downloading and setting the device up.
You will notice it is finished when it appears as a VM in your Datacenter.
Log in via the Console.
The default credentials are:
Username: umbrel
Password: umbrel
Run the following command to find your IP address:
ip -a
Find the IP in your subnet, and navigate to it in the browser. For example: 192.168.88.183.
Once you navigate to the IP in a browser while on the same LAN, you're ready to set up your server installation.
May your uptime be high and your latency low!