Skip to content

Commit 2e82577

Browse files
authored
Include vnstat installation in oneclickvirt guide
Add installation instructions for vnstat tool.
1 parent d12669b commit 2e82577

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/guide/oneclickvirt/oneclickvirt_install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ outline: deep
1010

1111
对应本说明别的主体安装进行环境安装,这里不过多赘述,四大主流的虚拟化技术的主体安装本教程都有对应的安装命令进行安装,自行查阅。
1212

13+
如果需要使用面板的流量控制的话,需要额外安装```vnstat```这个工具,自行下载吧,如果是apt管理包,则可用
14+
15+
```shell
16+
apt install -y vnstat
17+
```
18+
19+
进行下载,其他系统同理。
20+
1321
## 面板端
1422

1523
宿主机需要安装好```nginx``````caddy``````OpenResty```之一,以及```8.4.6```版本的```mysql```,需要至少1G空闲内存和2G空闲硬盘。

0 commit comments

Comments
 (0)