Homelab #20 Install Alist to Share Files Left by qvtek
HOMELAB

Homelab #20 Install Alist to Share Files Left by qvtek

Thất Nghiệp Thất Nghiệp
Mar 5, 2026 1 min read 0 views
Back to Blog

This post will guide how to install and configure Alist. It was created to help post 8 have a file-sharing section. I used to have a file browser but I already kicked it out.

Install Alist

This install command is for x86_64 CPUs. If you use ARM or other architectures, go here to download it.

wget https://github.com/AlistGo/alist/releases/download/v3.53.0/alist-linux-amd64.tar.gz
tar -xvzf alist-linux-amd64.tar.gz
chmod +x alist
./alist server

Install Alist - This install command is for x86_64 CPUs

Then open another window or another SSH session to set a new password

./alist admin set NEW_PASSWORD

Configure Alist

Then log in

Configure Alist

Pay attention to Root folder path; this is the directory path on your server that you will share.

The mount path is what you’ll see in Alist

After basic storage is set up, enable the guest user for everyone to access

Go to User -> Guest -> Edit

Configure Alist - Go to User -> Guest -> Edit

Make sure the red Disable toggle is unticked. For base path, I only share the Homepage folder so I didn’t change it.

Configure Alist - Make sure the red Disable toggle is unticked

Access setup

Finish with basic Cloudflared setup and you’re done
Access setup - Make sure the red Disable toggle is unticked

Share this article

Thất Nghiệp

Written by Thất Nghiệp

A developer sharing thoughts on clean code, creative freedom, and the pursuit of the perfect dev environment. Building digital sanctuaries one component at a time.

Comments

Join the conversation

Leave a comment

Won't be published

You might also like