# 自动录屏工具安装步骤

## 1、关闭防火墙

```shell
sudo ufw disable

2、更新系统(适用于Ubuntu和Debian系统)

apt update -y

3、安装python3-pip

apt install python3-pip

4、安装ffmpeg

apt install ffmpeg -y

5、安装nodejs

apt install nodejs -y

6、安装biliup

pip install biliup --break-system-packages

7、运行

biliup start

8、登录webUI

地址:http://服务器IP地址:19159

9、运行biliup命令

  • 以后台模式运行:
biliup start
  • 结束biliup进程:
biliup stop
  • 重启biliup进程:
biliup restart