# IMG Datei in Proxmox importieren

Download der Datei über z.B wget

```bash
wget https://tombehrendt.de/download.img
```

Danach kann das IMG in die ensprechende VM sowie dem richtigen Storage importiert werden:

```bash
qm importdisk 110 download.img mypool
```

<p class="callout info">110 = VM ID</p>

<p class="callout info">download.img = IMG Datei, die importiert werden soll</p>

<p class="callout info">mypool = Storage-Pool von Proxmox</p>

[![image.png](https://bs.tombehrendt.de/uploads/images/gallery/2024-08/scaled-1680-/Qd3Zpr3eTO4QJA4S-image.png)](https://bs.tombehrendt.de/uploads/images/gallery/2024-08/Qd3Zpr3eTO4QJA4S-image.png)