📄

Using UmbrellOS in Proxmox

PDF reference guide

Open PDF →

Download ↓

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.

1

Log into your Proxmox Console

2

Click the Shell at the top right and launch

3

Paste and run the following command:

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/umbrel-os-vm.sh)"
4

Accept the default and name it accordingly. You will need 2 cores and 2 GB of RAM minimum, with 64 GB storage recommended.

5

A window will appear when it starts downloading and setting the device up.

6

You will notice it is finished when it appears as a VM in your Datacenter.

7

Log in via the Console.

8

The default credentials are:

Username: umbrel
Password: umbrel

9

Run the following command to find your IP address:

ip -a
10

Find the IP in your subnet, and navigate to it in the browser. For example: 192.168.88.183.

11

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!