Step 1, open the terminal and log in. You will need your username and password.
Step 2, enter opkg print-architecture to check the router's CPU architecture, which will be needed later when selecting the plugin version. In my case, the AX6000 is based on the aarch64_cortex-a53 architecture.
Step 3, open the following website, select the package corresponding to the architecture, and download it to your PC: https://github.com/sbwml/luci-app-alist/releases
Step 4, unzip the package to get three files, and upload them to the router.
Step 5, enter cd /tmp/upload/ to enter the directory of the uploaded files; enter ls -l to see the three uploaded files.
Step 6, enter:
opkg install alist_3.24.0-2_aarch64_cortex-a53.ipk
opkg install luci-app-alist_1.0.10_all.ipk
opkg install luci-i18n-alist-zh-cn_git-23.173.13625-bb93e72_all.ipk
After refreshing the page, you will see that the Alist file list has been added to the left directory in OpenWrt.
Step 7, enable and configure the port, which is default to 5244. Then, open a new webpage using the IP address and port to access the alist page.