# 宝塔常见问题

**宝塔站长群** [**https://TG.HostCLi.COM**](https://TG.HostCLi.COM)

{% hint style="success" %}
如遇未知问题，可以到宝塔群中询问，或把详细内容复制给ChatGPT、Google Gemini.
{% endhint %}

### 为什么正常在用的宝塔面板无法登陆？ <a href="#q1" id="q1"></a>

如遇面板无法登陆等情况，请通过SSH登陆root账号，然后输入“bt”命令，根据 [宝塔面板命令行](https://support.hostcli.com/bt-command/btcode#bt) 的提示取消相关限制，清理缓存、重启面板。

### 为什么面板后台显示两个硬盘？一个大一个小？ <a href="#q2" id="q2"></a>

参考[Q2](#q2)；

### &#x20;跟目录 / 经常满？如何把内容转移到 /home 目录下 <a href="#q3" id="q3"></a>

A 因为 【宝塔面板->默认建站目录】【默认备份目录】都在 <mark style="background-color:orange;">/www</mark> 目录下，如果 <mark style="background-color:blue;">/ 根目录</mark> 硬盘分的较少，就会导致 <mark style="background-color:blue;">/ 根目录</mark> 的硬盘容易满，而另外一块目录却很空，解决方案：

1. 需要及时清理满的目录内的数据和缓存；
2. 让机房重新分区(**建议方案**)；
3. 手动转移 <mark style="background-color:orange;">/www</mark> 目录下的内容到其他分区 如 <mark style="background-color:blue;">/home</mark> ，并修改宝塔面板后台配置，重启宝塔面板(**慎操作！**)；

### 磁盘满了如何清理？ <a href="#q4" id="q4"></a>

进入网站程序后台选择清理缓存；

进入网站目录->找到缓存所在目录，选择相应缓存进行删除；

把它应用商店中搜索【日志清理工具】可以选择删除日志；

**宝塔站长群** [**https://TG.HostCLi.COM**](https://TG.HostCLi.COM)

End.


---

# 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://support.hostcli.com/qa.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.
