# Cách cài đặt Synology trên máy ảo vm proxmox với ARL Loader

Cấu hình:

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/K2aimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/K2aimage.png)

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/MD5image.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/MD5image.png)

Network sau khi cài:

Test với với network của node proxmox host của synology tới synology:

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/M1gimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/M1gimage.png)

Test với network của VM trong cùng host với synology:

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/Ng2image.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/Ng2image.png)

Test network từ một VM của Node Proxmox khác tới Synology

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/yiZimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/yiZimage.png)

Cấu hình VM:

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/eRZimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/eRZimage.png)

Cách cài đặt:

Search google "arpl release" :

[https://github.com/fbelavenuto/arpl/releases](https://github.com/fbelavenuto/arpl/releases)

kéo xuống và note lại link download : <span class="Truncate-text text-bold" data-view-component="true">arpl-\*\*\*\*\*\*\*\*.img.zip</span>

<span class="Truncate-text text-bold" data-view-component="true">ví dụ: [https://github.com/fbelavenuto/arpl/releases/download/v1.1-beta2a/arpl-1.1-beta2a.img.zip](https://github.com/fbelavenuto/arpl/releases/download/v1.1-beta2a/arpl-1.1-beta2a.img.zip)</span>

<span class="Truncate-text text-bold" data-view-component="true">link này là link image để tạo boot như usb vậy. tí nữa sau khi cài cấu hình vm thì insert boot disk vào vm. </span>

<span class="Truncate-text text-bold" data-view-component="true">vào proxmox và tạo 1 vm với cấu hình sau:</span>

```
OS: Do not use any media
DISK: Bus/Device SATA , 50 GiB min
CPU: Cores 8
MEMORY: 8192 MiB
NETWORK: Model: Intel E1000
```

<span class="Truncate-text text-bold" data-view-component="true">Confirm để tạo VM</span>

<span class="Truncate-text text-bold" data-view-component="true">Tiếp tục, SSH vào Node Proxmox ( Host )</span>

<span class="Truncate-text text-bold" data-view-component="true">Đánh từng lệnh sau để download booter arpl về host:</span>

```
wget https://github.com/fbelavenuto/arpl/releases/download/v1.1-beta2a/arpl-1.1-beta2a.img.zip
```

<span class="Truncate-text text-bold" data-view-component="true">Link này là link download ở trong [https://github.com/fbelavenuto/arpl/releases](https://github.com/fbelavenuto/arpl/releases)</span>

<span class="Truncate-text text-bold" data-view-component="true">Sau khi download xong thì Unzip nó ra với lệnh sau:</span>

```
unzip arpl-1.1-beta2a.img.zip
```

<span class="Truncate-text text-bold" data-view-component="true">Kế tiếp, qua proxmox web ui xem VM ID vừa tạo, ở đây tôi tạo VM với ID là 138 thì ghi lệnh sau:</span>

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/h47image.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/h47image.png)

```
qm importdisk 138 arpl.img
```

<span class="Truncate-text text-bold" data-view-component="true">Tiếp tục vào Web UI của Proxmox để config VM 138 đó:</span>

<span class="Truncate-text text-bold" data-view-component="true">Chọn Hardware &gt; Bên dưới có Unused Disk thì double click vào, kiểm tra coi có phải đang xài SATA không, nếu mặc định là SATA thì cứ nhấn ADD/OK vào.</span>

<span class="Truncate-text text-bold" data-view-component="true">Chọn Options &gt; Boot Order &gt; Kéo sata1 dưới cùng lên đầu &gt; check vào checkbox để enable &gt; OK</span>

<span class="Truncate-text text-bold" data-view-component="true">Ok, Done. Xong bước này thì nên clone 1 bản VM ra và convert qua Template để khi nào cần cài thì cứ Clone template đó ra mà cài tiếp.</span>

<span class="Truncate-text text-bold" data-view-component="true">Start VM rồi vào Console để xem IP Address Boot Loader tạo:</span>

<span class="Truncate-text text-bold" data-view-component="true">Ví dụ: [http://192.168.1.xxx:7681/](http://192.168.1.xxx:7681/)</span>

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/v4jimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/v4jimage.png)

<span class="Truncate-text text-bold" data-view-component="true">Vào website đó trên trình duyệt:</span>

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/yknimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/yknimage.png)

```
choose model > OK > DS3622xs+    Broadwellnk > OK
choose a Build Number > 42962 > OK
choose a serial number > Generate a random serial number > OK
build the loader > OK
```

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/Mkfimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/Mkfimage.png)

<span class="Truncate-text text-bold" data-view-component="true">Đợi xíu cho nó build xong rồi quay trở lại ...</span>

<span class="Truncate-text text-bold" data-view-component="true">Đợi boot loader load xong rồi quay lại nhấn tiếp </span>

<span class="Truncate-text text-bold" data-view-component="true">[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/lrFimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/lrFimage.png)  
  
Boot the loader &gt; OK</span>

Xong rồi đó, mở 1 tab khác, copy cái link của boot loader menu qua rổi đổi port thành 5000:

[http://192.168.1.247:7681/](http://192.168.1.247:7681/) -&gt; [http://192.168.1.247:5000/](http://192.168.1.247:5000/)

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/ZBJimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/ZBJimage.png)

vào trang này để download file pat về: [https://www.synology.com/en-global/support/download/DS3622xs+?version=7.1#system](https://www.synology.com/en-global/support/download/DS3622xs+?version=7.1#system)

chú ý là DSM 7.1.1 và DS3622xs+

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/7Ylimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/7Ylimage.png)

[https://global.synologydownload.com/download/DSM/release/7.1.1/42962-1/DSM\_DS3622xs%2B\_42962.pat?model=DS3622xs%2B&amp;bays=12&amp;dsm\_version=7.1.1&amp;build\_number=42962](https://global.synologydownload.com/download/DSM/release/7.1.1/42962-1/DSM_DS3622xs%2B_42962.pat?model=DS3622xs%2B&bays=12&dsm_version=7.1.1&build_number=42962)

Filename sẽ giống thế này: DSM\_DS3622xs+\_42962.pat

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/GIbimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/GIbimage.png)

Click next

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/BOXimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/BOXimage.png)

Check vào I Understand ... và Click vào Continue

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/nVLimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/nVLimage.png)

Đi pha cà phê và đợi cho cài đặt xong thôi ...

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/vKpimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/vKpimage.png)

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/4KKimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/4KKimage.png)

Device name này để hiển thị xung quanh network. ví dụ nếu đặt synology thì access //synology trên window explorer nó sẽ ra trang website synology.

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/Rsrimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/Rsrimage.png)

Kế tiếp nhấn Skip...

Kế tiếp cứ nhấn submit , khỏi agree .

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/TY5image.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/TY5image.png)

Done nhé

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/QFTimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/QFTimage.png)

Nếu sử dụng mạng lan 10GiB thì shutdown VM rồi chỉnh lại phần network trong hardware tab:

[![image.png](https://wiki.kyluat.com/uploads/images/gallery/2025-01/scaled-1680-/63Oimage.png)](https://wiki.kyluat.com/uploads/images/gallery/2025-01/63Oimage.png)

Model: VirtIO  
MTU: 9000  
OK

start lại VM

...

Còn muốn cài đặt perf3 để test thì search google **how to install iperf3 on synology**