Alist installation tutorial, build your own network disk system in ten minutes

If you don’t want to read the documentation, you can watch the video tutorial on bilibili: It’s so cool to use the network disk like this! - Detailed usage tutorial of the artifact AList | Network disk integration, online playback, WebDAV_bilibili_bilibili

Official website address: https://alist.nn.ci/

AList is a file list program that supports multiple storages, web browsing and WebDAV, driven by gin and Solidjs. To put it simply, it can help you manage various network disk applications. Similar to CloudDrive, AList not only supports network disk storage, but also supports object storage, local storage, FTP, etc.

AList may be a little troublesome to deploy and configure. You can read the official documents or search for related videos to operate it. If you often use storage services such as network disks, I believe it can help you improve a lot of efficiency.

Many features

Supports multiple storage providers, including local storage, Alibaba Cloud Disk, OneDrive, Google Drive, etc., and is easy to expand.
Supports WebDAV, dark mode, protected routing, file preview, package download, file editing, HTML rendering, file permanent link, Cloudflare Workers agent, etc.

It’s also very simple to use

Three-step principle: Install, configure the network disk, and use

Download and install

Download address: Releases · alist-org/alist · GitHub

Taking Windows as an example, download the specified version of the file.

Unzip the file and enter the folder; run CMD and enter .\alist.exe serverto run the program;

Pay attention to the output of start [email protected]:5244. There is no error after that, indicating that the operation is successful. Finally, you can also see the initial password . The default user name is admin:

Enter the local address in the browser, add the alist port number, and you will see the login page:

The default username is admin. Enter the username and password in the black window just now, and you can log in successfully:

 In the management, you can change the administrator information, user name and password:

Add network disk

There are detailed different network disk configuration documents in the network disk configuration list on the official website. I can only say that it is too detailed. It has all kinds of network disks. It is simply invincible:

Here we take Alibaba Cloud Disk as an example to configure: To obtain the Token, use Alibaba Cloud Disk APP to scan the QR code to obtain it.

Then paste it here:

The root folder ID of Ism will load all wilting in by default. It can also be modified to the ID of the corresponding folder: 

Set other options, finally add, click on the homepage, you can see that the cloud disk is added successfully:

PotPlayer mounts Alist

1. Create a new album

2. Fill in the album information

Album name:  used to display on the playlist;

Protocol:  WebDav;

Host/Path:  If configured on this machine, fill in:; 127.0.0.1/davif configured on another computer, fill in the IP address of the computer where Alist is located;

Port:  the port when configuring Alist (the original default is 5244);

Username:  default admin;

Password:  Password for logging in to Alist.

Note:  If accessing from an external network, please refer to the official website instructions.

3. Setup successful

Guess you like

Origin blog.csdn.net/weixin_44786530/article/details/129756740