# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hostpanel.gitbook.io/untitled/hostpanel-an-zhuang-ming-ling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
