Use 1Panel

Install

安装

Install 1Panel

安装 1Panel

First, install 1Panel on your server.

Run the following one-click installation script as the root user to automatically download and install 1Panel:

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

📖 Detailed Installation Guide: Please refer to the 1Panel Official Installation Documentation

After installation, log in to 1Panel using the provided access address and initial account credentials.

首先需要在服务器上安装 1Panel。

root 用户身份运行以下一键安装脚本,自动完成 1Panel 的下载和安装:

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

📖 详细安装说明:请参考 1Panel 官方安装文档

安装完成后,通过提示的访问地址初始账号密码登录 1Panel。

Install OpenList

安装 OpenList

Log in to 1Panel, go to the App Store, search for openlist, and click Install.

search

During installation, please configure the following parameters according to actual needs:

  • Version: Select the latest stable version
  • WebUI Port: Default is 5244, can be modified as needed
  • S3 Port: Default is 5246, can be modified as needed
  • Pre-installed Environment:
    • Thumbnail: Pre-install ffmpeg
    • Offline Download: Pre-install aria2
    • All of the above: Pre-install ffmpeg & aria2
  • Timezone: Recommended to set to Asia/Shanghai
  • Advanced Settings: Be sure to check External Port Access

Keeping the default configuration can also complete the installation, but it is recommended to adjust according to actual needs.

install

登录 1Panel,进入 应用商店,搜索 openlist,点击安装即可。

search

安装时请根据实际需求配置以下参数:

  • 版本号:选择最新的稳定版本
  • WebUI 端口:默认为 5244,可按需修改
  • S3 端口:默认为 5246,可按需修改
  • 预装环境
    • 缩略图:预装 ffmpeg
    • 离线下载:预装 aria2
    • 以上所有:预装 ffmpeg & aria2
  • 时区:建议设置为 Asia/Shanghai
  • 高级设置:务必勾选端口外部访问

保持默认配置也可以完成安装,但建议根据实际需求调整。

install

Use OpenList

使用 OpenList

After installation, go to the Installed page and click Open to access the OpenList WebUI.

installed

It is recommended to set the Default Access Address in the panel settings before using the application.

If you later configure a reverse proxy, update the Web Access Address in Installed → Parameters.

安装完成后,进入 已安装 页面,点击 跳转 即可进入 OpenList 的 WebUI 页面。

installed

使用前建议在 面板设置 页面设置好默认访问地址

如果后续配置了反向代理,可以在 已安装 → 参数 页面修改 Web 访问地址

Get Default Account & Password

获取默认账户密码

Go to the Container List, find the OpenList container, and click Terminal. Then run the following commands inside the container:

  • Generate a random password:

    bash
    ./openlist admin random
  • Manually set a password:

    bash
    ./openlist admin set NEW_PASSWORD

Note: Replace NEW_PASSWORD with your desired password.

container
terminal

进入 容器列表,找到 OpenList 容器,点击 终端 按钮进入容器内执行以下命令:

  • 生成随机密码

    bash
    ./openlist admin random
  • 手动设置密码

    bash
    ./openlist admin set 你的新密码

注意:将你的新密码替换为您想要的密码。

container
terminal

Contributors