Tips Hỏi xin cách cài windows cho vps digital ocean

kyvotoshiba

New member
** #askforhelp #Digitalocean #VPs #Windows #cài đặt **

** Cài đặt Windows trên VPS có thể là một nhiệm vụ khó khăn, nhưng điều đó không phải là không thể.Trong hướng dẫn này, tôi sẽ hướng dẫn bạn qua các bước bạn cần thực hiện để đưa Windows lên và chạy trên giọt nước đại dương kỹ thuật số của bạn. **

** 1.** ** Chọn một hình ảnh Windows. ** Digital Ocean cung cấp nhiều hình ảnh Windows để lựa chọn, vì vậy bạn sẽ cần quyết định hình ảnh nào phù hợp với bạn.Đối với hướng dẫn này, chúng tôi sẽ sử dụng hình ảnh Windows Server 2019.

** 2.** ** Tạo một giọt mới. ** Khi bạn đã chọn hình ảnh Windows, bạn có thể tạo một giọt mới.Hãy chắc chắn chọn hệ điều hành ** Ubuntu 20.04 LTS ** và kích thước bộ nhớ ** 16 GB **.

** 3.** ** Kết nối với giọt nước của bạn. ** Khi giọt của bạn được tạo, bạn có thể kết nối với nó bằng SSH.Bạn có thể tìm thấy lệnh SSH cho giọt của bạn trong tab ** Access ** của bảng điều khiển đại dương kỹ thuật số.

**4.** ** Cài đặt Windows ISO. ** Bước tiếp theo là cài đặt Windows ISO trên giọt của bạn.Để làm điều này, bạn sẽ cần sử dụng lệnh `wget` để tải xuống tệp ISO và lệnh` Qemu-Img` để tạo hình ảnh đĩa ảo.

`` `
wget https://releases.microsoft.com/doad/18945/win10_2019_ltsc_20h2_v2004_updated_sep_2021_en-us.iso
QEMU -IMG Tạo -f RAW WIN.IMG 40G
`` `

** 5.** ** Khởi động từ ISO. ** Khi bạn đã tạo hình ảnh đĩa ảo, bạn có thể khởi động từ tệp ISO.Để làm điều này, bạn sẽ cần sử dụng lệnh `vboxManage` để tạo một máy ảo mới và lệnh` vboxManage` để đính kèm hình ảnh đĩa ảo vào máy ảo.

`` `
VboxManage creatEvm -tên Win10 --Thopype Windows -Register
VboxManage Storagectl Win10 -tên "Bộ điều khiển SATA" --ADD SATA -Bộ điều khiển Intelahci
VboxManage StorageAttach Win10 --Storagectl "Bộ điều khiển SATA" --Port 0 -Device 0 --Type HDD -Medium Win.img
`` `

** 6.** ** Cài đặt Windows. ** Khi máy ảo được khởi động từ tệp ISO, bạn có thể khởi động quá trình cài đặt Windows.Thực hiện theo các hướng dẫn trên màn hình để cài đặt Windows trên giọt nước của bạn.

** 7.** ** Định cấu hình Windows. ** Khi Windows được cài đặt, bạn sẽ cần định cấu hình nó.Điều này bao gồm việc thiết lập tên người dùng và mật khẩu, tạo tài khoản cục bộ và cài đặt các bản cập nhật.

**số 8.** ** Kết nối internet. ** Khi Windows được cấu hình, bạn có thể kết nối với Internet.Để làm điều này, bạn sẽ cần tạo một bộ điều hợp mạng mới và gán nó một địa chỉ IP.

** 9.** ** Kiểm tra cài đặt của bạn. ** Khi bạn đã kết nối với Internet, bạn có thể kiểm tra cài đặt của mình.Hãy thử mở trình duyệt web và truy cập một trang web.Bạn cũng nên thử kết nối với một phiên máy tính để bàn từ xa.

**Chúc mừng!Bạn đã cài đặt thành công các cửa sổ trên giọt nước đại dương kỹ thuật số của mình. **

** Dưới đây là một số hashtag bạn có thể sử dụng cho bài viết này: **

* #AskingForHelp
* #Digitalocean
* #VPs
* #các cửa sổ
* #Installing
=======================================
**#AskingForHelp #Digitalocean #VPs #Windows #Installing**

**Installing Windows on a VPS can be a daunting task, but it's not impossible. In this guide, I'll walk you through the steps you need to take to get Windows up and running on your Digital Ocean droplet.**

**1. ** **Choose a Windows image.** Digital Ocean offers a variety of Windows images to choose from, so you'll need to decide which one is right for you. For this guide, we'll be using the Windows Server 2019 image.

**2. ** **Create a new droplet.** Once you've chosen a Windows image, you can create a new droplet. Be sure to select the **Ubuntu 20.04 LTS** operating system and the **16 GB** memory size.

**3. ** **Connect to your droplet.** Once your droplet is created, you can connect to it using SSH. You can find the SSH command for your droplet in the **Access** tab of the Digital Ocean control panel.

**4. ** **Install the Windows ISO.** The next step is to install the Windows ISO on your droplet. To do this, you'll need to use the `wget` command to download the ISO file and the `qemu-img` command to create a virtual disk image.

```
wget https://releases.microsoft.com/download/18945/win10_2019_ltsc_20h2_v2004_updated_sep_2021_en-us.iso
qemu-img create -f raw win.img 40G
```

**5. ** **Boot from the ISO.** Once you've created the virtual disk image, you can boot from the ISO file. To do this, you'll need to use the `vboxmanage` command to create a new virtual machine and the `vboxmanage` command to attach the virtual disk image to the virtual machine.

```
vboxmanage createvm --name win10 --ostype windows --register
vboxmanage storagectl win10 --name "SATA Controller" --add sata --controller IntelAhci
vboxmanage storageattach win10 --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium win.img
```

**6. ** **Install Windows.** Once the virtual machine is booted from the ISO file, you can start the Windows installation process. Follow the on-screen instructions to install Windows on your droplet.

**7. ** **Configure Windows.** Once Windows is installed, you'll need to configure it. This includes setting a username and password, creating a local account, and installing updates.

**8. ** **Connect to the internet.** Once Windows is configured, you can connect to the internet. To do this, you'll need to create a new network adapter and assign it an IP address.

**9. ** **Test your installation.** Once you've connected to the internet, you can test your installation. Try opening a web browser and visiting a website. You should also try connecting to a remote desktop session.

**Congratulations! You've successfully installed Windows on your Digital Ocean droplet.**

**Here are some hashtags you can use for this article:**

* #AskingForHelp
* #Digitalocean
* #VPs
* #Windows
* #Installing
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top