Manual installation
Get OpenList
Open OpenList Release to download the files corresponding to the system to be deployed. The latest version of the front-end has been packaged with the back-end, so there is no need to download the front-end files again.
The xxxx refers to the names corresponding to different systems/architectures, generally Linux-x86/64 is openlist-linux-amd64.
If there is a prompt as follows:It is because , it is recommended to download the musl version
lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./openlist)
# or
accept: function not implementedWhen you see the output of start server @ 0.0.0.0:5244 and no error is reported afterwards, it means that the operation is successful. The initial password will be output when running for the first time. The program listens to port 5244 by default. Now open http://ip:5244 You can see the login page, please see for webdav.
Running
Versions above v3.25.0 change the password to an encrypted hash value, and the password cannot be calculated directly. If the password is forgotten, it can only be re-randomly generated or manually set
Daemon
Info
For all platform, you can use follow command to silent start, stop and restart. (v3.4.0 and later)
# start server with `--force-bin-dir`
openlist start
# stop server by pid
openlist stop
# restart server by pid
openlist restartHow to update
Download the new version of OpenList and replace the previous one.
- Status:
systemctl status openlist - Restart:
systemctl restart openlist
Get Password
You need to enter the directory folder where the script installs OpenList and execute the following command
Lower than v3.25.0
./openlist adminHigher than v3.25.0
Versions above 3.25.0 change the password to an encrypted hash value, and the password cannot be calculated directly. If the password is forgotten, it can only be re-randomly generated or manually set
# Randomly generate a password
./openlist admin random
# Manually set a password, `NEW_PASSWORD` refers to the password you need to set
./openlist admin set NEW_PASSWORDWhat should I do if it keeps loading?
I mounted some network disks but they cannot be used. I restarted OpenList and found that I could not enter. The web page prompts: Failed to obtain settings: Please wait, storage is loading. What should I do?
- Wait a few minutes
- Stop the failed/unstartable storage by using the command