# 宝塔插件答疑

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

### Q1 为什么有的插件无法使用？ <a href="#q1" id="q1"></a>

目前仅支持软件商店中的所有\[企业版插件]、\[专业版插件]、\[运行环境]、\[免费插件]、\[宝塔插件]

部分\[第三方应用]安装可能会失败，部分插件可能与第三方网站通信、鉴权，所以无法做到全部第三方插件免费可用！

### Q2 为什么应用商店空白？ <a href="#q2" id="q2"></a>

请使用游客模式重新登陆宝塔后台查看是否正常，如果正常，请回到原浏览器清空缓存后重新登陆；

或切换VPN重新刷新宝塔后台；<mark style="color:green;">一般是网络波动导致的暂时无法访问</mark>；

### Q3 网站监控报表 报错或无法加载数据 <a href="#q3" id="q3"></a>

请重新安装网站监控报表；

或执行以下命令：

```
wget https://v7.hostcli.com/install/plugin/total/install.sh
chmod +x install.sh
./install.sh install
```

如果执行该命令后，宝塔密码被重置，请保存密码，到自己服务器的宝塔-面板设置 重新修改密码、保存。

**宝塔站长群** [**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/plug-in.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.
