This project is a fork of the filebrowser/filebrowser project.
It provides standards-compliant installation packages for Debian (.deb) and Fedora (.rpm) Linux systems on AArch64, RISC-V64, and AMD64 architectures.
-
Start the service:
sudo systemctl start filebrowser.service
-
Note: Retrieve the randomly generated administrator password created during the first service startup:
journalctl -u filebrowser.service -b --no-pager -o cat --grep="initialized with randomly generated password" | tail -n1 | awk -F'password: ' '{print "initializ password:" $2}'
-
Access the Web interface:
- Default address:
http://YOUR_SERVER_IP:59230 - Log in using the
adminusername and the password shown in the logs.
- Default address:
Removes the application binary.
Debian:
sudo apt remove filebrowserRemoves the application binary,
/etc/filebrowser.db,/etc/filebrowser.json,/etc/filebrowser/(if empty), and thefilebrowsersystem user and group.
Debian:
sudo apt purge filebrowser| Attribute | Description |
|---|---|
| User & Group | filebrowser:filebrowser |
| Root Directory | /mnt/filebrowser/ (775) |
| Configuration | /etc/filebrowser/filebrowser.json |
| Database File | /etc/filebrowser/filebrowser.db |