Technology Sharing

How to install Xiaoya AList in OneCloud and use your mobile phone or tablet to remotely connect to listen to music and watch movies

2024-07-11

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

Preface

This article mainly introduces how to deploy Xiaoya AList in a Wanke cloud host with CasaOS installed, and mount Xiaoya AList in AList. Combined with the ngrok intranet penetration tool, you can also easily remotely access the massive resources in Xiaoya.

I have previously shared with you how toCasaOS Wanke Cloud Docker deployment AList combined with ngrok intranet penetration remote offline download file upload network diskEveryone found it very interesting, and some people also wanted to see how to deploy Xiaoya on Wanke Cloud and use AList to mount it, which would make it more convenient to view resources and provide richer content.

I won’t introduce Xiaoya Alist in detail, as those who know it will know it. So today I will share it with you. The process is also very simple and can be achieved with one line of command.

image-20240604185401236

1. Local deployment of AList

First, we need a Wanke Cloud host that has been flashed with CasaOS. If you don’t know how to flash the machine, you can read this article:How to flash the CasaOS system on OneCloud to create a low-cost personal lightweight NAS?

Then we need to deploy the AList network disk mounting tool in OneCloud. For specific tutorials, please refer to the article mentioned in the preface, which will not be introduced here.

One thing that needs to be mentioned is that after AList is deployed, clicking the icon will open the AList Web management interface in the browser. At this time, you need to enter your account and password. Many people often get stuck in this first step.

The default account is admin, but different versions of casaos may not directly view the password in the application log, so you need to execute the following command in the terminal to randomly generate or manually set a password. Here I demonstrate setting a random password because you can also modify the password when you enter the management interface later:

# 随机生成一个密码
docker exec -it alist ./alist admin random
# 手动设置一个密码,`NEW_PASSWORD`是指你需要设置的密码
docker exec -it alist ./alist admin set NEW_PASSWORD