> For the complete documentation index, see [llms.txt](https://1p.iuin.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1p.iuin.de/jie-shao/shen-me-shi-1panel.md).

# 什么是1Panel？

<figure><img src="/files/t3U6z38PiSZL2F1aRN52" alt=""><figcaption><p>1Panel</p></figcaption></figure>

安装 Docker

{% tabs %}
{% tab title="Docker 万能安装 命令" %}
{% code overflow="wrap" %}

```sh
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
```

{% endcode %}
{% endtab %}

{% tab title="支持系统" %}

|          Debian          |    CentOS   |
| :----------------------: | :---------: |
|          Ubuntu          | Rocky Linux |
|        Kali Linux        |  AlmaLinux  |
| Red Hat Enterprise Linux | OpenCloudOS |
|          Fedora          |  openEuler  |
|       {% endtab %}       |             |
|       {% endtabs %}      |             |

### 安装 1Panel

{% code title="1Panel 一键安装" overflow="wrap" %}

```bash
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
```

{% endcode %}

### 1Panel更多请查看文档

{% embed url="<https://1panel.cn/docs/>" %}
文档
{% endembed %}

### 1Panel命令行工具

{% embed url="<https://1panel.cn/docs/installation/cli/>" %}
命令行
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://1p.iuin.de/jie-shao/shen-me-shi-1panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
