> For the complete documentation index, see [llms.txt](https://hostpanel.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hostpanel.gitbook.io/untitled/hostpanel-an-zhuang-ming-ling.md).

# HostPanel安装命令

**HostPanel官网** [**https://hostpanel.cc**](https://hostpanel.cc)

**HostPanel站长交流群** [**https://t.me/hostpanelg**](https://t.me/hostpanelg)

### 系统兼容性推荐

Centos7.x > Debian10 > Ubuntu 20.04 > Centos8 stream > Ubuntu 18.04 > 其它系统

**安装命令**

```
wget -O install_panel.sh https://download.hostpanel.cc/install_panel.sh && bash install_panel.sh
```

**Centos安装命令**

```
yum install -y wget && wget -O install_panel.sh https://download.hostpanel.cc/install_panel.sh && sh install_panel.sh
```

**Ubantu/Deepin安装命令**

```
wget -O install_panel.sh https://download.hostpanel.cc/install_panel.sh && bash install_panel.sh
```

**Debian安装命令**

```
wget -O install_panel.sh https://download.hostpanel.cc/install_panel.sh && bash install_panel.sh
```

**Linux通用安装命令**

```
if [ -f /usr/bin/curl ];then curl -sSO https://download.hostpanel.cc/install_panel.sh;else wget -O install_panel.sh https://download.hostpanel.cc/install_panel.sh;fi;bash install_panel.sh
```
