皮皮鲁

皮皮鲁

采用区块链技术建立的个人博客

Install alist on OpenWrt router

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.

image

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

image

Step 4, unzip the package to get three files, and upload them to the router.

截屏 2024-06-13 08.02.02

image

Step 5, enter cd /tmp/upload/ to enter the directory of the uploaded files; enter ls -l to see the three uploaded files.

image

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.

image

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.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.