# HostHatch 和 RackNerd 一键安装 Windows DD 脚本合集

By [便宜vps](https://paragraph.com/@vps-88) · 2025-03-15

---

在使用 **HostHatch** 和 **RackNerd** 时，如果你需要快速重装系统或安装 Windows，以下是一键 DD 脚本合集，可供记录和使用。

👉 [【建议收藏】2025年Racknerd最新优惠套餐整理汇总 - 每日更新可用活动优惠](https://bit.ly/Rack_Nerd)

系统安装前的准备
--------

确保你的服务器满足以下前提条件。这些脚本适用于 **Debian/Ubuntu** 和 **RedHat/CentOS** 系统。

### Debian/Ubuntu 系统

运行下列命令安装必要的组件： bash apt-get install -y xz-utils openssl gawk file wget screen && screen -S os

### RedHat/CentOS 系统

运行下列命令安装必要的组件： bash yum install -y xz openssl gawk file glibc-common wget screen && screen -S os

如果安装过程中出现异常，请刷新缓存或更换镜像源：

#### 刷新缓存并更新：

*   **Debian/Ubuntu**： bash apt update -y && apt dist-upgrade -y
    
*   **RedHat/CentOS**： bash yum makecache && yum update -y
    

一键智能 DD 安装脚本
------------

该脚本功能强大，支持国内外 VPS 的一键重装系统，尤其适用于国内访问国外资源较慢的 VPS 安装。以下是主要特点：

*   支持 Debian 11 系统。
    
*   适配 Oracle 云（甲骨文）的 UEFI 镜像，提供 3 个专用选项（23-25）。
    
*   脚本简单易用，适合新手和高级用户。
    

运行以下命令开始安装： bash wget --no-check-certificate -O [AutoReinstall.sh](http://AutoReinstall.sh) [https://d.02es.com/AutoReinstall.sh](https://d.02es.com/AutoReinstall.sh) && chmod a+x [AutoReinstall.sh](http://AutoReinstall.sh) && bash [AutoReinstall.sh](http://AutoReinstall.sh)

在运行脚本后的安装界面中，你可以选择自动获取或手动设置 IP 地址，以及选择需要安装的系统版本：

*   输入 "Y" 表示自动设置 IP；
    
*   输入 "N" 表示手动设置 IP 地址。
    

系统选项与默认密码
---------

脚本提供多合一的系统安装选项，以下是系统版本及其默认密码的汇总：

1.  **CentOS 7.7** - 默认密码：`Pwd@CentOS`
    
2.  **CentOS 系列** - 默认密码：`cxthhhhh.com`
    
3.  **Debian 系列** - 默认密码：`Minijer.com`
    
4.  **Ubuntu 系列** - 默认密码：`Minijer.com`
    
5.  **Windows 系列** - 部分默认密码：`cxthhhhh.com`、`nat.ee` 等。
    

\*\*特别提示：\*\*选择 **23-25 的选项** 专为 Oracle 云（甲骨文）提供，建议基础系统选择 Ubuntu。如果原系统为 CentOS，可能导致失败。

自定义 DD 包地址脚本
------------

如果你有自己需要的 DD 包镜像，可以使用以下脚本直接安装：

bash wget --no-check-certificate -qO [InstallNET.sh](http://InstallNET.sh) '[https://d.02es.com/InstallNET.sh](https://d.02es.com/InstallNET.sh)' && bash [InstallNET.sh](http://InstallNET.sh) -dd '\[Windows DD包直链地址\]'

使用精简版 DD 包
----------

博主提供了多种精简版 DD 包以供选择，可按需下载并使用。以下是操作指令：

打开系统运行服务，按下快捷键 `Win+R`，然后输入相应命令开启必要服务，如开启 Ping 功能等。

* * *

更多详细信息，可参考官方脚本文档或相关社区论坛。

---

*Originally published on [便宜vps](https://paragraph.com/@vps-88/hosthatch-racknerd-windows-dd)*
